POST api/Zevez/rwsystem/RWDataStat
Request Information
URI Parameters
None.
Body Parameters
RWDataStat| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CompanyID | string |
None. |
|
| VendorCount | integer |
None. |
|
| InvoiceCount | integer |
None. |
|
| RWSystemInvoiceCount | integer |
None. |
|
| TimeStamp | date |
None. |
|
| ArrivalTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CompanyID": "sample string 2",
"VendorCount": 3,
"InvoiceCount": 4,
"RWSystemInvoiceCount": 1,
"TimeStamp": "2026-04-09T10:20:38.9430554+00:00",
"ArrivalTime": "2026-04-09T10:20:38.9430554+00:00"
}
application/xml, text/xml
Sample:
<RWDataStat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFCodeFirstRWSystem"> <ArrivalTime>2026-04-09T10:20:38.9430554+00:00</ArrivalTime> <CompanyID>sample string 2</CompanyID> <Id>1</Id> <InvoiceCount>4</InvoiceCount> <RWSystemInvoiceCount>1</RWSystemInvoiceCount> <TimeStamp>2026-04-09T10:20:38.9430554+00:00</TimeStamp> <VendorCount>3</VendorCount> </RWDataStat>
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.