POST api/Refund/GetRefundStatus

Documentation for 'GetRefundStatus'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SalesOrderNo": "sample string 1"
}

application/xml, text/xml

Sample:
<RequestGetRefundStatus xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <SalesOrderNo>sample string 1</SalesOrderNo>
</RequestGetRefundStatus>

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ResponseCode": "sample string 1",
  "SalesOrderNo": "sample string 2",
  "PaymentTypeCode": "sample string 3",
  "AuthorizeDate": "sample string 4"
}

application/xml, text/xml

Sample:
<ResultGetRefundStatus xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ResponseCode>sample string 1</ResponseCode>
  <SalesOrderNo>sample string 2</SalesOrderNo>
  <PaymentTypeCode>sample string 3</PaymentTypeCode>
  <AuthorizeDate>sample string 4</AuthorizeDate>
</ResultGetRefundStatus>