POST api/{language}/contract/{contractId}/MessageSms?documentId={documentId}®istryId={registryId}&daysBeforeEvent={daysBeforeEvent}&eventID={eventID}&dateApp={dateApp}
Documentazione di 'InsertSmsToEventSchedule'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| language | Documentazione di 'language'. |
Define this parameter in the request URI. |
| contractId | Documentazione di 'contractId'. |
Define this parameter in the request URI. |
| documentId | Documentazione di 'documentId'. |
Define this parameter in the request URI. |
| registryId | Documentazione di 'registryId'. |
Define this parameter in the request URI. |
| sms | Documentazione di 'sms'. |
Define this parameter in the request body. |
| daysBeforeEvent | Documentazione di 'daysBeforeEvent'. |
Define this parameter in the request URI. |
| eventID | Documentazione di 'eventID'. |
Define this parameter in the request URI. |
| dateApp | Documentazione di 'dateApp'. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"Sender": "sample string 1",
"Recipient": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"Message": "sample string 2",
"Quality": 3,
"RegistryId": 4.0,
"DocumentId": 5.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
true