POST api/ESDStandardApi/PostCancelLicense
Request Information
URI Parameters
None.
Body Parameters
CancelLicenseEsdRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| clientTransactionId | globally unique identifier |
None. |
|
| authKey | globally unique identifier |
None. |
|
| license | Collection of CancelLicenseEsd |
None. |
Request Formats
application/json, text/json
Sample:
{
"clientTransactionId": "19ec46f8-dad6-4bae-8c08-7abac256aee7",
"authKey": "bc0d2019-9e6f-45c9-8c8c-fe6f08608123",
"license": [
{
"key": "sample string 1"
},
{
"key": "sample string 1"
}
]
}
application/xml, text/xml
Sample:
<CancelLicenseEsdRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SND.SNDIntegrator.Business">
<authKey>bc0d2019-9e6f-45c9-8c8c-fe6f08608123</authKey>
<clientTransactionId>19ec46f8-dad6-4bae-8c08-7abac256aee7</clientTransactionId>
<license>
<CancelLicenseEsd>
<key>sample string 1</key>
</CancelLicenseEsd>
<CancelLicenseEsd>
<key>sample string 1</key>
</CancelLicenseEsd>
</license>
</CancelLicenseEsdRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.