POST v1/CT_Clients?clientUpdateTimes={clientUpdateTimes}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientUpdateTimes | string |
Default value is |
Body Parameters
CT_ClientsName | Description | Type | Additional information |
---|---|---|---|
row_id_clients | integer |
None. |
|
ClientStringID | string |
None. |
|
ClientIntID | integer |
None. |
|
ClientUID | globally unique identifier |
None. |
|
CurrentMajorVersion | integer |
None. |
|
CurrentMinorVersion | integer |
None. |
|
CurrentBuildVersion | integer |
None. |
|
CurrentRevisionVersion | integer |
None. |
|
FullVersionString | string |
None. |
|
LastUpdated | date |
None. |
|
MultiFacility | boolean |
None. |
|
OptedIn | boolean |
None. |
|
Region | string |
None. |
|
VersionUpdateQueues | Collection of VersionUpdateQueue |
None. |
Request Formats
application/json, text/json
Sample:
{ "row_id_clients": 1, "ClientStringID": "sample string 2", "ClientIntID": 1, "ClientUID": "1909dec2-844b-49d1-ae07-345f59aaf327", "CurrentMajorVersion": 1, "CurrentMinorVersion": 1, "CurrentBuildVersion": 1, "CurrentRevisionVersion": 1, "FullVersionString": "sample string 3", "LastUpdated": "2025-10-23T13:43:44.747327-07:00", "MultiFacility": true, "OptedIn": true, "Region": "sample string 5", "VersionUpdateQueues": [ { "$id": "2", "row_id_Version_Update_Queue": 1, "row_id_clients_fk": 2, "row_id_Version_Master": 3, "UpdateDateQueue": "2025-10-23T13:43:44.747327-07:00", "UpdatedCreatedBy": "sample string 5", "Active": true, "UpdateComplete": true, "UpdateBatchID": 1, "UpdateCompletedOn": "2025-10-23T13:43:44.747327-07:00", "UpdateOnDate": "2025-10-23T13:43:44.747327-07:00", "UpdateOnTime": "sample string 6", "CurrentStatus": 1, "ManualInProgress": true, "SupportTech": "sample string 7", "CT_Clients": { "$ref": "1" }, "VersionMaster": { "$id": "3", "id_version_master": 1, "MajorVersion": 2, "MinorVersion": 3, "BuildVersion": 4, "RevisionVersion": 5, "PackageLocation": "sample string 6", "CreatedOn": "2025-10-23T13:43:44.747327-07:00", "CreatedBy": "sample string 7", "Version": "sample string 8", "DisplayTitle": "sample string 9", "Active": true, "PackageVerifier": "sample string 11", "VersionUpdateQueues": [ { "$ref": "2" }, { "$ref": "2" } ] } }, { "$ref": "2" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CT_ClientsName | Description | Type | Additional information |
---|---|---|---|
row_id_clients | integer |
None. |
|
ClientStringID | string |
None. |
|
ClientIntID | integer |
None. |
|
ClientUID | globally unique identifier |
None. |
|
CurrentMajorVersion | integer |
None. |
|
CurrentMinorVersion | integer |
None. |
|
CurrentBuildVersion | integer |
None. |
|
CurrentRevisionVersion | integer |
None. |
|
FullVersionString | string |
None. |
|
LastUpdated | date |
None. |
|
MultiFacility | boolean |
None. |
|
OptedIn | boolean |
None. |
|
Region | string |
None. |
|
VersionUpdateQueues | Collection of VersionUpdateQueue |
None. |
Response Formats
application/json, text/json
Sample:
{ "row_id_clients": 1, "ClientStringID": "sample string 2", "ClientIntID": 1, "ClientUID": "6dbc256e-f318-44cf-8a16-6fb24e3c9360", "CurrentMajorVersion": 1, "CurrentMinorVersion": 1, "CurrentBuildVersion": 1, "CurrentRevisionVersion": 1, "FullVersionString": "sample string 3", "LastUpdated": "2025-10-23T13:43:44.747327-07:00", "MultiFacility": true, "OptedIn": true, "Region": "sample string 5", "VersionUpdateQueues": [ { "$id": "2", "row_id_Version_Update_Queue": 1, "row_id_clients_fk": 2, "row_id_Version_Master": 3, "UpdateDateQueue": "2025-10-23T13:43:44.747327-07:00", "UpdatedCreatedBy": "sample string 5", "Active": true, "UpdateComplete": true, "UpdateBatchID": 1, "UpdateCompletedOn": "2025-10-23T13:43:44.747327-07:00", "UpdateOnDate": "2025-10-23T13:43:44.747327-07:00", "UpdateOnTime": "sample string 6", "CurrentStatus": 1, "ManualInProgress": true, "SupportTech": "sample string 7", "CT_Clients": { "$ref": "1" }, "VersionMaster": { "$id": "3", "id_version_master": 1, "MajorVersion": 2, "MinorVersion": 3, "BuildVersion": 4, "RevisionVersion": 5, "PackageLocation": "sample string 6", "CreatedOn": "2025-10-23T13:43:44.747327-07:00", "CreatedBy": "sample string 7", "Version": "sample string 8", "DisplayTitle": "sample string 9", "Active": true, "PackageVerifier": "sample string 11", "VersionUpdateQueues": [ { "$ref": "2" }, { "$ref": "2" } ] } }, { "$ref": "2" } ] }