POST WEalNcDataSync/NcChargeDataSync
Request Information
URI Parameters
None.
Body Parameters
ChargeWriteBackRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
{
"ChargeID": 1,
"BillInfo": "sample string 2",
"OperatorUserId": "sample string 3",
"OperatorUserName": "sample string 4",
"Remark": "sample string 5",
"ConfirmDateTime": "2026-06-02T20:34:18.1328648+08:00"
}
application/xml, text/xml
Sample:
<ChargeWriteBackRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model"> <BillInfo>sample string 2</BillInfo> <ChargeID>1</ChargeID> <ConfirmDateTime>2026-06-02T20:34:18.1328648+08:00</ConfirmDateTime> <OperatorUserId>sample string 3</OperatorUserId> <OperatorUserName>sample string 4</OperatorUserName> <Remark>sample string 5</Remark> </ChargeWriteBackRequest>
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>