POST api/ESDStandardApi/PostCancelLicense

Request Information

URI Parameters

None.

Body Parameters

CancelLicenseEsdRequest
NameDescriptionTypeAdditional information
clientTransactionId

globally unique identifier

None.

authKey

globally unique identifier

None.

license

Collection of CancelLicenseEsd

None.

Request Formats

application/json, text/json

Sample:
{
  "clientTransactionId": "fc4d6be0-1a66-49c3-ae3f-12897941a3bc",
  "authKey": "84268792-0a00-496d-8c88-da7b6bf3c0a0",
  "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>84268792-0a00-496d-8c88-da7b6bf3c0a0</authKey>
  <clientTransactionId>fc4d6be0-1a66-49c3-ae3f-12897941a3bc</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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.