POST NCBiz/BillBackWriteBack

Request Information

URI Parameters

None.

Body Parameters

NCBillBackWriteBackRequest
NameDescriptionTypeAdditional information
WECompanyCode

string

None.

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:
{
  "WECompanyCode": "sample string 1",
  "ProjectVoidBillList": [
    "sample string 1",
    "sample string 2"
  ],
  "BillBackDateTime": "2025-12-11T22:55:52.8346157+08:00",
  "ChargeBackID": 2,
  "OperatorUserId": "sample string 3",
  "OperatorUserName": "sample string 4",
  "Remark": "sample string 5"
}

application/xml, text/xml

Sample:
<NCBillBackWriteBackRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
  <ChargeBackID>2</ChargeBackID>
  <OperatorUserId>sample string 3</OperatorUserId>
  <OperatorUserName>sample string 4</OperatorUserName>
  <Remark>sample string 5</Remark>
  <BillBackDateTime>2025-12-11T22:55:52.8346157+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>
  <WECompanyCode>sample string 1</WECompanyCode>
</NCBillBackWriteBackRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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