POST api/Documents/GetSaleQuotationInformationList

Request Information

URI Parameters

None.

Body Parameters

QuotationSearch
NameDescriptionTypeAdditional information
TransactionStatus

integer

None.

CardCode

string

None.

DateTo

date

None.

DateSince

date

None.

Request Formats

application/json, text/json

Sample:
{
  "TransactionStatus": 1,
  "CardCode": "sample string 2",
  "DateTo": "2025-12-05T22:18:08.4733457-06:00",
  "DateSince": "2025-12-05T22:18:08.4733457-06:00"
}

application/xml, text/xml

Sample:
<QuotationSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSZBADM.MODELS">
  <CardCode>sample string 2</CardCode>
  <DateSince>2025-12-05T22:18:08.4733457-06:00</DateSince>
  <DateTo>2025-12-05T22:18:08.4733457-06:00</DateTo>
  <TransactionStatus>1</TransactionStatus>
</QuotationSearch>

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.