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": "450698e6-fa4f-4ba7-9c2e-31f4bc337367", "Result": "2025ab56-f79a-4a9f-beaf-8d2ed704c10a", "Reference": "sample string 1", "Company": "ecf24f18-8491-40fa-86f8-6f7887166f27", "Contact": "0dda424b-5cf4-485d-a3a5-a60868e98cfc", "Pricebook": "af3f2f57-924a-4075-a7a0-0899c2cc519f", "Opportunity": "ff4413d9-223f-40d6-bf30-aa216ba19133" }
text/html
Sample:
{"Currency":"450698e6-fa4f-4ba7-9c2e-31f4bc337367","Result":"2025ab56-f79a-4a9f-beaf-8d2ed704c10a","Reference":"sample string 1","Company":"ecf24f18-8491-40fa-86f8-6f7887166f27","Contact":"0dda424b-5cf4-485d-a3a5-a60868e98cfc","Pricebook":"af3f2f57-924a-4075-a7a0-0899c2cc519f","Opportunity":"ff4413d9-223f-40d6-bf30-aa216ba19133"}
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>ecf24f18-8491-40fa-86f8-6f7887166f27</Company> <Contact>0dda424b-5cf4-485d-a3a5-a60868e98cfc</Contact> <Currency>450698e6-fa4f-4ba7-9c2e-31f4bc337367</Currency> <Opportunity>ff4413d9-223f-40d6-bf30-aa216ba19133</Opportunity> <Pricebook>af3f2f57-924a-4075-a7a0-0899c2cc519f</Pricebook> <Reference>sample string 1</Reference> <Result>2025ab56-f79a-4a9f-beaf-8d2ed704c10a</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:
"6d274d10-4436-49e1-a8b7-797de169783e"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6d274d10-4436-49e1-a8b7-797de169783e</guid>