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": "4d425df2-842c-466a-bf90-786828c82701",
"Result": "05ca63d6-455e-4388-bb9e-caa8ee7d5a62",
"Reference": "sample string 1",
"Company": "8e1db040-3b5b-4712-a3c4-89ff289c086f",
"Contact": "627e9d13-2baa-4671-a428-4f6232f9870f",
"Pricebook": "2d4b3b79-185b-43ff-a083-f8978e399378",
"Opportunity": "4bf7ccf1-7dee-4ae8-94f9-cc95501289c3"
}
text/html
Sample:
{"Currency":"4d425df2-842c-466a-bf90-786828c82701","Result":"05ca63d6-455e-4388-bb9e-caa8ee7d5a62","Reference":"sample string 1","Company":"8e1db040-3b5b-4712-a3c4-89ff289c086f","Contact":"627e9d13-2baa-4671-a428-4f6232f9870f","Pricebook":"2d4b3b79-185b-43ff-a083-f8978e399378","Opportunity":"4bf7ccf1-7dee-4ae8-94f9-cc95501289c3"}
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>8e1db040-3b5b-4712-a3c4-89ff289c086f</Company> <Contact>627e9d13-2baa-4671-a428-4f6232f9870f</Contact> <Currency>4d425df2-842c-466a-bf90-786828c82701</Currency> <Opportunity>4bf7ccf1-7dee-4ae8-94f9-cc95501289c3</Opportunity> <Pricebook>2d4b3b79-185b-43ff-a083-f8978e399378</Pricebook> <Reference>sample string 1</Reference> <Result>05ca63d6-455e-4388-bb9e-caa8ee7d5a62</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:
"f4e77c78-0941-457a-9315-12f5b9e37183"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">f4e77c78-0941-457a-9315-12f5b9e37183</guid>