POST orders/uploadEstimate?requestId={requestId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| requestId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
UploadEstimateResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Url | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"url": "sample string 1"
}
text/html
Sample:
{"url":"sample string 1"}
application/xml, text/xml
Sample:
<UploadEstimateResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ops.Data.Traxpod"> <Url>sample string 1</Url> </UploadEstimateResponse>