POST quote/clone/{quote}
Clone the quote by quote identifier.
Request Information
URI
https://ofd-api.blueprintcpq.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": "83423429-9c35-46c4-875a-130950e46be2",
"Result": "b03efcd2-2433-4e2b-b633-7beb1acf91c2",
"Reference": "sample string 1",
"Company": "de696ae5-bdca-4bce-b65e-719ba44bb048",
"Contact": "0a5b927b-a51a-4823-b618-5a092a5c5966",
"Pricebook": "971712e6-05ca-42d5-9c0d-f8d430e8a904",
"Opportunity": "6123e08d-b6a1-408d-b493-380455cfef30"
}
text/html
Sample:
{"Currency":"83423429-9c35-46c4-875a-130950e46be2","Result":"b03efcd2-2433-4e2b-b633-7beb1acf91c2","Reference":"sample string 1","Company":"de696ae5-bdca-4bce-b65e-719ba44bb048","Contact":"0a5b927b-a51a-4823-b618-5a092a5c5966","Pricebook":"971712e6-05ca-42d5-9c0d-f8d430e8a904","Opportunity":"6123e08d-b6a1-408d-b493-380455cfef30"}
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>de696ae5-bdca-4bce-b65e-719ba44bb048</Company> <Contact>0a5b927b-a51a-4823-b618-5a092a5c5966</Contact> <Currency>83423429-9c35-46c4-875a-130950e46be2</Currency> <Opportunity>6123e08d-b6a1-408d-b493-380455cfef30</Opportunity> <Pricebook>971712e6-05ca-42d5-9c0d-f8d430e8a904</Pricebook> <Reference>sample string 1</Reference> <Result>b03efcd2-2433-4e2b-b633-7beb1acf91c2</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:
"8b8992c6-128d-45d5-8b0f-2315101acc5e"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8b8992c6-128d-45d5-8b0f-2315101acc5e</guid>