POST api/RegistryGCP
Request Information
URI Parameters
None.
Body Parameters
License| Name | Description | Type | Additional information |
|---|---|---|---|
| licenceKey | string |
Required |
|
| licenceType | string |
Required |
|
| licenseeName | string |
None. |
|
| licenceStatus | string |
String length: inclusive between 6 and 8 |
|
| licenseeGLN | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"licenceKey": "sample string 3",
"licenceType": "sample string 4",
"licenseeName": "sample string 5",
"licenceStatus": "sample string 6",
"licenseeGLN": "sample string 7"
}
application/xml, text/xml
Sample:
<License xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GS1Mx.Verified.Models"> <AccountId>2</AccountId> <Active>true</Active> <BatchID>sample string 13</BatchID> <CompanyName>sample string 5</CompanyName> <Key>sample string 3</Key> <LastUpdate>2026-06-16T21:21:43.5891236-06:00</LastUpdate> <LicenseId>1</LicenseId> <LicenseeGLN>sample string 7</LicenseeGLN> <Message>sample string 8</Message> <Method>sample string 11</Method> <ResultCode>1</ResultCode> <Status>sample string 6</Status> <StatusSync>true</StatusSync> <Type>sample string 4</Type> </License>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>