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.
CloneValueName | 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": "ddabdb8e-f5ee-43b1-8108-859a7d4a1e85", "Result": "3285bc7e-e30a-4824-a2cb-1f4f42b750ae", "Reference": "sample string 1", "Company": "2d577ae3-3e54-4c9a-b6c4-ff52db86d5d4", "Contact": "870a0aa1-1542-4d19-a3c4-19a27c005eb0", "Pricebook": "cec5c84d-4c8d-4e0a-a144-33e1a6bb89f5", "Opportunity": "39545dd6-69e3-4fe6-84e5-2fb9af102e9f" }
text/html
Sample:
{"Currency":"ddabdb8e-f5ee-43b1-8108-859a7d4a1e85","Result":"3285bc7e-e30a-4824-a2cb-1f4f42b750ae","Reference":"sample string 1","Company":"2d577ae3-3e54-4c9a-b6c4-ff52db86d5d4","Contact":"870a0aa1-1542-4d19-a3c4-19a27c005eb0","Pricebook":"cec5c84d-4c8d-4e0a-a144-33e1a6bb89f5","Opportunity":"39545dd6-69e3-4fe6-84e5-2fb9af102e9f"}
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>2d577ae3-3e54-4c9a-b6c4-ff52db86d5d4</Company> <Contact>870a0aa1-1542-4d19-a3c4-19a27c005eb0</Contact> <Currency>ddabdb8e-f5ee-43b1-8108-859a7d4a1e85</Currency> <Opportunity>39545dd6-69e3-4fe6-84e5-2fb9af102e9f</Opportunity> <Pricebook>cec5c84d-4c8d-4e0a-a144-33e1a6bb89f5</Pricebook> <Reference>sample string 1</Reference> <Result>3285bc7e-e30a-4824-a2cb-1f4f42b750ae</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:
"4dbd71ac-c37d-4959-add3-08f96d56ed45"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4dbd71ac-c37d-4959-add3-08f96d56ed45</guid>