POST quote/clone/{quote}
Clone the quote by quote identifier.
Request Information
URI
https://eurotherm-web-api.xaitcpq.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": "1d3874e8-b35a-4fbd-9391-ebe007e88500", "Result": "a856c91c-a23b-4150-8bbb-f12a290b5d9a", "Reference": "sample string 1", "Company": "08064672-9e66-4325-9871-b0fa8ab75174", "Contact": "f91f9304-6bb3-41a0-9a52-545050788b35", "Pricebook": "e2340e09-9a24-4403-b89d-4947d16165f0", "Opportunity": "26c975e8-67b8-4475-8a58-6941e047ce20" }
text/html
Sample:
{"Currency":"1d3874e8-b35a-4fbd-9391-ebe007e88500","Result":"a856c91c-a23b-4150-8bbb-f12a290b5d9a","Reference":"sample string 1","Company":"08064672-9e66-4325-9871-b0fa8ab75174","Contact":"f91f9304-6bb3-41a0-9a52-545050788b35","Pricebook":"e2340e09-9a24-4403-b89d-4947d16165f0","Opportunity":"26c975e8-67b8-4475-8a58-6941e047ce20"}
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>08064672-9e66-4325-9871-b0fa8ab75174</Company> <Contact>f91f9304-6bb3-41a0-9a52-545050788b35</Contact> <Currency>1d3874e8-b35a-4fbd-9391-ebe007e88500</Currency> <Opportunity>26c975e8-67b8-4475-8a58-6941e047ce20</Opportunity> <Pricebook>e2340e09-9a24-4403-b89d-4947d16165f0</Pricebook> <Reference>sample string 1</Reference> <Result>a856c91c-a23b-4150-8bbb-f12a290b5d9a</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:
"885a81eb-1e02-4fd7-b6c1-e624e3270e92"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">885a81eb-1e02-4fd7-b6c1-e624e3270e92</guid>