POST WEalNcDataSync/NcBillDataSync
Request Information
URI Parameters
None.
Body Parameters
BillWriteBackRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| BillNo | string |
None. |
|
| InvoiceNo | string |
None. |
|
| DrawerNo | string |
None. |
|
| DateIssued | date |
None. |
|
| Receiver | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BillNo": "sample string 1",
"InvoiceNo": "sample string 2",
"DrawerNo": "sample string 3",
"DateIssued": "2026-06-02T20:34:50.6221854+08:00",
"Receiver": "sample string 5"
}
application/xml, text/xml
Sample:
<BillWriteBackRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model"> <BillNo>sample string 1</BillNo> <DateIssued>2026-06-02T20:34:50.6221854+08:00</DateIssued> <DrawerNo>sample string 3</DrawerNo> <InvoiceNo>sample string 2</InvoiceNo> <Receiver>sample string 5</Receiver> </BillWriteBackRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RemoteResponseOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| errors | string |
None. |
|
| unauthed | boolean |
None. |
|
| result | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"errors": "sample string 2",
"unauthed": true,
"result": true
}
application/xml, text/xml
Sample:
<RemoteResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model"> <Errors>sample string 2</Errors> <Result>true</Result> <Success>true</Success> <UnAuthorizedRequest>true</UnAuthorizedRequest> </RemoteResponseOfboolean>