POST api/ProductLicense/PostCancelLicense

Request Information

URI Parameters

None.

Body Parameters

ProductLicenseCancellationDTO
NameDescriptionTypeAdditional information
ExternalOrderId

string

Required

String length: inclusive between 2 and 50

InternalOrderId

string

Required

String length: inclusive between 2 and 50

InternalProductId

string

None.

KormOrderNumber

string

None.

keyNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ExternalOrderId": "sample string 1",
  "InternalOrderId": "sample string 2",
  "InternalProductId": "sample string 3",
  "KormOrderNumber": "sample string 4",
  "keyNumber": "sample string 5"
}

application/xml, text/xml

Sample:
<ProductLicenseCancellationDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SND.SNDIntegrator.APIExternalGateway.DTOs">
  <ExternalOrderId>sample string 1</ExternalOrderId>
  <InternalOrderId>sample string 2</InternalOrderId>
  <InternalProductId>sample string 3</InternalProductId>
  <KormOrderNumber>sample string 4</KormOrderNumber>
  <keyNumber>sample string 5</keyNumber>
</ProductLicenseCancellationDTO>

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.