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": "b1906427-33b5-4e73-9c26-9c7a6a377a2e",
"StartDate": "2026-06-12T17:53:18.8856234+00:00",
"CompanyEmployeeID": "3010175c-804d-4244-9c62-8a1f595eeb34"
}
text/html
Sample:
{"$id":"1","OrderID":"b1906427-33b5-4e73-9c26-9c7a6a377a2e","StartDate":"2026-06-12T17:53:18.8856234+00:00","CompanyEmployeeID":"3010175c-804d-4244-9c62-8a1f595eeb34"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true