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": "3662b7a2-f385-4a95-91f1-dcfb87e87437",
"Result": "cf4ea210-e391-4ebf-9be4-484b53265bda",
"Reference": "sample string 1",
"Company": "4060df1b-1909-4249-9713-b25a6ed8dea2",
"Contact": "5368bb31-5c1c-4dab-93b1-3ab46fdc440e",
"Pricebook": "65025caf-ef2c-47a8-be5c-e86b5f31d207",
"Opportunity": "993d9eb6-b26a-4264-8553-cfe1cf77316e"
}
text/html
Sample:
{"Currency":"3662b7a2-f385-4a95-91f1-dcfb87e87437","Result":"cf4ea210-e391-4ebf-9be4-484b53265bda","Reference":"sample string 1","Company":"4060df1b-1909-4249-9713-b25a6ed8dea2","Contact":"5368bb31-5c1c-4dab-93b1-3ab46fdc440e","Pricebook":"65025caf-ef2c-47a8-be5c-e86b5f31d207","Opportunity":"993d9eb6-b26a-4264-8553-cfe1cf77316e"}
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>4060df1b-1909-4249-9713-b25a6ed8dea2</Company> <Contact>5368bb31-5c1c-4dab-93b1-3ab46fdc440e</Contact> <Currency>3662b7a2-f385-4a95-91f1-dcfb87e87437</Currency> <Opportunity>993d9eb6-b26a-4264-8553-cfe1cf77316e</Opportunity> <Pricebook>65025caf-ef2c-47a8-be5c-e86b5f31d207</Pricebook> <Reference>sample string 1</Reference> <Result>cf4ea210-e391-4ebf-9be4-484b53265bda</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:
"44492049-8f5b-430d-b712-7e1d0b1f6337"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">44492049-8f5b-430d-b712-7e1d0b1f6337</guid>