POST api/Cashback/GetCashbackStatus
Documentation for 'GetCashbackStatus'.
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:
{
"SalesOrderNo": "sample string 1",
"Timestamp": "sample string 2",
"KodePromo": "sample string 3"
}
application/xml, text/xml
Sample:
<RequestGetStatusCashbackModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SalesOrderNo>sample string 1</SalesOrderNo> <Timestamp>sample string 2</Timestamp> <KodePromo>sample string 3</KodePromo> </RequestGetStatusCashbackModel>
Response Information
Response body formats
application/json, text/json
Sample:
{
"ResponseCode": "sample string 1",
"ResponseDetail": "sample string 2",
"Timestamp": "sample string 3"
}
application/xml, text/xml
Sample:
<ResponseSendStatusCashbackModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ResponseCode>sample string 1</ResponseCode> <ResponseDetail>sample string 2</ResponseDetail> <Timestamp>sample string 3</Timestamp> </ResponseSendStatusCashbackModel>