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": "781e9d9b-1b4c-4f5f-ba8c-8cf82d37b192",
"Result": "ab9872f0-11e1-4a05-9825-7784744a759a",
"Reference": "sample string 1",
"Company": "022df958-a4b6-4d62-b53b-70d45fe97f94",
"Contact": "54674e06-cde3-413a-a415-14a0b5d757a9",
"Pricebook": "ea2865f5-658b-4606-89ea-5a2a8a92b792",
"Opportunity": "ef4a6cc5-7764-4264-bd03-cc6f285563a0"
}
text/html
Sample:
{"Currency":"781e9d9b-1b4c-4f5f-ba8c-8cf82d37b192","Result":"ab9872f0-11e1-4a05-9825-7784744a759a","Reference":"sample string 1","Company":"022df958-a4b6-4d62-b53b-70d45fe97f94","Contact":"54674e06-cde3-413a-a415-14a0b5d757a9","Pricebook":"ea2865f5-658b-4606-89ea-5a2a8a92b792","Opportunity":"ef4a6cc5-7764-4264-bd03-cc6f285563a0"}
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>022df958-a4b6-4d62-b53b-70d45fe97f94</Company> <Contact>54674e06-cde3-413a-a415-14a0b5d757a9</Contact> <Currency>781e9d9b-1b4c-4f5f-ba8c-8cf82d37b192</Currency> <Opportunity>ef4a6cc5-7764-4264-bd03-cc6f285563a0</Opportunity> <Pricebook>ea2865f5-658b-4606-89ea-5a2a8a92b792</Pricebook> <Reference>sample string 1</Reference> <Result>ab9872f0-11e1-4a05-9825-7784744a759a</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:
"89691f0c-3b48-4b5b-800e-fae7de335472"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">89691f0c-3b48-4b5b-800e-fae7de335472</guid>