POST api/onlineagenda/updateAgendaEntry
Request Information
URI Parameters
None.
Body Parameters
UpdateOnlineAgendaModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderID | globally unique identifier |
None. |
|
| StartDate | date |
None. |
|
| CompanyEmployeeID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderID": "5035ca49-00bc-4cba-9fa6-ac268abde146",
"StartDate": "2026-03-06T04:34:25.6377529+00:00",
"CompanyEmployeeID": "b915543b-b8f4-4df8-9afc-3734817c1ba5"
}
text/html
Sample:
{"$id":"1","OrderID":"5035ca49-00bc-4cba-9fa6-ac268abde146","StartDate":"2026-03-06T04:34:25.6377529+00:00","CompanyEmployeeID":"b915543b-b8f4-4df8-9afc-3734817c1ba5"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true