POST api/order/requestquotation
Request Information
URI Parameters
None.
Body Parameters
QuotationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId | string |
None. |
|
| ContactId | string |
None. |
|
| Remarks | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"ProjectId": "sample string 1",
"ContactId": "sample string 2",
"Remarks": "sample string 3"
}
application/xml, text/xml
Sample:
<OrderController.QuotationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/data.mettre.Controllers"> <ContactId>sample string 2</ContactId> <ProjectId>sample string 1</ProjectId> <Remarks>sample string 3</Remarks> </OrderController.QuotationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>