Attach stamp on annotation

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

contractId
string
required
IDs of previously added contract (ID is returned on /add/document?imageType=contract)

customFields
object
Use to add substitute text for stamps with asterisk
Eg: { "contractId": "e81cd044-98fd-47b0-b0c5-937b22b69977#contract1", "customFields": { "SECOND_NAME": "Luke Skywalker" } }

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-stamp-on-annotation \
     --header 'accept: application/json' \
     --header 'api-version: 1.0' \
     --header 'content-type: application/json'

application/json

200400

Updated3 months ago