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": "badd2de1-3618-4905-858e-a9b293e76733",
"Result": "f7dceab8-ba1d-4a56-a9cf-784c3bf2ccf6",
"Reference": "sample string 1",
"Company": "baacd24d-7d46-4894-94b5-f58555464f5d",
"Contact": "185ca2fd-cf41-4f06-a290-97c8ccb6aabb",
"Pricebook": "613e4005-ce12-4e06-a22c-27495c651784",
"Opportunity": "6ce2fd50-5c15-4e30-ba63-24d46a3c92c7"
}
text/html
Sample:
{"Currency":"badd2de1-3618-4905-858e-a9b293e76733","Result":"f7dceab8-ba1d-4a56-a9cf-784c3bf2ccf6","Reference":"sample string 1","Company":"baacd24d-7d46-4894-94b5-f58555464f5d","Contact":"185ca2fd-cf41-4f06-a290-97c8ccb6aabb","Pricebook":"613e4005-ce12-4e06-a22c-27495c651784","Opportunity":"6ce2fd50-5c15-4e30-ba63-24d46a3c92c7"}
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>baacd24d-7d46-4894-94b5-f58555464f5d</Company> <Contact>185ca2fd-cf41-4f06-a290-97c8ccb6aabb</Contact> <Currency>badd2de1-3618-4905-858e-a9b293e76733</Currency> <Opportunity>6ce2fd50-5c15-4e30-ba63-24d46a3c92c7</Opportunity> <Pricebook>613e4005-ce12-4e06-a22c-27495c651784</Pricebook> <Reference>sample string 1</Reference> <Result>f7dceab8-ba1d-4a56-a9cf-784c3bf2ccf6</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:
"7c80565b-aa2a-4361-b2d3-c67f5e50b0fe"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7c80565b-aa2a-4361-b2d3-c67f5e50b0fe</guid>