POST v1/ClientUpdateSchedules
Request Information
URI Parameters
None.
Body Parameters
RequestObj| Name | 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": "9407133f-ccea-435a-85b7-e40fee48de4f",
"accessKeyUid": "26a25eaa-5eb5-4609-8173-c12e98470047",
"ReqObjType": null,
"ReqObj": {
"$id": "2"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetClientUpdateScheduleByRowIDClients_Result| Name | 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": "2026-03-22T13:34:36.6231954-07:00",
"lastupdated": "2026-03-22T13:34:36.6231954-07:00"
},
{
"$ref": "1"
}
]