PUT System/OrganizationLicense/{licenseID}?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
licenseID | integer |
Required |
|
validateOnly | boolean |
Default value is False |
Body Parameters
OrganizationLicenseDTOName | Description | Type | Additional information |
---|---|---|---|
LicenseID | integer |
None. |
|
OrgID | integer |
None. |
|
LicenseKey | string |
None. |
|
LicenseCode | string |
None. |
|
Props | Collection of Object |
None. |
|
ExpiryDateUtc | date |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
Summary | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "licenseID": 1, "orgID": 2, "licenseKey": "sample string 3", "licenseCode": "sample string 4", "expiryDateUtc": "2024-12-04T07:54:35.4143015+00:00", "recordState": 1, "created": { "dateUtc": "2024-12-04T07:54:35.4143015+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:54:35 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T07:54:35.4143015+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:54:35 AM" }, "summary": "sample string 4:sample string 3" }
application/xml, text/xml
Sample:
<OrganizationLicenseDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <Created> <DateUtc>2024-12-04T07:54:35.4143015+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <ExpiryDateUtc>2024-12-04T07:54:35.4143015+00:00</ExpiryDateUtc> <LastUpdated> <DateUtc>2024-12-04T07:54:35.4143015+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <LicenseCode>sample string 4</LicenseCode> <LicenseID>1</LicenseID> <LicenseKey>sample string 3</LicenseKey> <OrgID>2</OrgID> <Props xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" /> <RecordState>Active</RecordState> </OrganizationLicenseDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� �Q� �0���W_I�"�&�"��B�H�iJ�R�2~��`�`���۰�3;�^ϗ�RcpQ�dCp~G|��/� A٦B�/�=��Mϝ�/�Ǧ�m�"�N�r1b|DŖNe.d��e��RIi�x�ΛML�G�1A���!�_+�O��*�oʼn� �1�� Oo2[�)�U!��/q�������"&Ӎ�
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |