GET api/Coupon/CancelReservedCashBack?cashbackCode={cashbackCode}&customerID={customerID}&SalesOrderID={SalesOrderID}&IsSoCreated={IsSoCreated}

Documentation for 'CancelReservedCashBack'.

Request Information

Parameters

NameDescriptionAdditional information
cashbackCode
Documentation for 'cashbackCode'.

Define this parameter in the request URI.

customerID
Documentation for 'customerID'.

Define this parameter in the request URI.

SalesOrderID
Documentation for 'SalesOrderID'.

Define this parameter in the request URI.

IsSoCreated
Documentation for 'IsSoCreated'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "KodeRespon": "sample string 1",
    "Pesan": "sample string 2"
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCancelReservedCouponResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <CancelReservedCouponResult>
    <KodeRespon xmlns="http://tempuri.org/">sample string 1</KodeRespon>
    <Pesan xmlns="http://tempuri.org/">sample string 2</Pesan>
  </CancelReservedCouponResult>
  <CancelReservedCouponResult>
    <KodeRespon xmlns="http://tempuri.org/">sample string 1</KodeRespon>
    <Pesan xmlns="http://tempuri.org/">sample string 2</Pesan>
  </CancelReservedCouponResult>
  <CancelReservedCouponResult>
    <KodeRespon xmlns="http://tempuri.org/">sample string 1</KodeRespon>
    <Pesan xmlns="http://tempuri.org/">sample string 2</Pesan>
  </CancelReservedCouponResult>
</ArrayOfCancelReservedCouponResult>