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": "2d625ad4-85e1-4986-a243-bda1a267bfa0",
"Result": "5c3e2223-6ff2-4ed6-b8b1-0f66b16acbeb",
"Reference": "sample string 1",
"Company": "61e3c9ef-ecd5-471c-8da9-9afbd124ebed",
"Contact": "7c12f16f-8bb6-474d-96fd-381a37d0f80c",
"Pricebook": "297e9579-14a0-43ec-b763-ff9cef37c298",
"Opportunity": "128ec233-1ef3-4184-8b1e-edc23d9259a5"
}
text/html
Sample:
{"Currency":"2d625ad4-85e1-4986-a243-bda1a267bfa0","Result":"5c3e2223-6ff2-4ed6-b8b1-0f66b16acbeb","Reference":"sample string 1","Company":"61e3c9ef-ecd5-471c-8da9-9afbd124ebed","Contact":"7c12f16f-8bb6-474d-96fd-381a37d0f80c","Pricebook":"297e9579-14a0-43ec-b763-ff9cef37c298","Opportunity":"128ec233-1ef3-4184-8b1e-edc23d9259a5"}
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>61e3c9ef-ecd5-471c-8da9-9afbd124ebed</Company> <Contact>7c12f16f-8bb6-474d-96fd-381a37d0f80c</Contact> <Currency>2d625ad4-85e1-4986-a243-bda1a267bfa0</Currency> <Opportunity>128ec233-1ef3-4184-8b1e-edc23d9259a5</Opportunity> <Pricebook>297e9579-14a0-43ec-b763-ff9cef37c298</Pricebook> <Reference>sample string 1</Reference> <Result>5c3e2223-6ff2-4ed6-b8b1-0f66b16acbeb</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:
"c25fa172-59b3-408e-9ad2-0f40538fc0de"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c25fa172-59b3-408e-9ad2-0f40538fc0de</guid>