POST NCBiz/BillWriteBack
Request Information
URI Parameters
None.
Body Parameters
NCBillWriteBackRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| WECompanyCode | string |
None. |
|
| BillNo | string |
None. |
|
| InvoiceNo | string |
None. |
|
| DrawerNo | string |
None. |
|
| DateIssued | date |
None. |
|
| Receiver | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"WECompanyCode": "sample string 1",
"BillNo": "sample string 2",
"InvoiceNo": "sample string 3",
"DrawerNo": "sample string 4",
"DateIssued": "2025-12-11T22:57:00.9216182+08:00",
"Receiver": "sample string 6"
}
application/xml, text/xml
Sample:
<NCBillWriteBackRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model"> <BillNo>sample string 2</BillNo> <DateIssued>2025-12-11T22:57:00.9216182+08:00</DateIssued> <DrawerNo>sample string 4</DrawerNo> <InvoiceNo>sample string 3</InvoiceNo> <Receiver>sample string 6</Receiver> <WECompanyCode>sample string 1</WECompanyCode> </NCBillWriteBackRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RemoteResponseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| errors | string |
None. |
|
| unauthed | boolean |
None. |
|
| result | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"errors": "sample string 2",
"unauthed": true,
"result": "sample string 3"
}
application/xml, text/xml
Sample:
<RemoteResponseOfstring 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>sample string 3</Result> <Success>true</Success> <UnAuthorizedRequest>true</UnAuthorizedRequest> </RemoteResponseOfstring>