POST api/Quotation/getQuotations

Request Information

URI Parameters

None.

Body Parameters

QuotationsSearch
NameDescriptionTypeAdditional information
Date

date

None.

LocationID

integer

None.

LoginPhone

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Date": "2026-02-20T15:43:03.9316231+01:00",
  "LocationID": 2,
  "LoginPhone": "sample string 3"
}

application/xml, text/xml

Sample:
<QuotationsSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Oneview.Controllers">
  <Date>2026-02-20T15:43:03.9316231+01:00</Date>
  <LocationID>2</LocationID>
  <LoginPhone>sample string 3</LoginPhone>
</QuotationsSearch>

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.