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": "03585212-c34e-4e1e-a62e-ee57de4d171b",
"Result": "64bbc042-046c-4bdc-8356-729da4d4f7f3",
"Reference": "sample string 1",
"Company": "e277f714-99ea-44c4-ae93-08003631331c",
"Contact": "66ada495-371b-4364-abf4-27f5f1caad06",
"Pricebook": "6d1a30bf-f2ea-42b2-b04c-38abb6c24f82",
"Opportunity": "b32d309e-6128-414c-933a-41a20c2c189c"
}
text/html
Sample:
{"Currency":"03585212-c34e-4e1e-a62e-ee57de4d171b","Result":"64bbc042-046c-4bdc-8356-729da4d4f7f3","Reference":"sample string 1","Company":"e277f714-99ea-44c4-ae93-08003631331c","Contact":"66ada495-371b-4364-abf4-27f5f1caad06","Pricebook":"6d1a30bf-f2ea-42b2-b04c-38abb6c24f82","Opportunity":"b32d309e-6128-414c-933a-41a20c2c189c"}
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>e277f714-99ea-44c4-ae93-08003631331c</Company> <Contact>66ada495-371b-4364-abf4-27f5f1caad06</Contact> <Currency>03585212-c34e-4e1e-a62e-ee57de4d171b</Currency> <Opportunity>b32d309e-6128-414c-933a-41a20c2c189c</Opportunity> <Pricebook>6d1a30bf-f2ea-42b2-b04c-38abb6c24f82</Pricebook> <Reference>sample string 1</Reference> <Result>64bbc042-046c-4bdc-8356-729da4d4f7f3</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:
"1c661bd2-e10b-4441-9c76-bd969dbe9579"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1c661bd2-e10b-4441-9c76-bd969dbe9579</guid>