GET api/SalesOrder/ReversalVBKProses?vbkID={vbkID}&nominal={nominal}&shoppingCartID={shoppingCartID}&bookBy={bookBy}&message={message}

Documentation for 'ReversalVBKProses'.

Request Information

Parameters

NameDescriptionAdditional information
vbkID
Documentation for 'vbkID'.

Define this parameter in the request URI.

nominal
Documentation for 'nominal'.

Define this parameter in the request URI.

shoppingCartID
Documentation for 'shoppingCartID'.

Define this parameter in the request URI.

bookBy
Documentation for 'bookBy'.

Define this parameter in the request URI.

message
Documentation for 'message'.

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",
    "SaldoAwal": "sample string 3",
    "SaldoAkhir": "sample string 4"
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfReversalVBKResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ReversalVBKResult>
    <KodeRespon xmlns="http://tempuri.org/">sample string 1</KodeRespon>
    <Pesan xmlns="http://tempuri.org/">sample string 2</Pesan>
    <SaldoAwal xmlns="http://tempuri.org/">sample string 3</SaldoAwal>
    <SaldoAkhir xmlns="http://tempuri.org/">sample string 4</SaldoAkhir>
  </ReversalVBKResult>
  <ReversalVBKResult>
    <KodeRespon xmlns="http://tempuri.org/">sample string 1</KodeRespon>
    <Pesan xmlns="http://tempuri.org/">sample string 2</Pesan>
    <SaldoAwal xmlns="http://tempuri.org/">sample string 3</SaldoAwal>
    <SaldoAkhir xmlns="http://tempuri.org/">sample string 4</SaldoAkhir>
  </ReversalVBKResult>
  <ReversalVBKResult>
    <KodeRespon xmlns="http://tempuri.org/">sample string 1</KodeRespon>
    <Pesan xmlns="http://tempuri.org/">sample string 2</Pesan>
    <SaldoAwal xmlns="http://tempuri.org/">sample string 3</SaldoAwal>
    <SaldoAkhir xmlns="http://tempuri.org/">sample string 4</SaldoAkhir>
  </ReversalVBKResult>
</ArrayOfReversalVBKResult>