POST api/{language}/contract/{contractID}/Message
Documentazione di 'PostCreateEventConfig'.
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. |
| event_config | Documentazione di 'event_config'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ID_EventConfig": 1.0,
"ID_Contract": "sample string 2",
"Event": "sample string 3",
"CommunicationType": "sample string 4",
"DateSetting": "2026-02-16T16:29:36.0040615+00:00",
"AutoSent": true,
"DayBeforeDeadLine": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.