POST uat/vcc-br2s-post-payment/api/intf/v2/iz/vcc/instruction/acknowledge

Request Information

URI Parameters

None.

Body Parameters

PostPaymentParam
NameDescriptionTypeAdditional information
agencyid

string

None.

receiptNo

string

None.

gstFee

string

None.

transactionDate

string

None.

epRefNo

string

None.

arnNo

string

None.

transdataobject

Collection of Transdataobject

None.

Request Formats

application/json, text/json

Sample:
{
  "agencyid": "sample string 1",
  "receiptNo": "sample string 2",
  "gstFee": "sample string 3",
  "transactionDate": "sample string 4",
  "epRefNo": "sample string 5",
  "arnNo": "sample string 6",
  "transdataobject": [
    {
      "transNo": "sample string 1",
      "transStatus": "sample string 2"
    },
    {
      "transNo": "sample string 1",
      "transStatus": "sample string 2"
    }
  ]
}

application/xml, text/xml

Sample:
<PostPaymentParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models">
  <agencyid>sample string 1</agencyid>
  <arnNo>sample string 6</arnNo>
  <epRefNo>sample string 5</epRefNo>
  <gstFee>sample string 3</gstFee>
  <receiptNo>sample string 2</receiptNo>
  <transactionDate>sample string 4</transactionDate>
  <transdataobject>
    <Transdataobject>
      <transNo>sample string 1</transNo>
      <transStatus>sample string 2</transStatus>
    </Transdataobject>
    <Transdataobject>
      <transNo>sample string 1</transNo>
      <transStatus>sample string 2</transStatus>
    </Transdataobject>
  </transdataobject>
</PostPaymentParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PostPayment
NameDescriptionTypeAdditional information
status

string

None.

updateTime

date

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "updateTime": "2025-10-27T17:26:38.6271835+08:00"
}

application/xml, text/xml

Sample:
<PostPayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models">
  <status>sample string 1</status>
  <updateTime>2025-10-27T17:26:38.6271835+08:00</updateTime>
</PostPayment>