POST api/Zevez/rwsystem/RWVendorInvoice

Request Information

URI Parameters

None.

Body Parameters

Collection of RWVendorInvoice
NameDescriptionTypeAdditional information
Id

integer

None.

VendorInvoiceId

string

String length: inclusive between 0 and 512

TotalAmount

decimal number

None.

CompanyId

string

String length: inclusive between 0 and 255

InvoiceCount

integer

None.

VendorId

string

String length: inclusive between 0 and 512

VendorName

string

String length: inclusive between 0 and 512

CompanyName

string

String length: inclusive between 0 and 512

CustomerName

string

String length: inclusive between 0 and 512

TimeStamp

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "VendorInvoiceId": "sample string 2",
    "TotalAmount": 1.0,
    "CompanyId": "sample string 3",
    "InvoiceCount": 4,
    "VendorId": "sample string 5",
    "VendorName": "sample string 6",
    "CompanyName": "sample string 7",
    "CustomerName": "sample string 8",
    "TimeStamp": "2026-04-09T10:29:32.8206204+00:00"
  },
  {
    "Id": 1,
    "VendorInvoiceId": "sample string 2",
    "TotalAmount": 1.0,
    "CompanyId": "sample string 3",
    "InvoiceCount": 4,
    "VendorId": "sample string 5",
    "VendorName": "sample string 6",
    "CompanyName": "sample string 7",
    "CustomerName": "sample string 8",
    "TimeStamp": "2026-04-09T10:29:32.8206204+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfRWVendorInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFCodeFirstRWSystem">
  <RWVendorInvoice>
    <CompanyId>sample string 3</CompanyId>
    <CompanyName>sample string 7</CompanyName>
    <CustomerName>sample string 8</CustomerName>
    <Id>1</Id>
    <InvoiceCount>4</InvoiceCount>
    <TimeStamp>2026-04-09T10:29:32.8206204+00:00</TimeStamp>
    <TotalAmount>1</TotalAmount>
    <VendorId>sample string 5</VendorId>
    <VendorInvoiceId>sample string 2</VendorInvoiceId>
    <VendorName>sample string 6</VendorName>
  </RWVendorInvoice>
  <RWVendorInvoice>
    <CompanyId>sample string 3</CompanyId>
    <CompanyName>sample string 7</CompanyName>
    <CustomerName>sample string 8</CustomerName>
    <Id>1</Id>
    <InvoiceCount>4</InvoiceCount>
    <TimeStamp>2026-04-09T10:29:32.8206204+00:00</TimeStamp>
    <TotalAmount>1</TotalAmount>
    <VendorId>sample string 5</VendorId>
    <VendorInvoiceId>sample string 2</VendorInvoiceId>
    <VendorName>sample string 6</VendorName>
  </RWVendorInvoice>
</ArrayOfRWVendorInvoice>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.