POST api/WestcorTMPOrder/DeliverCancellationResults

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Login": {
    "Username": "sample string 1",
    "Password": "sample string 2",
    "<SerializeSensitiveInfo>k__BackingField": true
  },
  "TmpFileId": 1,
  "Status": "sample string 2",
  "CancellationFees": [
    {
      "FeeName": "sample string 1",
      "FeeAmount": 2.0
    },
    {
      "FeeName": "sample string 1",
      "FeeAmount": 2.0
    },
    {
      "FeeName": "sample string 1",
      "FeeAmount": 2.0
    }
  ]
}

application/xml, text/xml

Sample:
<WestcorDeliverCancellationResultsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Westcor.TMPOH.Hub">
  <CancellationFees>
    <CancellationFee>
      <FeeAmount>2</FeeAmount>
      <FeeName>sample string 1</FeeName>
    </CancellationFee>
    <CancellationFee>
      <FeeAmount>2</FeeAmount>
      <FeeName>sample string 1</FeeName>
    </CancellationFee>
    <CancellationFee>
      <FeeAmount>2</FeeAmount>
      <FeeName>sample string 1</FeeName>
    </CancellationFee>
  </CancellationFees>
  <Login>
    <Password>sample string 2</Password>
    <Username>sample string 1</Username>
    <_x003C_SerializeSensitiveInfo_x003E_k__BackingField>true</_x003C_SerializeSensitiveInfo_x003E_k__BackingField>
  </Login>
  <Status>sample string 2</Status>
  <TmpFileId>1</TmpFileId>
</WestcorDeliverCancellationResultsRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "DeliverCancellationResultsResponse": {
    "Message": "sample string 1",
    "ResponseCode": 2
  }
}

application/xml, text/xml

Sample:
<WestcorDeliverCancellationResultsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Westcor.TMPOH.Hub">
  <DeliverCancellationResultsResponse>
    <Message>sample string 1</Message>
    <ResponseCode>2</ResponseCode>
  </DeliverCancellationResultsResponse>
</WestcorDeliverCancellationResultsResponse>