This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
x-api-token: ********************{
"name": "John Doe",
"role": "Approve",
"title": "Project Manager",
"email": "john.doe@example.com",
"phoneIdd": 1,
"phoneNumber": "1234567890",
"documentType": "GenericIdentification",
"documentValue": "A1234567",
"description": "A contact person for project management."
}curl --location --request POST 'https://api.signater.com/v1/ecm/contacts' \
--header 'x-api-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "John Doe",
"role": "Approve",
"title": "Project Manager",
"email": "john.doe@example.com",
"phoneIdd": 1,
"phoneNumber": "1234567890",
"documentType": "GenericIdentification",
"documentValue": "A1234567",
"description": "A contact person for project management."
}'{
"id": "89fb9986-dd34-41fd-94cb-2cc1f0423127"
}