POST quote/clone/{quote}
Clone the quote by quote identifier.
Request Information
URI
https://highlandfleets-api.xaitcpq.net/quote/clone/{quote}
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| quote |
Quote Identifier. |
globally unique identifier |
Required |
Body Parameters
Update values.
CloneValue| Name | Description | Type | Additional information |
|---|---|---|---|
| Currency | globally unique identifier |
None. |
|
| Result | globally unique identifier |
None. |
|
| Reference | string |
None. |
|
| Company | globally unique identifier |
None. |
|
| Contact | globally unique identifier |
None. |
|
| Pricebook | globally unique identifier |
None. |
|
| Opportunity | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Currency": "6732d307-ae8a-4a6a-ac8a-8a499866847d",
"Result": "452d0519-4241-4a89-8f54-217919a021bd",
"Reference": "sample string 1",
"Company": "872c09c6-5b1d-4080-9854-04f10c5b5b98",
"Contact": "260eb633-8c09-4a1f-9ae0-a8de16932405",
"Pricebook": "2e75b273-19c3-48fb-87a4-3217e98f10b8",
"Opportunity": "cd3ce79e-c8fc-41a0-a378-6f1f844cbc9e"
}
text/html
Sample:
{"Currency":"6732d307-ae8a-4a6a-ac8a-8a499866847d","Result":"452d0519-4241-4a89-8f54-217919a021bd","Reference":"sample string 1","Company":"872c09c6-5b1d-4080-9854-04f10c5b5b98","Contact":"260eb633-8c09-4a1f-9ae0-a8de16932405","Pricebook":"2e75b273-19c3-48fb-87a4-3217e98f10b8","Opportunity":"cd3ce79e-c8fc-41a0-a378-6f1f844cbc9e"}
application/xml, text/xml
Sample:
<CloneValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shared.Models.DataModels"> <Company>872c09c6-5b1d-4080-9854-04f10c5b5b98</Company> <Contact>260eb633-8c09-4a1f-9ae0-a8de16932405</Contact> <Currency>6732d307-ae8a-4a6a-ac8a-8a499866847d</Currency> <Opportunity>cd3ce79e-c8fc-41a0-a378-6f1f844cbc9e</Opportunity> <Pricebook>2e75b273-19c3-48fb-87a4-3217e98f10b8</Pricebook> <Reference>sample string 1</Reference> <Result>452d0519-4241-4a89-8f54-217919a021bd</Result> </CloneValue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The identifier of the new quote.
globally unique identifierResponse Formats
application/json, text/json, text/html
Sample:
"95eaa55b-270f-4d68-92b6-2bf4017955a0"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">95eaa55b-270f-4d68-92b6-2bf4017955a0</guid>