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": "5a657ab2-b001-4648-bf35-d4637a72ca74",
"Result": "347c5a7c-a23b-4814-b01f-329f0b3dac0f",
"Reference": "sample string 1",
"Company": "503fc2da-648d-4d98-ab0e-b87b29b4f719",
"Contact": "7ca35705-9f25-4886-b442-cebaf8d48b31",
"Pricebook": "15578c68-8db4-4e6c-8d7e-a77266a7c214",
"Opportunity": "74b43258-1dc9-4c76-8715-b0d91055f771"
}
text/html
Sample:
{"Currency":"5a657ab2-b001-4648-bf35-d4637a72ca74","Result":"347c5a7c-a23b-4814-b01f-329f0b3dac0f","Reference":"sample string 1","Company":"503fc2da-648d-4d98-ab0e-b87b29b4f719","Contact":"7ca35705-9f25-4886-b442-cebaf8d48b31","Pricebook":"15578c68-8db4-4e6c-8d7e-a77266a7c214","Opportunity":"74b43258-1dc9-4c76-8715-b0d91055f771"}
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>503fc2da-648d-4d98-ab0e-b87b29b4f719</Company> <Contact>7ca35705-9f25-4886-b442-cebaf8d48b31</Contact> <Currency>5a657ab2-b001-4648-bf35-d4637a72ca74</Currency> <Opportunity>74b43258-1dc9-4c76-8715-b0d91055f771</Opportunity> <Pricebook>15578c68-8db4-4e6c-8d7e-a77266a7c214</Pricebook> <Reference>sample string 1</Reference> <Result>347c5a7c-a23b-4814-b01f-329f0b3dac0f</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:
"9f311636-49f9-4b46-94ba-ebb21a37e88a"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9f311636-49f9-4b46-94ba-ebb21a37e88a</guid>