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": "e277705b-6479-4960-abf8-39db430b1edc",
"Result": "476b8852-8686-42c2-a563-dc3e90f11b0e",
"Reference": "sample string 1",
"Company": "5f785776-c7e0-407b-9a64-6704940a69ba",
"Contact": "bba10aed-0fa6-4105-bdf0-3de0e505f29f",
"Pricebook": "b7ea8b66-d579-42c3-b246-dd0bb3ce0706",
"Opportunity": "6aa908de-2f95-4a95-923c-7872d65ac37c"
}
text/html
Sample:
{"Currency":"e277705b-6479-4960-abf8-39db430b1edc","Result":"476b8852-8686-42c2-a563-dc3e90f11b0e","Reference":"sample string 1","Company":"5f785776-c7e0-407b-9a64-6704940a69ba","Contact":"bba10aed-0fa6-4105-bdf0-3de0e505f29f","Pricebook":"b7ea8b66-d579-42c3-b246-dd0bb3ce0706","Opportunity":"6aa908de-2f95-4a95-923c-7872d65ac37c"}
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>5f785776-c7e0-407b-9a64-6704940a69ba</Company> <Contact>bba10aed-0fa6-4105-bdf0-3de0e505f29f</Contact> <Currency>e277705b-6479-4960-abf8-39db430b1edc</Currency> <Opportunity>6aa908de-2f95-4a95-923c-7872d65ac37c</Opportunity> <Pricebook>b7ea8b66-d579-42c3-b246-dd0bb3ce0706</Pricebook> <Reference>sample string 1</Reference> <Result>476b8852-8686-42c2-a563-dc3e90f11b0e</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:
"c230cb1e-b3a2-4ccd-a7f7-a9efa862a278"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c230cb1e-b3a2-4ccd-a7f7-a9efa862a278</guid>