POST api/Zevez/rwsystem/AmexPayment
Request Information
URI Parameters
None.
Body Parameters
AmexPayment| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| AmexPaymentGuid | globally unique identifier |
None. |
|
| AmexPaymentId | string |
String length: inclusive between 0 and 255 |
|
| AmexToken | string |
String length: inclusive between 0 and 255 |
|
| AmexPaymentAmount | decimal number |
None. |
|
| PostBodyRequest | string |
Required |
|
| AmexOrgId | string |
Required String length: inclusive between 0 and 255 |
|
| AmexAccountId | string |
String length: inclusive between 0 and 255 |
|
| VendorName | string |
String length: inclusive between 0 and 1024 |
|
| DateRecieved | date |
None. |
|
| PaymentDate | date |
None. |
|
| CustomerAccountId | integer |
None. |
|
| BatchId | globally unique identifier |
None. |
|
| Status | string |
String length: inclusive between 0 and 255 |
|
| StatusDate | date |
None. |
|
| StatusReasonDesc | string |
String length: inclusive between 0 and 255 |
|
| RWCustomerId | string |
String length: inclusive between 0 and 255 |
|
| IsMultiUseToken | boolean |
None. |
|
| TokenType | string |
None. |
|
| BalanceAmount | decimal number |
None. |
|
| CompanyName | string |
None. |
|
| AmexStatusJson | string |
None. |
|
| FirstPaidDate | date |
None. |
|
| LastPaidDate | date |
None. |
|
| IsReloadable | boolean |
None. |
|
| PaidDetailsSaved | boolean |
None. |
|
| TokenExpirationDate | date |
None. |
|
| CVV | string |
None. |
|
| FirstApprovedAuthDate | date |
None. |
|
| PaymentInProgressStatus | string |
None. |
|
| TokenGenDuration | integer |
None. |
|
| PaymentTokenGenStatus | string |
None. |
|
| DurationLastStatusSincePaymentCreation | integer |
None. |
|
| TokenEventStatus | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"AmexPaymentGuid": "01ab3068-0a96-4291-9609-a52c6f6e06f3",
"AmexPaymentId": "sample string 3",
"AmexToken": "sample string 4",
"AmexPaymentAmount": 1.0,
"PostBodyRequest": "sample string 5",
"AmexOrgId": "sample string 6",
"AmexAccountId": "sample string 7",
"VendorName": "sample string 8",
"DateRecieved": "2026-04-09T10:31:12.6670268+00:00",
"PaymentDate": "2026-04-09T10:31:12.6670268+00:00",
"CustomerAccountId": 1,
"BatchId": "1fad5fac-ee9e-4da3-b43b-95e3fb70b69f",
"Status": "sample string 10",
"StatusDate": "2026-04-09T10:31:12.6670268+00:00",
"StatusReasonDesc": "sample string 11",
"RWCustomerId": "sample string 12",
"IsMultiUseToken": true,
"TokenType": "sample string 13",
"BalanceAmount": 1.0,
"CompanyName": "sample string 14",
"AmexStatusJson": "sample string 15",
"FirstPaidDate": "2026-04-09T10:31:12.6670268+00:00",
"LastPaidDate": "2026-04-09T10:31:12.6670268+00:00",
"IsReloadable": true,
"PaidDetailsSaved": true,
"TokenExpirationDate": "2026-04-09T10:31:12.6670268+00:00",
"CVV": "sample string 16",
"FirstApprovedAuthDate": "2026-04-09T10:31:12.6670268+00:00",
"PaymentInProgressStatus": "sample string 17",
"TokenGenDuration": 1,
"PaymentTokenGenStatus": "sample string 18",
"DurationLastStatusSincePaymentCreation": 19,
"TokenEventStatus": "sample string 20"
}
application/xml, text/xml
Sample:
<AmexPayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFCodeFirstRWSystem"> <AmexAccountId>sample string 7</AmexAccountId> <AmexOrgId>sample string 6</AmexOrgId> <AmexPaymentAmount>1</AmexPaymentAmount> <AmexPaymentGuid>01ab3068-0a96-4291-9609-a52c6f6e06f3</AmexPaymentGuid> <AmexPaymentId>sample string 3</AmexPaymentId> <AmexStatusJson>sample string 15</AmexStatusJson> <AmexToken>sample string 4</AmexToken> <BalanceAmount>1</BalanceAmount> <BatchId>1fad5fac-ee9e-4da3-b43b-95e3fb70b69f</BatchId> <CVV>sample string 16</CVV> <CompanyName>sample string 14</CompanyName> <CustomerAccountId>1</CustomerAccountId> <DateRecieved>2026-04-09T10:31:12.6670268+00:00</DateRecieved> <DurationLastStatusSincePaymentCreation>19</DurationLastStatusSincePaymentCreation> <FirstApprovedAuthDate>2026-04-09T10:31:12.6670268+00:00</FirstApprovedAuthDate> <FirstPaidDate>2026-04-09T10:31:12.6670268+00:00</FirstPaidDate> <IsMultiUseToken>true</IsMultiUseToken> <IsReloadable>true</IsReloadable> <LastPaidDate>2026-04-09T10:31:12.6670268+00:00</LastPaidDate> <PaidDetailsSaved>true</PaidDetailsSaved> <PaymentDate>2026-04-09T10:31:12.6670268+00:00</PaymentDate> <PaymentInProgressStatus>sample string 17</PaymentInProgressStatus> <PaymentTokenGenStatus>sample string 18</PaymentTokenGenStatus> <PostBodyRequest>sample string 5</PostBodyRequest> <RWCustomerId>sample string 12</RWCustomerId> <Status>sample string 10</Status> <StatusDate>2026-04-09T10:31:12.6670268+00:00</StatusDate> <StatusReasonDesc>sample string 11</StatusReasonDesc> <TokenEventStatus>sample string 20</TokenEventStatus> <TokenExpirationDate>2026-04-09T10:31:12.6670268+00:00</TokenExpirationDate> <TokenGenDuration>1</TokenGenDuration> <TokenType>sample string 13</TokenType> <VendorName>sample string 8</VendorName> <id>1</id> </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.