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": "976c3635-df55-4b7d-88bc-538f8447e46b",
"Result": "2732d006-1b90-4edc-b75f-b08d592a2e2b",
"Reference": "sample string 1",
"Company": "b0455138-2996-44e2-91d7-f88c0d9ab4c6",
"Contact": "a794b5fb-f352-47e4-8f19-99620c49fc90",
"Pricebook": "08586f63-703c-42b6-a242-25a0de02cd45",
"Opportunity": "293f7d23-fdaa-4cf7-a921-d8b13e9d15a2"
}
text/html
Sample:
{"Currency":"976c3635-df55-4b7d-88bc-538f8447e46b","Result":"2732d006-1b90-4edc-b75f-b08d592a2e2b","Reference":"sample string 1","Company":"b0455138-2996-44e2-91d7-f88c0d9ab4c6","Contact":"a794b5fb-f352-47e4-8f19-99620c49fc90","Pricebook":"08586f63-703c-42b6-a242-25a0de02cd45","Opportunity":"293f7d23-fdaa-4cf7-a921-d8b13e9d15a2"}
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>b0455138-2996-44e2-91d7-f88c0d9ab4c6</Company> <Contact>a794b5fb-f352-47e4-8f19-99620c49fc90</Contact> <Currency>976c3635-df55-4b7d-88bc-538f8447e46b</Currency> <Opportunity>293f7d23-fdaa-4cf7-a921-d8b13e9d15a2</Opportunity> <Pricebook>08586f63-703c-42b6-a242-25a0de02cd45</Pricebook> <Reference>sample string 1</Reference> <Result>2732d006-1b90-4edc-b75f-b08d592a2e2b</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:
"808320ca-3a6c-48af-8466-72ffa0c28328"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">808320ca-3a6c-48af-8466-72ffa0c28328</guid>