GET api/Coupon/UseMultiQuotaKuponKlik?salesorderno={salesorderno}

Documentation for 'UseMultiQuotaKuponKlik'.

Request Information

Parameters

NameDescriptionAdditional information
salesorderno
Documentation for 'salesorderno'.

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:
<ArrayOfUseMultiQuotaKuponKlikResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <UseMultiQuotaKuponKlikResult>
    <KodeRespon xmlns="http://tempuri.org/">sample string 1</KodeRespon>
    <Pesan xmlns="http://tempuri.org/">sample string 2</Pesan>
  </UseMultiQuotaKuponKlikResult>
  <UseMultiQuotaKuponKlikResult>
    <KodeRespon xmlns="http://tempuri.org/">sample string 1</KodeRespon>
    <Pesan xmlns="http://tempuri.org/">sample string 2</Pesan>
  </UseMultiQuotaKuponKlikResult>
  <UseMultiQuotaKuponKlikResult>
    <KodeRespon xmlns="http://tempuri.org/">sample string 1</KodeRespon>
    <Pesan xmlns="http://tempuri.org/">sample string 2</Pesan>
  </UseMultiQuotaKuponKlikResult>
</ArrayOfUseMultiQuotaKuponKlikResult>