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": "8d262a22-7c08-40ee-8658-34fb14221844",
"Result": "721e1835-8336-426b-b1c3-a7f315a56abc",
"Reference": "sample string 1",
"Company": "563b01b4-ae85-435e-abae-49cb037c1119",
"Contact": "c3f74852-6d53-4354-a138-06e512d61b46",
"Pricebook": "3602ee98-4684-42ee-825d-30be4e08f096",
"Opportunity": "4b812f80-0bfe-4001-9ab5-f2b8371b7be4"
}
text/html
Sample:
{"Currency":"8d262a22-7c08-40ee-8658-34fb14221844","Result":"721e1835-8336-426b-b1c3-a7f315a56abc","Reference":"sample string 1","Company":"563b01b4-ae85-435e-abae-49cb037c1119","Contact":"c3f74852-6d53-4354-a138-06e512d61b46","Pricebook":"3602ee98-4684-42ee-825d-30be4e08f096","Opportunity":"4b812f80-0bfe-4001-9ab5-f2b8371b7be4"}
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>563b01b4-ae85-435e-abae-49cb037c1119</Company> <Contact>c3f74852-6d53-4354-a138-06e512d61b46</Contact> <Currency>8d262a22-7c08-40ee-8658-34fb14221844</Currency> <Opportunity>4b812f80-0bfe-4001-9ab5-f2b8371b7be4</Opportunity> <Pricebook>3602ee98-4684-42ee-825d-30be4e08f096</Pricebook> <Reference>sample string 1</Reference> <Result>721e1835-8336-426b-b1c3-a7f315a56abc</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:
"7460d4f6-df73-43fe-b467-9c0c49d07790"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7460d4f6-df73-43fe-b467-9c0c49d07790</guid>