POST api/Quotation/getQuotations
Request Information
URI Parameters
None.
Body Parameters
QuotationsSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| LoginPhone | string |
None. |
|
| LocationID | integer |
None. |
|
| Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"LoginPhone": "sample string 1",
"LocationID": 2,
"Date": "2025-11-08T13:54:30.0650214+01:00"
}
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>2025-11-08T13:54:30.0650214+01:00</Date> <LocationID>2</LocationID> <LoginPhone>sample string 1</LoginPhone> </QuotationsSearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.