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": "50b2da79-c897-482b-8e67-46bfb0c3f12e", "accessKeyUid": "86233bcf-ee1e-41cf-b29b-1ce4a5a0f825", "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": "2024-11-20T22:26:20.5794996-08:00", "lastupdated": "2024-11-20T22:26:20.5794996-08:00" }, { "$ref": "1" } ]