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": "296c98c0-80a8-464c-8a80-a611c5b67ce8",
"accessKeyUid": "c679da7e-893f-4e4e-857d-f88c165cb0b6",
"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-02-03T17:53:57.1599156-08:00",
"lastupdated": "2026-02-03T17:53:57.1599156-08:00"
},
{
"$ref": "1"
}
]