POST api/Zevez/rwsystem/TokenOnDemandAmexReloadAddRequest
Request Information
URI Parameters
None.
Body Parameters
TOD_AmexReloadAddRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CompanyId | string |
None. |
|
| AmexPaymentId | string |
None. |
|
| AmexOrgId | string |
None. |
|
| RequestId | globally unique identifier |
None. |
|
| ReloadAddAmt | decimal number |
None. |
|
| ReloadBalanceAmt | decimal number |
None. |
|
| Paid | boolean |
None. |
|
| Deleted | boolean |
None. |
|
| IsMocked | boolean |
None. |
|
| IsAmexProduction | boolean |
None. |
|
| DateCreated | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CompanyId": "sample string 2",
"AmexPaymentId": "sample string 3",
"AmexOrgId": "sample string 4",
"RequestId": "f54366d1-b826-4a32-a4b4-b710b6ba86c3",
"ReloadAddAmt": 6.0,
"ReloadBalanceAmt": 7.0,
"Paid": true,
"Deleted": true,
"IsMocked": true,
"IsAmexProduction": true,
"DateCreated": "2026-04-09T10:23:23.993254+00:00"
}
application/xml, text/xml
Sample:
<TOD_AmexReloadAddRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFCodeFirstRWSystem"> <AmexOrgId>sample string 4</AmexOrgId> <AmexPaymentId>sample string 3</AmexPaymentId> <CompanyId>sample string 2</CompanyId> <DateCreated>2026-04-09T10:23:23.993254+00:00</DateCreated> <Deleted>true</Deleted> <Id>1</Id> <IsAmexProduction>true</IsAmexProduction> <IsMocked>true</IsMocked> <Paid>true</Paid> <ReloadAddAmt>6</ReloadAddAmt> <ReloadBalanceAmt>7</ReloadBalanceAmt> <RequestId>f54366d1-b826-4a32-a4b4-b710b6ba86c3</RequestId> </TOD_AmexReloadAddRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.