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": "b505671e-4e5a-4cd8-9c37-4f6489412ca1",
"Result": "eef5bad5-a739-4491-8907-8de76e142917",
"Reference": "sample string 1",
"Company": "11a09c94-e26e-46f9-ac0c-e5ae16d73b96",
"Contact": "dafa04a6-9d2a-4623-afb9-b6301274940e",
"Pricebook": "b9bb1162-5537-4d67-891a-a832da79fd84",
"Opportunity": "ad867def-5580-4e2a-afa4-fd82b383a493"
}
text/html
Sample:
{"Currency":"b505671e-4e5a-4cd8-9c37-4f6489412ca1","Result":"eef5bad5-a739-4491-8907-8de76e142917","Reference":"sample string 1","Company":"11a09c94-e26e-46f9-ac0c-e5ae16d73b96","Contact":"dafa04a6-9d2a-4623-afb9-b6301274940e","Pricebook":"b9bb1162-5537-4d67-891a-a832da79fd84","Opportunity":"ad867def-5580-4e2a-afa4-fd82b383a493"}
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>11a09c94-e26e-46f9-ac0c-e5ae16d73b96</Company> <Contact>dafa04a6-9d2a-4623-afb9-b6301274940e</Contact> <Currency>b505671e-4e5a-4cd8-9c37-4f6489412ca1</Currency> <Opportunity>ad867def-5580-4e2a-afa4-fd82b383a493</Opportunity> <Pricebook>b9bb1162-5537-4d67-891a-a832da79fd84</Pricebook> <Reference>sample string 1</Reference> <Result>eef5bad5-a739-4491-8907-8de76e142917</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:
"e637a8be-13d8-4cd3-9b2b-c8e475bf6f39"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">e637a8be-13d8-4cd3-9b2b-c8e475bf6f39</guid>