POST quote/clone/{quote}
Clone the quote by quote identifier.
Request Information
URI
https://highlandfleets-dev-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": "ddfe35f8-b0b4-41e5-aade-5b770e07cc60",
"Result": "25f3171c-0688-4987-87c8-e51f1c9a0f3d",
"Reference": "sample string 1",
"Company": "9618ee95-ed13-4449-8b4e-5e5132abddf3",
"Contact": "cbff2afe-fe1d-48de-8907-2ae5cba63acc",
"Pricebook": "f055ba39-cb42-4f33-ae1c-f5416d4beb00",
"Opportunity": "5ac56d95-dfb8-4307-8c40-2089347712f3"
}
text/html
Sample:
{"Currency":"ddfe35f8-b0b4-41e5-aade-5b770e07cc60","Result":"25f3171c-0688-4987-87c8-e51f1c9a0f3d","Reference":"sample string 1","Company":"9618ee95-ed13-4449-8b4e-5e5132abddf3","Contact":"cbff2afe-fe1d-48de-8907-2ae5cba63acc","Pricebook":"f055ba39-cb42-4f33-ae1c-f5416d4beb00","Opportunity":"5ac56d95-dfb8-4307-8c40-2089347712f3"}
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>9618ee95-ed13-4449-8b4e-5e5132abddf3</Company> <Contact>cbff2afe-fe1d-48de-8907-2ae5cba63acc</Contact> <Currency>ddfe35f8-b0b4-41e5-aade-5b770e07cc60</Currency> <Opportunity>5ac56d95-dfb8-4307-8c40-2089347712f3</Opportunity> <Pricebook>f055ba39-cb42-4f33-ae1c-f5416d4beb00</Pricebook> <Reference>sample string 1</Reference> <Result>25f3171c-0688-4987-87c8-e51f1c9a0f3d</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:
"8a378e7a-b33c-40ea-8c6d-5bc4609fa021"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8a378e7a-b33c-40ea-8c6d-5bc4609fa021</guid>