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": "c445e512-a80e-4706-92c5-34c998fc61f9", "Result": "3b7f3196-6127-414a-9ad1-4f2a79567fc3", "Reference": "sample string 1", "Company": "563c3fa5-b536-4cce-9516-e9292bad41a6", "Contact": "d1a57191-7717-4468-b567-4762cecba69d", "Pricebook": "62cf2b3e-56ac-4a08-b84a-1258d316249b", "Opportunity": "60a952c4-3b18-4e2d-b72a-a23cc86cf1ba" }
text/html
Sample:
{"Currency":"c445e512-a80e-4706-92c5-34c998fc61f9","Result":"3b7f3196-6127-414a-9ad1-4f2a79567fc3","Reference":"sample string 1","Company":"563c3fa5-b536-4cce-9516-e9292bad41a6","Contact":"d1a57191-7717-4468-b567-4762cecba69d","Pricebook":"62cf2b3e-56ac-4a08-b84a-1258d316249b","Opportunity":"60a952c4-3b18-4e2d-b72a-a23cc86cf1ba"}
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>563c3fa5-b536-4cce-9516-e9292bad41a6</Company> <Contact>d1a57191-7717-4468-b567-4762cecba69d</Contact> <Currency>c445e512-a80e-4706-92c5-34c998fc61f9</Currency> <Opportunity>60a952c4-3b18-4e2d-b72a-a23cc86cf1ba</Opportunity> <Pricebook>62cf2b3e-56ac-4a08-b84a-1258d316249b</Pricebook> <Reference>sample string 1</Reference> <Result>3b7f3196-6127-414a-9ad1-4f2a79567fc3</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:
"2f9c9cdb-70eb-460e-9977-701d310eae0d"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2f9c9cdb-70eb-460e-9977-701d310eae0d</guid>