Attach signature on annotation
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
interviewId
string
contractId
string
required
IDs of previously added contract (ID is returned on /add/document?imageType=contract)
signedContractId
string
IDs of previously signed contract (ID is returned as response from the previous /attach/signature/on/annotation)
signatureType
string
enum
One of the preselected values for annotation text
PATIENTS_SIGNATUREDEFAULTINITIALSPATIENTS_SIGNATURENON_MEDICAL_SIGNATURE_1NON_MEDICAL_SIGNATURE_2MEDICAL_SIGNATURE_1MEDICAL_SIGNATURE_2MEDICAL_SIGNATURE_3PATIENTS_SIGNATURE_NAMENON_MEDICAL_SIGNATURE_1_NAMENON_MEDICAL_SIGNATURE_2_NAMEMEDICAL_SIGNATURE_1_NAMEMEDICAL_SIGNATURE_2_NAME
Show 13 enum values
alternativeSignatureType
string
If annotation text is none of the preselected values, pass in here the alternative value (signature must be inserted
with the alternative value into database as it's signature type)
api-version
string
required
Defaults to 1.0
```200 OK
```400 Bad Request
Updated 3 months ago
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request POST \
--url https://demo-api.incodesmile.com/omni/attach-signature-on-annotation \
--header 'accept: application/json' \
--header 'api-version: 1.0' \
--header 'content-type: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
200400
Updated3 months ago