POST api/Zevez/rwsystem/RWPayment
Request Information
URI Parameters
None.
Body Parameters
RWPayment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CompanyId | string |
String length: inclusive between 0 and 255 |
|
| TotalAmount | decimal number |
None. |
|
| InvoiceCount | integer |
None. |
|
| ArrivalTime | date |
None. |
|
| BatchDate | date |
None. |
|
| Vendor | string |
String length: inclusive between 0 and 255 |
|
| VCCPayment | boolean |
None. |
|
| ContactMethod | string |
None. |
|
| ZipCode | string |
None. |
|
| CreditCard | string |
None. |
|
| IPAddress | string |
None. |
|
| UserName | string |
None. |
|
| BatchID | globally unique identifier |
None. |
|
| BillingId | globally unique identifier |
None. |
|
| StatusDate | date |
None. |
|
| ReasonDesc | string |
None. |
|
| AmexPaymentId | string |
None. |
|
| PaymentType | integer |
None. |
|
| IssuingBank | integer |
None. |
|
| ExternalPaymentId | string |
None. |
|
| RWMemStats | string |
None. |
|
| ContactMethodValue | string |
None. |
|
| RWPaymentStatus | string |
None. |
|
| VCCMappedTransactions | string |
None. |
|
| TokenType | string |
None. |
|
| TokenLastFour | string |
None. |
|
| TokenId | string |
None. |
|
| PaymentTypeDesc | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CompanyId": "sample string 2",
"TotalAmount": 3.0,
"InvoiceCount": 4,
"ArrivalTime": "2026-04-09T10:25:34.7614277+00:00",
"BatchDate": "2026-04-09T10:25:34.7614277+00:00",
"Vendor": "sample string 7",
"VCCPayment": true,
"ContactMethod": "sample string 9",
"ZipCode": "sample string 10",
"CreditCard": "sample string 11",
"IPAddress": "sample string 12",
"UserName": "sample string 13",
"BatchID": "4cb4fb34-5863-46fb-8b7b-d07e1ad25068",
"BillingId": "33cbd3e2-680c-4d15-945f-7ea38da9ccb4",
"StatusDate": "2026-04-09T10:25:34.7614277+00:00",
"ReasonDesc": "sample string 16",
"AmexPaymentId": "sample string 17",
"PaymentType": 1,
"IssuingBank": 1,
"ExternalPaymentId": "sample string 18",
"RWMemStats": "sample string 19",
"ContactMethodValue": "sample string 20",
"RWPaymentStatus": "sample string 21",
"VCCMappedTransactions": "sample string 22",
"TokenType": "sample string 23",
"TokenLastFour": "sample string 24",
"TokenId": "sample string 25",
"PaymentTypeDesc": "sample string 26"
}
application/xml, text/xml
Sample:
<RWPayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFCodeFirstRWSystem"> <AmexPaymentId>sample string 17</AmexPaymentId> <ArrivalTime>2026-04-09T10:25:34.7614277+00:00</ArrivalTime> <BatchDate>2026-04-09T10:25:34.7614277+00:00</BatchDate> <BatchID>4cb4fb34-5863-46fb-8b7b-d07e1ad25068</BatchID> <BillingId>33cbd3e2-680c-4d15-945f-7ea38da9ccb4</BillingId> <CompanyId>sample string 2</CompanyId> <ContactMethod>sample string 9</ContactMethod> <ContactMethodValue>sample string 20</ContactMethodValue> <CreditCard>sample string 11</CreditCard> <ExternalPaymentId>sample string 18</ExternalPaymentId> <IPAddress>sample string 12</IPAddress> <Id>1</Id> <InvoiceCount>4</InvoiceCount> <IssuingBank>1</IssuingBank> <PaymentType>1</PaymentType> <PaymentTypeDesc>sample string 26</PaymentTypeDesc> <RWMemStats>sample string 19</RWMemStats> <RWPaymentStatus>sample string 21</RWPaymentStatus> <ReasonDesc>sample string 16</ReasonDesc> <StatusDate>2026-04-09T10:25:34.7614277+00:00</StatusDate> <TokenId>sample string 25</TokenId> <TokenLastFour>sample string 24</TokenLastFour> <TokenType>sample string 23</TokenType> <TotalAmount>3</TotalAmount> <UserName>sample string 13</UserName> <VCCMappedTransactions>sample string 22</VCCMappedTransactions> <VCCPayment>true</VCCPayment> <Vendor>sample string 7</Vendor> <ZipCode>sample string 10</ZipCode> </RWPayment>
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.