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": "633dc609-f117-4497-aae3-f6c24c6ffe3e",
"Result": "63e90b17-ccb6-47a6-89cc-8617fdb17cf9",
"Reference": "sample string 1",
"Company": "40db23ce-0af6-4f87-b6e3-13952e22fa57",
"Contact": "7bb881d3-0b88-418e-8609-7699dac3a6cb",
"Pricebook": "f55448b3-8fbc-4155-baf6-55735dd5a372",
"Opportunity": "deaa7031-4eb4-49f7-b7c1-6df6567bc82a"
}
text/html
Sample:
{"Currency":"633dc609-f117-4497-aae3-f6c24c6ffe3e","Result":"63e90b17-ccb6-47a6-89cc-8617fdb17cf9","Reference":"sample string 1","Company":"40db23ce-0af6-4f87-b6e3-13952e22fa57","Contact":"7bb881d3-0b88-418e-8609-7699dac3a6cb","Pricebook":"f55448b3-8fbc-4155-baf6-55735dd5a372","Opportunity":"deaa7031-4eb4-49f7-b7c1-6df6567bc82a"}
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>40db23ce-0af6-4f87-b6e3-13952e22fa57</Company> <Contact>7bb881d3-0b88-418e-8609-7699dac3a6cb</Contact> <Currency>633dc609-f117-4497-aae3-f6c24c6ffe3e</Currency> <Opportunity>deaa7031-4eb4-49f7-b7c1-6df6567bc82a</Opportunity> <Pricebook>f55448b3-8fbc-4155-baf6-55735dd5a372</Pricebook> <Reference>sample string 1</Reference> <Result>63e90b17-ccb6-47a6-89cc-8617fdb17cf9</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:
"c32f8cb4-e17d-4a40-8431-ae061b947b9d"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c32f8cb4-e17d-4a40-8431-ae061b947b9d</guid>