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.
CloneValueName | 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": "f7d18316-7211-4751-9a14-74330caefe22", "Result": "1184e267-9ba7-4d3a-8b7a-1926aa5bf139", "Reference": "sample string 1", "Company": "ae2def91-e1e2-40ca-b01d-82f031f47d22", "Contact": "6834adbc-0316-4175-8f1e-a88e3b611832", "Pricebook": "f9ef0859-0103-45d7-b221-b2e8dc2718c0", "Opportunity": "30f4c69c-3182-4feb-ae96-29be1aa31de5" }
text/html
Sample:
{"Currency":"f7d18316-7211-4751-9a14-74330caefe22","Result":"1184e267-9ba7-4d3a-8b7a-1926aa5bf139","Reference":"sample string 1","Company":"ae2def91-e1e2-40ca-b01d-82f031f47d22","Contact":"6834adbc-0316-4175-8f1e-a88e3b611832","Pricebook":"f9ef0859-0103-45d7-b221-b2e8dc2718c0","Opportunity":"30f4c69c-3182-4feb-ae96-29be1aa31de5"}
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>ae2def91-e1e2-40ca-b01d-82f031f47d22</Company> <Contact>6834adbc-0316-4175-8f1e-a88e3b611832</Contact> <Currency>f7d18316-7211-4751-9a14-74330caefe22</Currency> <Opportunity>30f4c69c-3182-4feb-ae96-29be1aa31de5</Opportunity> <Pricebook>f9ef0859-0103-45d7-b221-b2e8dc2718c0</Pricebook> <Reference>sample string 1</Reference> <Result>1184e267-9ba7-4d3a-8b7a-1926aa5bf139</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:
"bb55cd0d-2cde-438d-9e18-b263cf935075"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">bb55cd0d-2cde-438d-9e18-b263cf935075</guid>