GET api/Licenses/ByPhone/{phoneNumber}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
phoneNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
LicenseName | 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": "2025-08-31T06:31:02.1875053+00:00", "LockMethod": true }
application/xml, text/xml
Sample:
<License xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <ExpirationDate>2025-08-31T06:31:02.1875053+00:00</ExpirationDate> <LicenseKey>sample string 3</LicenseKey> <LockMethod>true</LockMethod> <MerchantID>1</MerchantID> <SiteID>2</SiteID> </License>