POST api/FetchInvoice?Password={Password}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Password

string

Required

Body Parameters

InvoiceFetchdetails
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

CompanyID

integer

None.

OrderSource

string

None.

InvoiceNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StartDate": "2025-12-13T00:29:36.0941185-06:00",
  "EndDate": "2025-12-13T00:29:36.0941185-06:00",
  "CompanyID": 1,
  "OrderSource": "sample string 2",
  "InvoiceNumber": "sample string 3"
}

application/xml, text/xml

Sample:
<InvoiceFetchdetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataModel.API">
  <CompanyID>1</CompanyID>
  <EndDate>2025-12-13T00:29:36.0941185-06:00</EndDate>
  <InvoiceNumber>sample string 3</InvoiceNumber>
  <OrderSource>sample string 2</OrderSource>
  <StartDate>2025-12-13T00:29:36.0941185-06:00</StartDate>
</InvoiceFetchdetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.