POST WEalNcDataSync/NcBillBackDataSync

Request Information

URI Parameters

None.

Body Parameters

BillBackWriteBackRequest
NameDescriptionTypeAdditional information
ProjectVoidBillList

Collection of string

None.

BillBackDateTime

date

None.

ChargeBackID

integer

None.

OperatorUserId

string

None.

OperatorUserName

string

None.

Remark

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ProjectVoidBillList": [
    "sample string 1",
    "sample string 2"
  ],
  "BillBackDateTime": "2026-06-02T20:34:19.5547729+08:00",
  "ChargeBackID": 1,
  "OperatorUserId": "sample string 2",
  "OperatorUserName": "sample string 3",
  "Remark": "sample string 4"
}

application/xml, text/xml

Sample:
<BillBackWriteBackRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
  <ChargeBackID>1</ChargeBackID>
  <OperatorUserId>sample string 2</OperatorUserId>
  <OperatorUserName>sample string 3</OperatorUserName>
  <Remark>sample string 4</Remark>
  <BillBackDateTime>2026-06-02T20:34:19.5547729+08:00</BillBackDateTime>
  <ProjectVoidBillList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </ProjectVoidBillList>
</BillBackWriteBackRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfBoolean
NameDescriptionTypeAdditional 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>