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": "fe665810-fd06-4eb9-b1cc-531b75acb9e5",
"Result": "61fd092d-b541-4c0c-b541-39ee74e63ba9",
"Reference": "sample string 1",
"Company": "0bed06df-8acf-46ff-894b-78f3369aaf08",
"Contact": "2108118c-38fc-49f9-afbc-e8dd9c97293c",
"Pricebook": "2845339d-191f-4be4-9a9e-e7594294c71c",
"Opportunity": "ab5acde9-3c3d-4e29-a7c7-2f60326b4b11"
}
text/html
Sample:
{"Currency":"fe665810-fd06-4eb9-b1cc-531b75acb9e5","Result":"61fd092d-b541-4c0c-b541-39ee74e63ba9","Reference":"sample string 1","Company":"0bed06df-8acf-46ff-894b-78f3369aaf08","Contact":"2108118c-38fc-49f9-afbc-e8dd9c97293c","Pricebook":"2845339d-191f-4be4-9a9e-e7594294c71c","Opportunity":"ab5acde9-3c3d-4e29-a7c7-2f60326b4b11"}
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>0bed06df-8acf-46ff-894b-78f3369aaf08</Company> <Contact>2108118c-38fc-49f9-afbc-e8dd9c97293c</Contact> <Currency>fe665810-fd06-4eb9-b1cc-531b75acb9e5</Currency> <Opportunity>ab5acde9-3c3d-4e29-a7c7-2f60326b4b11</Opportunity> <Pricebook>2845339d-191f-4be4-9a9e-e7594294c71c</Pricebook> <Reference>sample string 1</Reference> <Result>61fd092d-b541-4c0c-b541-39ee74e63ba9</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:
"aca1d707-c8f7-4dc9-bbac-15733ee4124a"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">aca1d707-c8f7-4dc9-bbac-15733ee4124a</guid>