POST v1/ClientUpdateSchedules
Request Information
URI Parameters
None.
Body Parameters
RequestObjName | Description | Type | Additional information |
---|---|---|---|
accountUid | globally unique identifier |
None. |
|
accessKeyUid | globally unique identifier |
None. |
|
ReqObjType | Type |
None. |
|
ReqObj | Object |
None. |
Request Formats
application/json, text/json
Sample:
{ "accountUid": "b2fa381b-53a9-40b9-9142-ba10a24c0198", "accessKeyUid": "e4c656f1-42b7-4fbe-a201-89d9e2f88509", "ReqObjType": null, "ReqObj": { "$id": "2" } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetClientUpdateScheduleByRowIDClients_ResultName | Description | Type | Additional information |
---|---|---|---|
ClientID | string |
None. |
|
row_id_clients | integer |
None. |
|
timeupdateafter | time interval |
None. |
|
sunday | boolean |
None. |
|
monday | boolean |
None. |
|
tuesday | boolean |
None. |
|
wednesday | boolean |
None. |
|
thursday | boolean |
None. |
|
friday | boolean |
None. |
|
saturday | boolean |
None. |
|
datecreated | date |
None. |
|
lastupdated | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "ClientID": "sample string 1", "row_id_clients": 2, "timeupdateafter": "00:00:00.1234567", "sunday": true, "monday": true, "tuesday": true, "wednesday": true, "thursday": true, "friday": true, "saturday": true, "datecreated": "2025-06-06T13:29:57.8495582-07:00", "lastupdated": "2025-06-06T13:29:57.8495582-07:00" }, { "$ref": "1" } ]