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.
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": "78102cd3-e299-4060-bcc8-60de8302852a",
"Result": "c549b995-3599-4caa-a3c2-2d7dc126226b",
"Reference": "sample string 1",
"Company": "6e42df38-f4e7-4142-bb8a-e8a64303c171",
"Contact": "d4a3b41a-0d6e-4880-ad43-33f329be72c2",
"Pricebook": "84d3ee2b-4917-4357-9914-b41a79f73a8d",
"Opportunity": "b1164e66-d14f-4344-bc4b-1f6e25b1908a"
}
text/html
Sample:
{"Currency":"78102cd3-e299-4060-bcc8-60de8302852a","Result":"c549b995-3599-4caa-a3c2-2d7dc126226b","Reference":"sample string 1","Company":"6e42df38-f4e7-4142-bb8a-e8a64303c171","Contact":"d4a3b41a-0d6e-4880-ad43-33f329be72c2","Pricebook":"84d3ee2b-4917-4357-9914-b41a79f73a8d","Opportunity":"b1164e66-d14f-4344-bc4b-1f6e25b1908a"}
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>6e42df38-f4e7-4142-bb8a-e8a64303c171</Company> <Contact>d4a3b41a-0d6e-4880-ad43-33f329be72c2</Contact> <Currency>78102cd3-e299-4060-bcc8-60de8302852a</Currency> <Opportunity>b1164e66-d14f-4344-bc4b-1f6e25b1908a</Opportunity> <Pricebook>84d3ee2b-4917-4357-9914-b41a79f73a8d</Pricebook> <Reference>sample string 1</Reference> <Result>c549b995-3599-4caa-a3c2-2d7dc126226b</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:
"3c20f595-108d-4a60-9854-94147a840ca1"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3c20f595-108d-4a60-9854-94147a840ca1</guid>