POST quote/clone/{quote}
Clone the quote by quote identifier.
Request Information
URI
https://eurotherm-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": "05e78f27-b716-4c2b-8d8a-97ef49e31d17",
"Result": "d0975f3a-9191-4205-9362-619dba474ef2",
"Reference": "sample string 1",
"Company": "af5a4261-acef-4f77-ab3a-8b9fd01406cd",
"Contact": "b498d03b-715f-4448-8e44-0e49d8988ca4",
"Pricebook": "63bb1384-3bc7-440d-bbef-5b4327c9f74c",
"Opportunity": "1c5b73d9-31ef-4842-aee6-1db95bbbf1de"
}
text/html
Sample:
{"Currency":"05e78f27-b716-4c2b-8d8a-97ef49e31d17","Result":"d0975f3a-9191-4205-9362-619dba474ef2","Reference":"sample string 1","Company":"af5a4261-acef-4f77-ab3a-8b9fd01406cd","Contact":"b498d03b-715f-4448-8e44-0e49d8988ca4","Pricebook":"63bb1384-3bc7-440d-bbef-5b4327c9f74c","Opportunity":"1c5b73d9-31ef-4842-aee6-1db95bbbf1de"}
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>af5a4261-acef-4f77-ab3a-8b9fd01406cd</Company> <Contact>b498d03b-715f-4448-8e44-0e49d8988ca4</Contact> <Currency>05e78f27-b716-4c2b-8d8a-97ef49e31d17</Currency> <Opportunity>1c5b73d9-31ef-4842-aee6-1db95bbbf1de</Opportunity> <Pricebook>63bb1384-3bc7-440d-bbef-5b4327c9f74c</Pricebook> <Reference>sample string 1</Reference> <Result>d0975f3a-9191-4205-9362-619dba474ef2</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:
"9ffef386-4166-4d2a-a159-6ec24b3aa5a1"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9ffef386-4166-4d2a-a159-6ec24b3aa5a1</guid>