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": "5df315e1-ad7d-4cb9-9290-b8b127e38889",
"Result": "cc3d4b77-fcfe-434c-85a4-1152b2901d1b",
"Reference": "sample string 1",
"Company": "5ce2492c-8631-40b5-9b9b-1c7ac3f7810f",
"Contact": "aebbc1e2-c1e5-41b3-97ac-6a2018a7702a",
"Pricebook": "300cfa89-ff70-4c2f-a3a9-686e2dfba4e7",
"Opportunity": "67a07fb3-130d-4fa7-b4ab-04f35f93c9c2"
}
text/html
Sample:
{"Currency":"5df315e1-ad7d-4cb9-9290-b8b127e38889","Result":"cc3d4b77-fcfe-434c-85a4-1152b2901d1b","Reference":"sample string 1","Company":"5ce2492c-8631-40b5-9b9b-1c7ac3f7810f","Contact":"aebbc1e2-c1e5-41b3-97ac-6a2018a7702a","Pricebook":"300cfa89-ff70-4c2f-a3a9-686e2dfba4e7","Opportunity":"67a07fb3-130d-4fa7-b4ab-04f35f93c9c2"}
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>5ce2492c-8631-40b5-9b9b-1c7ac3f7810f</Company> <Contact>aebbc1e2-c1e5-41b3-97ac-6a2018a7702a</Contact> <Currency>5df315e1-ad7d-4cb9-9290-b8b127e38889</Currency> <Opportunity>67a07fb3-130d-4fa7-b4ab-04f35f93c9c2</Opportunity> <Pricebook>300cfa89-ff70-4c2f-a3a9-686e2dfba4e7</Pricebook> <Reference>sample string 1</Reference> <Result>cc3d4b77-fcfe-434c-85a4-1152b2901d1b</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:
"90d248fb-8b99-4c93-867e-bf5f0b2fa642"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">90d248fb-8b99-4c93-867e-bf5f0b2fa642</guid>