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": "7bc76c83-824b-4a4d-b3f6-7e6416752dc9", "accessKeyUid": "f59177e4-b8ba-4130-ad3e-6a3b8f66bb00", "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-04-02T08:19:05.7077684-07:00", "lastupdated": "2025-04-02T08:19:05.7077684-07:00" }, { "$ref": "1" } ]