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 PUT '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."
}'