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": "6faf0352-7c84-4c8c-9c0d-9bb93c9501b3", "Result": "3b6f6b58-1a6b-4da6-aaa9-12fdfb17f99c", "Reference": "sample string 1", "Company": "0f7f41d7-4816-491a-bd30-1d1aba63b4e0", "Contact": "2e65d530-a0ff-40a8-adec-1f80b8672009", "Pricebook": "31686342-1992-4089-9105-50d33e3b59ce", "Opportunity": "5941c919-3c12-4626-93f3-829d70ed9ce8" }
text/html
Sample:
{"Currency":"6faf0352-7c84-4c8c-9c0d-9bb93c9501b3","Result":"3b6f6b58-1a6b-4da6-aaa9-12fdfb17f99c","Reference":"sample string 1","Company":"0f7f41d7-4816-491a-bd30-1d1aba63b4e0","Contact":"2e65d530-a0ff-40a8-adec-1f80b8672009","Pricebook":"31686342-1992-4089-9105-50d33e3b59ce","Opportunity":"5941c919-3c12-4626-93f3-829d70ed9ce8"}
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>0f7f41d7-4816-491a-bd30-1d1aba63b4e0</Company> <Contact>2e65d530-a0ff-40a8-adec-1f80b8672009</Contact> <Currency>6faf0352-7c84-4c8c-9c0d-9bb93c9501b3</Currency> <Opportunity>5941c919-3c12-4626-93f3-829d70ed9ce8</Opportunity> <Pricebook>31686342-1992-4089-9105-50d33e3b59ce</Pricebook> <Reference>sample string 1</Reference> <Result>3b6f6b58-1a6b-4da6-aaa9-12fdfb17f99c</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:
"1dd41b1d-6427-4827-8005-dc60a6177974"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1dd41b1d-6427-4827-8005-dc60a6177974</guid>