POST System/OrganizationLicense?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
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-04T08:10:23.5543748+00:00", "recordState": 1, "created": { "dateUtc": "2024-12-04T08:10:23.5543748+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:10:23 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:10:23.5543748+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:10:23 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-04T08:10:23.5543748+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <ExpiryDateUtc>2024-12-04T08:10:23.5543748+00:00</ExpiryDateUtc> <LastUpdated> <DateUtc>2024-12-04T08:10:23.5543748+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:
� �QA �0�Jث�&iD�M�"��B�H�6%I�R�2>�/��z�x��m�ٙ�ao�k�<���z�E`�G<z�7����y��G���^�^�Un����,lp�E�xLŁ�%��'��T$31Q*) ���z��&��ق�ɨvhw�&�tuQ(;lʼn) �1�O��7Yl�u��i��%�7������Cp^�
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. |