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": "8da03ae3-1bd6-4c61-b678-fb37b82e8afc",
"Result": "237077bc-d637-4432-b849-045ed690b69a",
"Reference": "sample string 1",
"Company": "2ff1649b-fbf4-4f70-a4e1-402c9557df4f",
"Contact": "b1e55435-75d3-46f1-8e44-cd43a3ff800e",
"Pricebook": "090d87b4-da9a-483f-a522-dc85f64fb945",
"Opportunity": "20ece7e9-4e42-46f4-a3d3-dbec9434713c"
}
text/html
Sample:
{"Currency":"8da03ae3-1bd6-4c61-b678-fb37b82e8afc","Result":"237077bc-d637-4432-b849-045ed690b69a","Reference":"sample string 1","Company":"2ff1649b-fbf4-4f70-a4e1-402c9557df4f","Contact":"b1e55435-75d3-46f1-8e44-cd43a3ff800e","Pricebook":"090d87b4-da9a-483f-a522-dc85f64fb945","Opportunity":"20ece7e9-4e42-46f4-a3d3-dbec9434713c"}
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>2ff1649b-fbf4-4f70-a4e1-402c9557df4f</Company> <Contact>b1e55435-75d3-46f1-8e44-cd43a3ff800e</Contact> <Currency>8da03ae3-1bd6-4c61-b678-fb37b82e8afc</Currency> <Opportunity>20ece7e9-4e42-46f4-a3d3-dbec9434713c</Opportunity> <Pricebook>090d87b4-da9a-483f-a522-dc85f64fb945</Pricebook> <Reference>sample string 1</Reference> <Result>237077bc-d637-4432-b849-045ed690b69a</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:
"5c50b621-1d41-4317-b88e-6dd1b91395d8"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5c50b621-1d41-4317-b88e-6dd1b91395d8</guid>