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": "b0d5d7dd-d932-4a1a-b811-4c183b2467b6",
"Result": "95f2fd40-ce74-4ed5-a800-e16f790f1c14",
"Reference": "sample string 1",
"Company": "e81570da-ea20-44dc-8dba-d46443e607f9",
"Contact": "3b43ff54-f421-499e-b497-9c44cb8b34c3",
"Pricebook": "11e46582-347b-4db2-8e71-bbbf083cffd4",
"Opportunity": "afbf74ea-ce51-4016-b2ab-27fd75602c30"
}
text/html
Sample:
{"Currency":"b0d5d7dd-d932-4a1a-b811-4c183b2467b6","Result":"95f2fd40-ce74-4ed5-a800-e16f790f1c14","Reference":"sample string 1","Company":"e81570da-ea20-44dc-8dba-d46443e607f9","Contact":"3b43ff54-f421-499e-b497-9c44cb8b34c3","Pricebook":"11e46582-347b-4db2-8e71-bbbf083cffd4","Opportunity":"afbf74ea-ce51-4016-b2ab-27fd75602c30"}
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>e81570da-ea20-44dc-8dba-d46443e607f9</Company> <Contact>3b43ff54-f421-499e-b497-9c44cb8b34c3</Contact> <Currency>b0d5d7dd-d932-4a1a-b811-4c183b2467b6</Currency> <Opportunity>afbf74ea-ce51-4016-b2ab-27fd75602c30</Opportunity> <Pricebook>11e46582-347b-4db2-8e71-bbbf083cffd4</Pricebook> <Reference>sample string 1</Reference> <Result>95f2fd40-ce74-4ed5-a800-e16f790f1c14</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:
"27484f4e-76f5-4e73-b16f-3730ee845482"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">27484f4e-76f5-4e73-b16f-3730ee845482</guid>