POST api/Refund/SendStatusPayment
Documentation for 'SendStatusPayment'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"TransactionCode": "sample string 1",
"SalesOrderNo": "sample string 2",
"RefundStatus": "sample string 3",
"RefundFinishDate": "sample string 4",
"FailedMessage": "sample string 5",
"CashInTrxID": "sample string 6",
"CashInCode": "sample string 7"
}
application/xml, text/xml
Sample:
<RequestSendStatusPayment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <TransactionCode>sample string 1</TransactionCode> <SalesOrderNo>sample string 2</SalesOrderNo> <RefundStatus>sample string 3</RefundStatus> <RefundFinishDate>sample string 4</RefundFinishDate> <FailedMessage>sample string 5</FailedMessage> <CashInTrxID>sample string 6</CashInTrxID> <CashInCode>sample string 7</CashInCode> </RequestSendStatusPayment>
Response Information
Response body formats
application/json, text/json
Sample:
{
"ResponseCode": "sample string 1",
"Message": "sample string 2",
"TransactionCode": "sample string 3",
"SalesOrderNo": "sample string 4",
"FailedMessage": "sample string 5"
}
application/xml, text/xml
Sample:
<ResultSendStatusPayment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ResponseCode>sample string 1</ResponseCode> <Message>sample string 2</Message> <TransactionCode>sample string 3</TransactionCode> <SalesOrderNo>sample string 4</SalesOrderNo> <FailedMessage>sample string 5</FailedMessage> </ResultSendStatusPayment>