POST api/Zevez/rwsystem/RWPaymentInvoice

Request Information

URI Parameters

None.

Body Parameters

Collection of RWPaymentInvoice
NameDescriptionTypeAdditional information
Id

integer

None.

RWPaymentBillingId

globally unique identifier

None.

InvoiceNumber

string

None.

InvoiceOriginalAmount

decimal number

None.

InvoicePaidAmount

decimal number

None.

InvoiceType

string

None.

VendorName

string

None.

DocumentId

string

None.

HasPaymentLink

boolean

None.

PaymentDate

date

None.

DateCreated

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "RWPaymentBillingId": "8371ae1c-ba9d-44fe-a069-b763acb834cb",
    "InvoiceNumber": "sample string 3",
    "InvoiceOriginalAmount": 4.0,
    "InvoicePaidAmount": 5.0,
    "InvoiceType": "sample string 6",
    "VendorName": "sample string 7",
    "DocumentId": "sample string 8",
    "HasPaymentLink": true,
    "PaymentDate": "2026-04-09T10:22:20.716115+00:00",
    "DateCreated": "2026-04-09T10:22:20.716115+00:00"
  },
  {
    "Id": 1,
    "RWPaymentBillingId": "8371ae1c-ba9d-44fe-a069-b763acb834cb",
    "InvoiceNumber": "sample string 3",
    "InvoiceOriginalAmount": 4.0,
    "InvoicePaidAmount": 5.0,
    "InvoiceType": "sample string 6",
    "VendorName": "sample string 7",
    "DocumentId": "sample string 8",
    "HasPaymentLink": true,
    "PaymentDate": "2026-04-09T10:22:20.716115+00:00",
    "DateCreated": "2026-04-09T10:22:20.716115+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfRWPaymentInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFCodeFirstRWSystem">
  <RWPaymentInvoice>
    <DateCreated>2026-04-09T10:22:20.716115+00:00</DateCreated>
    <DocumentId>sample string 8</DocumentId>
    <HasPaymentLink>true</HasPaymentLink>
    <Id>1</Id>
    <InvoiceNumber>sample string 3</InvoiceNumber>
    <InvoiceOriginalAmount>4</InvoiceOriginalAmount>
    <InvoicePaidAmount>5</InvoicePaidAmount>
    <InvoiceType>sample string 6</InvoiceType>
    <PaymentDate>2026-04-09T10:22:20.716115+00:00</PaymentDate>
    <RWPaymentBillingId>8371ae1c-ba9d-44fe-a069-b763acb834cb</RWPaymentBillingId>
    <VendorName>sample string 7</VendorName>
  </RWPaymentInvoice>
  <RWPaymentInvoice>
    <DateCreated>2026-04-09T10:22:20.716115+00:00</DateCreated>
    <DocumentId>sample string 8</DocumentId>
    <HasPaymentLink>true</HasPaymentLink>
    <Id>1</Id>
    <InvoiceNumber>sample string 3</InvoiceNumber>
    <InvoiceOriginalAmount>4</InvoiceOriginalAmount>
    <InvoicePaidAmount>5</InvoicePaidAmount>
    <InvoiceType>sample string 6</InvoiceType>
    <PaymentDate>2026-04-09T10:22:20.716115+00:00</PaymentDate>
    <RWPaymentBillingId>8371ae1c-ba9d-44fe-a069-b763acb834cb</RWPaymentBillingId>
    <VendorName>sample string 7</VendorName>
  </RWPaymentInvoice>
</ArrayOfRWPaymentInvoice>

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.