POST NCBiz/ChargeWriteBack
Request Information
URI Parameters
None.
Body Parameters
NCChargeWriteBackRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| WECompanyCode | string |
None. |
|
| ChargeID | integer |
None. |
|
| BillInfo | string |
None. |
|
| OperatorUserId | string |
None. |
|
| OperatorUserName | string |
None. |
|
| Remark | string |
None. |
|
| ConfirmDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"WECompanyCode": "sample string 1",
"ChargeID": 2,
"BillInfo": "sample string 3",
"OperatorUserId": "sample string 4",
"OperatorUserName": "sample string 5",
"Remark": "sample string 6",
"ConfirmDateTime": "2025-12-11T22:58:46.645378+08:00"
}
application/xml, text/xml
Sample:
<NCChargeWriteBackRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model"> <BillInfo>sample string 3</BillInfo> <ChargeID>2</ChargeID> <ConfirmDateTime>2025-12-11T22:58:46.645378+08:00</ConfirmDateTime> <OperatorUserId>sample string 4</OperatorUserId> <OperatorUserName>sample string 5</OperatorUserName> <Remark>sample string 6</Remark> <WECompanyCode>sample string 1</WECompanyCode> </NCChargeWriteBackRequest>
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>