PUT api/Zevez/rwsystem/TokenOnDemandAmexReloadAddRequest

Request Information

URI Parameters

None.

Body Parameters

ReloadAddRequestChange
NameDescriptionTypeAdditional information
NewBalance

decimal number

None.

TODPaymentId

string

None.

Deleted

boolean

None.

UpdateRequestId

boolean

None.

RequestId

globally unique identifier

None.

UpdateBalances

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "NewBalance": 1.0,
  "TODPaymentId": "sample string 2",
  "Deleted": true,
  "UpdateRequestId": true,
  "RequestId": "5fb1ba53-731f-4ab4-865e-93b10e509087",
  "UpdateBalances": true
}

application/xml, text/xml

Sample:
<ReloadAddRequestChange xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZLib.Model">
  <Deleted>true</Deleted>
  <NewBalance>1</NewBalance>
  <RequestId>5fb1ba53-731f-4ab4-865e-93b10e509087</RequestId>
  <TODPaymentId>sample string 2</TODPaymentId>
  <UpdateBalances>true</UpdateBalances>
  <UpdateRequestId>true</UpdateRequestId>
</ReloadAddRequestChange>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.