PUT api/Zevez/rwsystem/TokenOnDemandAmexPayment
Request Information
URI Parameters
None.
Body Parameters
TOD_AmexPayment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| RequesterName | string |
None. |
|
| RequesterEmail | string |
None. |
|
| VendorName | string |
None. |
|
| RequestId | globally unique identifier |
None. |
|
| AmexPaymentId | string |
None. |
|
| AmexToken | string |
None. |
|
| AmexPaymentAmount | decimal number |
None. |
|
| AmexOrgId | string |
None. |
|
| CompanyId | string |
None. |
|
| CompanyName | string |
None. |
|
| AmexAccountId | string |
None. |
|
| DateRecieved | date |
None. |
|
| Status | string |
None. |
|
| TokenType | integer |
None. |
|
| BalanceAmount | decimal number |
None. |
|
| AmexStatusJson | string |
None. |
|
| TokenExpirationDate | date |
None. |
|
| TokenCvv | string |
None. |
|
| StatusDate | date |
None. |
|
| IsAmexProduction | boolean |
None. |
|
| IsMocked | boolean |
None. |
|
| TotalTokenAmt | decimal number |
None. |
|
| IsDeleted | boolean |
None. |
|
| FirstPaidDate | date |
None. |
|
| LastPaidDate | date |
None. |
|
| PaidDetailsSaved | boolean |
None. |
|
| Deleted | boolean |
None. |
|
| Paid | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RequesterName": "sample string 2",
"RequesterEmail": "sample string 3",
"VendorName": "sample string 4",
"RequestId": "3126b549-2b39-46e1-aee3-7f1ed6cd46cc",
"AmexPaymentId": "sample string 6",
"AmexToken": "sample string 7",
"AmexPaymentAmount": 1.0,
"AmexOrgId": "sample string 8",
"CompanyId": "sample string 9",
"CompanyName": "sample string 10",
"AmexAccountId": "sample string 11",
"DateRecieved": "2026-04-09T10:26:13.1815197+00:00",
"Status": "sample string 12",
"TokenType": 13,
"BalanceAmount": 1.0,
"AmexStatusJson": "sample string 14",
"TokenExpirationDate": "2026-04-09T10:26:13.1815197+00:00",
"TokenCvv": "sample string 15",
"StatusDate": "2026-04-09T10:26:13.1815197+00:00",
"IsAmexProduction": true,
"IsMocked": true,
"TotalTokenAmt": 1.0,
"IsDeleted": true,
"FirstPaidDate": "2026-04-09T10:26:13.1815197+00:00",
"LastPaidDate": "2026-04-09T10:26:13.1815197+00:00",
"PaidDetailsSaved": true,
"Deleted": true,
"Paid": true
}
application/xml, text/xml
Sample:
<TOD_AmexPayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFCodeFirstRWSystem"> <AmexAccountId>sample string 11</AmexAccountId> <AmexOrgId>sample string 8</AmexOrgId> <AmexPaymentAmount>1</AmexPaymentAmount> <AmexPaymentId>sample string 6</AmexPaymentId> <AmexStatusJson>sample string 14</AmexStatusJson> <AmexToken>sample string 7</AmexToken> <BalanceAmount>1</BalanceAmount> <CompanyId>sample string 9</CompanyId> <CompanyName>sample string 10</CompanyName> <DateRecieved>2026-04-09T10:26:13.1815197+00:00</DateRecieved> <Deleted>true</Deleted> <FirstPaidDate>2026-04-09T10:26:13.1815197+00:00</FirstPaidDate> <Id>1</Id> <IsAmexProduction>true</IsAmexProduction> <IsDeleted>true</IsDeleted> <IsMocked>true</IsMocked> <LastPaidDate>2026-04-09T10:26:13.1815197+00:00</LastPaidDate> <Paid>true</Paid> <PaidDetailsSaved>true</PaidDetailsSaved> <RequestId>3126b549-2b39-46e1-aee3-7f1ed6cd46cc</RequestId> <RequesterEmail>sample string 3</RequesterEmail> <RequesterName>sample string 2</RequesterName> <Status>sample string 12</Status> <StatusDate>2026-04-09T10:26:13.1815197+00:00</StatusDate> <TokenCvv>sample string 15</TokenCvv> <TokenExpirationDate>2026-04-09T10:26:13.1815197+00:00</TokenExpirationDate> <TokenType>13</TokenType> <TotalTokenAmt>1</TotalTokenAmt> <VendorName>sample string 4</VendorName> </TOD_AmexPayment>
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.