Перейти к основному содержанию
POST
/
v2
/
documents
/
{document_id}
/
manual_sign
cURL
curl --request POST \
  --url https://api.example.com/v2/documents/{document_id}/manual_sign/ \
  --header 'Content-Type: application/json' \
  --data '{
  "client": 123
}'
{}

Параметры пути

document_id
integer
обязательно

Тело

client
integer
обязательно

Ответ

201 - application/json

The response is of type object.