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": "c3da8b1b-6334-41f5-b2c0-61f5d4550634", "Result": "5908bc5b-b840-4c98-8e68-b4792b6f1475", "Reference": "sample string 1", "Company": "f92369fa-fded-480b-9865-f1d3b48c9a97", "Contact": "ac08b475-a8cc-47ed-a047-5e7e44975e43", "Pricebook": "11f7f1f7-65ad-44cd-9c25-a2c71786f5de", "Opportunity": "481ee355-9fd1-464e-a3c6-467923c6fb25" }
text/html
Sample:
{"Currency":"c3da8b1b-6334-41f5-b2c0-61f5d4550634","Result":"5908bc5b-b840-4c98-8e68-b4792b6f1475","Reference":"sample string 1","Company":"f92369fa-fded-480b-9865-f1d3b48c9a97","Contact":"ac08b475-a8cc-47ed-a047-5e7e44975e43","Pricebook":"11f7f1f7-65ad-44cd-9c25-a2c71786f5de","Opportunity":"481ee355-9fd1-464e-a3c6-467923c6fb25"}
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>f92369fa-fded-480b-9865-f1d3b48c9a97</Company> <Contact>ac08b475-a8cc-47ed-a047-5e7e44975e43</Contact> <Currency>c3da8b1b-6334-41f5-b2c0-61f5d4550634</Currency> <Opportunity>481ee355-9fd1-464e-a3c6-467923c6fb25</Opportunity> <Pricebook>11f7f1f7-65ad-44cd-9c25-a2c71786f5de</Pricebook> <Reference>sample string 1</Reference> <Result>5908bc5b-b840-4c98-8e68-b4792b6f1475</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:
"82b29163-35ec-427a-a27e-f271968c0a11"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">82b29163-35ec-427a-a27e-f271968c0a11</guid>