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": "6bbcf3de-45a6-434b-8a73-387ea859d48d",
"Result": "88688abe-60db-4aee-bf4e-21dcbf319804",
"Reference": "sample string 1",
"Company": "25c6d678-aaf7-4533-8317-fb4c56e6b166",
"Contact": "00801ffb-f257-45a8-8f51-e060ed0b827e",
"Pricebook": "294f9c71-bfcd-4808-8036-98db025923c3",
"Opportunity": "86584714-179e-4015-8bfc-ec3ddcae44c7"
}
text/html
Sample:
{"Currency":"6bbcf3de-45a6-434b-8a73-387ea859d48d","Result":"88688abe-60db-4aee-bf4e-21dcbf319804","Reference":"sample string 1","Company":"25c6d678-aaf7-4533-8317-fb4c56e6b166","Contact":"00801ffb-f257-45a8-8f51-e060ed0b827e","Pricebook":"294f9c71-bfcd-4808-8036-98db025923c3","Opportunity":"86584714-179e-4015-8bfc-ec3ddcae44c7"}
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>25c6d678-aaf7-4533-8317-fb4c56e6b166</Company> <Contact>00801ffb-f257-45a8-8f51-e060ed0b827e</Contact> <Currency>6bbcf3de-45a6-434b-8a73-387ea859d48d</Currency> <Opportunity>86584714-179e-4015-8bfc-ec3ddcae44c7</Opportunity> <Pricebook>294f9c71-bfcd-4808-8036-98db025923c3</Pricebook> <Reference>sample string 1</Reference> <Result>88688abe-60db-4aee-bf4e-21dcbf319804</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:
"4a08b263-f566-4cca-b0c3-d3c1f4b4f22e"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4a08b263-f566-4cca-b0c3-d3c1f4b4f22e</guid>