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": "a0c48269-c581-479e-af06-e34a6f8f0bfd", "Result": "9e78fa7f-8099-4bd4-bd2b-fe0e0accb6d4", "Reference": "sample string 1", "Company": "81c70a57-43e9-4cce-9483-b4b97db25068", "Contact": "29339595-b76d-4bc7-8df4-8148378e4017", "Pricebook": "6e370c63-0781-448a-a3b2-dbdd52a28f75", "Opportunity": "22eb96ca-8155-4af8-a581-69da13adec24" }
text/html
Sample:
{"Currency":"a0c48269-c581-479e-af06-e34a6f8f0bfd","Result":"9e78fa7f-8099-4bd4-bd2b-fe0e0accb6d4","Reference":"sample string 1","Company":"81c70a57-43e9-4cce-9483-b4b97db25068","Contact":"29339595-b76d-4bc7-8df4-8148378e4017","Pricebook":"6e370c63-0781-448a-a3b2-dbdd52a28f75","Opportunity":"22eb96ca-8155-4af8-a581-69da13adec24"}
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>81c70a57-43e9-4cce-9483-b4b97db25068</Company> <Contact>29339595-b76d-4bc7-8df4-8148378e4017</Contact> <Currency>a0c48269-c581-479e-af06-e34a6f8f0bfd</Currency> <Opportunity>22eb96ca-8155-4af8-a581-69da13adec24</Opportunity> <Pricebook>6e370c63-0781-448a-a3b2-dbdd52a28f75</Pricebook> <Reference>sample string 1</Reference> <Result>9e78fa7f-8099-4bd4-bd2b-fe0e0accb6d4</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:
"6cd1b640-aa7d-41e0-9a7a-ee9a9e4d1852"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6cd1b640-aa7d-41e0-9a7a-ee9a9e4d1852</guid>