POST api/Zevez/rwsystem/RWRewardWorksPayment
Request Information
URI Parameters
None.
Body Parameters
RewardWorksPayment| 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. |
|
| ExternalPaymentId | string |
None. |
|
| ERPType | string |
None. |
|
| MacId | string |
None. |
|
| RWVersion | string |
None. |
|
| OSVersion | string |
None. |
|
| TotalPaymentCount | integer |
None. |
|
| VendorAddress1 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CompanyId": "sample string 2",
"TotalAmount": 3.0,
"InvoiceCount": 4,
"ArrivalTime": "2026-04-09T10:23:23.0700219+00:00",
"BatchDate": "2026-04-09T10:23:23.0700219+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": "9f852407-b0a0-4a99-9c17-8cf05855d0e1",
"BillingId": "e98ebfed-640a-4cff-98b9-9431021685fc",
"StatusDate": "2026-04-09T10:23:23.0700219+00:00",
"ReasonDesc": "sample string 16",
"AmexPaymentId": "sample string 17",
"PaymentType": 1,
"ExternalPaymentId": "sample string 18",
"ERPType": "sample string 19",
"MacId": "sample string 20",
"RWVersion": "sample string 21",
"OSVersion": "sample string 22",
"TotalPaymentCount": 23,
"VendorAddress1": "sample string 24"
}
application/xml, text/xml
Sample:
<RewardWorksPayment 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:23:23.0700219+00:00</ArrivalTime> <BatchDate>2026-04-09T10:23:23.0700219+00:00</BatchDate> <BatchID>9f852407-b0a0-4a99-9c17-8cf05855d0e1</BatchID> <BillingId>e98ebfed-640a-4cff-98b9-9431021685fc</BillingId> <CompanyId>sample string 2</CompanyId> <ContactMethod>sample string 9</ContactMethod> <CreditCard>sample string 11</CreditCard> <ERPType>sample string 19</ERPType> <ExternalPaymentId>sample string 18</ExternalPaymentId> <IPAddress>sample string 12</IPAddress> <Id>1</Id> <InvoiceCount>4</InvoiceCount> <MacId>sample string 20</MacId> <OSVersion>sample string 22</OSVersion> <PaymentType>1</PaymentType> <RWVersion>sample string 21</RWVersion> <ReasonDesc>sample string 16</ReasonDesc> <StatusDate>2026-04-09T10:23:23.0700219+00:00</StatusDate> <TotalAmount>3</TotalAmount> <TotalPaymentCount>23</TotalPaymentCount> <UserName>sample string 13</UserName> <VCCPayment>true</VCCPayment> <Vendor>sample string 7</Vendor> <VendorAddress1>sample string 24</VendorAddress1> <ZipCode>sample string 10</ZipCode> </RewardWorksPayment>
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.