GET api/Licenses/{merchantID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| merchantID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
License| Name | Description | Type | Additional information |
|---|---|---|---|
| MerchantID | integer |
None. |
|
| SiteID | integer |
None. |
|
| LicenseKey | string |
None. |
|
| ExpirationDate | date |
None. |
|
| LockMethod | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"MerchantID": 1,
"SiteID": 2,
"LicenseKey": "sample string 3",
"ExpirationDate": "2026-03-21T22:15:15.1803132+00:00",
"LockMethod": true
}
application/xml, text/xml
Sample:
<License xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <ExpirationDate>2026-03-21T22:15:15.1803132+00:00</ExpirationDate> <LicenseKey>sample string 3</LicenseKey> <LockMethod>true</LockMethod> <MerchantID>1</MerchantID> <SiteID>2</SiteID> </License>