POST api/Orders/request-quote
Request Information
URI Parameters
None.
Body Parameters
QuoteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| State | string |
None. |
|
| County | string |
None. |
|
| Reference | string |
None. |
|
| OwnerName | string |
None. |
|
| PropertyAddress | string |
None. |
|
| Service | string |
None. |
|
| Instructions | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Email": "sample string 2",
"Phone": "sample string 3",
"State": "sample string 4",
"County": "sample string 5",
"Reference": "sample string 6",
"OwnerName": "sample string 7",
"PropertyAddress": "sample string 8",
"Service": "sample string 9",
"Instructions": "sample string 10"
}
text/xml
Sample:
<QuoteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAS.DAL"> <County>sample string 5</County> <Email>sample string 2</Email> <Instructions>sample string 10</Instructions> <Name>sample string 1</Name> <OwnerName>sample string 7</OwnerName> <Phone>sample string 3</Phone> <PropertyAddress>sample string 8</PropertyAddress> <Reference>sample string 6</Reference> <Service>sample string 9</Service> <State>sample string 4</State> </QuoteRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.