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": "81dc188f-aafe-4d59-9087-57d3e8b07763", "Result": "377dd5d5-98af-4f58-a069-ee6e47223f74", "Reference": "sample string 1", "Company": "8882f015-dc84-4659-939b-ae81d3635331", "Contact": "f74a474d-01a1-4d36-8979-b5260722c39e", "Pricebook": "b390c050-3998-4835-99b9-fbc548c54677", "Opportunity": "786d868e-f4e0-426f-b05e-5b666cf0e37f" }
text/html
Sample:
{"Currency":"81dc188f-aafe-4d59-9087-57d3e8b07763","Result":"377dd5d5-98af-4f58-a069-ee6e47223f74","Reference":"sample string 1","Company":"8882f015-dc84-4659-939b-ae81d3635331","Contact":"f74a474d-01a1-4d36-8979-b5260722c39e","Pricebook":"b390c050-3998-4835-99b9-fbc548c54677","Opportunity":"786d868e-f4e0-426f-b05e-5b666cf0e37f"}
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>8882f015-dc84-4659-939b-ae81d3635331</Company> <Contact>f74a474d-01a1-4d36-8979-b5260722c39e</Contact> <Currency>81dc188f-aafe-4d59-9087-57d3e8b07763</Currency> <Opportunity>786d868e-f4e0-426f-b05e-5b666cf0e37f</Opportunity> <Pricebook>b390c050-3998-4835-99b9-fbc548c54677</Pricebook> <Reference>sample string 1</Reference> <Result>377dd5d5-98af-4f58-a069-ee6e47223f74</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:
"ff22cf1b-eafb-446f-82ab-3d5ffd87f289"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">ff22cf1b-eafb-446f-82ab-3d5ffd87f289</guid>