POST v1/VersionMasters
Request Information
URI Parameters
None.
Body Parameters
VersionMasterName | Description | Type | Additional information |
---|---|---|---|
id_version_master | integer |
None. |
|
MajorVersion | integer |
None. |
|
MinorVersion | integer |
None. |
|
BuildVersion | integer |
None. |
|
RevisionVersion | integer |
None. |
|
PackageLocation | string |
None. |
|
CreatedOn | date |
None. |
|
CreatedBy | string |
None. |
|
Version | string |
None. |
|
DisplayTitle | string |
None. |
|
Active | boolean |
None. |
|
PackageVerifier | string |
None. |
|
VersionUpdateQueues | Collection of VersionUpdateQueue |
None. |
Request Formats
application/json, text/json
Sample:
{ "id_version_master": 1, "MajorVersion": 2, "MinorVersion": 3, "BuildVersion": 4, "RevisionVersion": 5, "PackageLocation": "sample string 6", "CreatedOn": "2025-06-06T13:57:10.1178118-07:00", "CreatedBy": "sample string 7", "Version": "sample string 8", "DisplayTitle": "sample string 9", "Active": true, "PackageVerifier": "sample string 11", "VersionUpdateQueues": [ { "$id": "2", "row_id_Version_Update_Queue": 1, "row_id_clients_fk": 2, "row_id_Version_Master": 3, "UpdateDateQueue": "2025-06-06T13:57:10.1178118-07:00", "UpdatedCreatedBy": "sample string 5", "Active": true, "UpdateComplete": true, "UpdateBatchID": 1, "UpdateCompletedOn": "2025-06-06T13:57:10.1178118-07:00", "UpdateOnDate": "2025-06-06T13:57:10.1178118-07:00", "UpdateOnTime": "sample string 6", "CurrentStatus": 1, "ManualInProgress": true, "SupportTech": "sample string 7", "CT_Clients": { "$id": "3", "row_id_clients": 1, "ClientStringID": "sample string 2", "ClientIntID": 1, "ClientUID": "8462b5a1-60b1-4568-aeb4-21d9b6e1a1a4", "CurrentMajorVersion": 1, "CurrentMinorVersion": 1, "CurrentBuildVersion": 1, "CurrentRevisionVersion": 1, "FullVersionString": "sample string 3", "LastUpdated": "2025-06-06T13:57:10.1178118-07:00", "MultiFacility": true, "OptedIn": true, "Region": "sample string 5", "VersionUpdateQueues": [ { "$ref": "2" }, { "$ref": "2" } ] }, "VersionMaster": { "$ref": "1" } }, { "$ref": "2" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VersionMasterName | Description | Type | Additional information |
---|---|---|---|
id_version_master | integer |
None. |
|
MajorVersion | integer |
None. |
|
MinorVersion | integer |
None. |
|
BuildVersion | integer |
None. |
|
RevisionVersion | integer |
None. |
|
PackageLocation | string |
None. |
|
CreatedOn | date |
None. |
|
CreatedBy | string |
None. |
|
Version | string |
None. |
|
DisplayTitle | string |
None. |
|
Active | boolean |
None. |
|
PackageVerifier | string |
None. |
|
VersionUpdateQueues | Collection of VersionUpdateQueue |
None. |
Response Formats
application/json, text/json
Sample:
{ "id_version_master": 1, "MajorVersion": 2, "MinorVersion": 3, "BuildVersion": 4, "RevisionVersion": 5, "PackageLocation": "sample string 6", "CreatedOn": "2025-06-06T13:57:10.1178118-07:00", "CreatedBy": "sample string 7", "Version": "sample string 8", "DisplayTitle": "sample string 9", "Active": true, "PackageVerifier": "sample string 11", "VersionUpdateQueues": [ { "$id": "2", "row_id_Version_Update_Queue": 1, "row_id_clients_fk": 2, "row_id_Version_Master": 3, "UpdateDateQueue": "2025-06-06T13:57:10.1178118-07:00", "UpdatedCreatedBy": "sample string 5", "Active": true, "UpdateComplete": true, "UpdateBatchID": 1, "UpdateCompletedOn": "2025-06-06T13:57:10.1178118-07:00", "UpdateOnDate": "2025-06-06T13:57:10.1178118-07:00", "UpdateOnTime": "sample string 6", "CurrentStatus": 1, "ManualInProgress": true, "SupportTech": "sample string 7", "CT_Clients": { "$id": "3", "row_id_clients": 1, "ClientStringID": "sample string 2", "ClientIntID": 1, "ClientUID": "d86b5172-319a-4d27-bfdb-4f678bcd801f", "CurrentMajorVersion": 1, "CurrentMinorVersion": 1, "CurrentBuildVersion": 1, "CurrentRevisionVersion": 1, "FullVersionString": "sample string 3", "LastUpdated": "2025-06-06T13:57:10.1178118-07:00", "MultiFacility": true, "OptedIn": true, "Region": "sample string 5", "VersionUpdateQueues": [ { "$ref": "2" }, { "$ref": "2" } ] }, "VersionMaster": { "$ref": "1" } }, { "$ref": "2" } ] }