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": "016280fc-403d-429a-b442-87a6f3fa4faf",
"Result": "ca97ac33-4e68-4bc4-a50b-0345402329a1",
"Reference": "sample string 1",
"Company": "769da698-6de1-46c8-ac33-ef3cc384dd52",
"Contact": "9b9c8cd7-2ab5-493d-8b78-7fc9d0ece5b5",
"Pricebook": "d85ac74d-0c34-44db-9a08-cf10a4182682",
"Opportunity": "04565ffe-fcf6-49f4-a1ae-5fa7170a6448"
}
text/html
Sample:
{"Currency":"016280fc-403d-429a-b442-87a6f3fa4faf","Result":"ca97ac33-4e68-4bc4-a50b-0345402329a1","Reference":"sample string 1","Company":"769da698-6de1-46c8-ac33-ef3cc384dd52","Contact":"9b9c8cd7-2ab5-493d-8b78-7fc9d0ece5b5","Pricebook":"d85ac74d-0c34-44db-9a08-cf10a4182682","Opportunity":"04565ffe-fcf6-49f4-a1ae-5fa7170a6448"}
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>769da698-6de1-46c8-ac33-ef3cc384dd52</Company> <Contact>9b9c8cd7-2ab5-493d-8b78-7fc9d0ece5b5</Contact> <Currency>016280fc-403d-429a-b442-87a6f3fa4faf</Currency> <Opportunity>04565ffe-fcf6-49f4-a1ae-5fa7170a6448</Opportunity> <Pricebook>d85ac74d-0c34-44db-9a08-cf10a4182682</Pricebook> <Reference>sample string 1</Reference> <Result>ca97ac33-4e68-4bc4-a50b-0345402329a1</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:
"41030be7-eb46-42b6-a21c-6babf6452e78"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">41030be7-eb46-42b6-a21c-6babf6452e78</guid>