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.
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": "f2566653-000e-4121-b363-266c1aabea15", "Result": "c5a0251d-01fc-47c0-9e75-8f8f8a24a16d", "Reference": "sample string 1", "Company": "c50de664-1774-4bf2-a4f5-0e075968fef8", "Contact": "69b51c9b-9d1d-4627-9131-4f4ca1466b23", "Pricebook": "f7f70854-777d-4669-9f8a-b97b056c7644", "Opportunity": "5119b567-9a59-4e2c-a75f-c8d0088bf21f" }
text/html
Sample:
{"Currency":"f2566653-000e-4121-b363-266c1aabea15","Result":"c5a0251d-01fc-47c0-9e75-8f8f8a24a16d","Reference":"sample string 1","Company":"c50de664-1774-4bf2-a4f5-0e075968fef8","Contact":"69b51c9b-9d1d-4627-9131-4f4ca1466b23","Pricebook":"f7f70854-777d-4669-9f8a-b97b056c7644","Opportunity":"5119b567-9a59-4e2c-a75f-c8d0088bf21f"}
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>c50de664-1774-4bf2-a4f5-0e075968fef8</Company> <Contact>69b51c9b-9d1d-4627-9131-4f4ca1466b23</Contact> <Currency>f2566653-000e-4121-b363-266c1aabea15</Currency> <Opportunity>5119b567-9a59-4e2c-a75f-c8d0088bf21f</Opportunity> <Pricebook>f7f70854-777d-4669-9f8a-b97b056c7644</Pricebook> <Reference>sample string 1</Reference> <Result>c5a0251d-01fc-47c0-9e75-8f8f8a24a16d</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:
"32076776-27e8-481b-9adf-42361a5a065a"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">32076776-27e8-481b-9adf-42361a5a065a</guid>