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": "492d6d81-fad1-4a35-b216-4efd7bc961f4", "Result": "fc0676c8-bfd0-410e-a480-18ba9fbeb507", "Reference": "sample string 1", "Company": "98a7242e-a5de-4680-aa83-a37b8a9c002f", "Contact": "2575a17b-63a9-438d-b724-8693e26ced7a", "Pricebook": "66b92824-f48c-457d-8059-fafd4d8367f2", "Opportunity": "87f90e91-6a2c-466c-9cc6-83e0f05e2bcf" }
text/html
Sample:
{"Currency":"492d6d81-fad1-4a35-b216-4efd7bc961f4","Result":"fc0676c8-bfd0-410e-a480-18ba9fbeb507","Reference":"sample string 1","Company":"98a7242e-a5de-4680-aa83-a37b8a9c002f","Contact":"2575a17b-63a9-438d-b724-8693e26ced7a","Pricebook":"66b92824-f48c-457d-8059-fafd4d8367f2","Opportunity":"87f90e91-6a2c-466c-9cc6-83e0f05e2bcf"}
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>98a7242e-a5de-4680-aa83-a37b8a9c002f</Company> <Contact>2575a17b-63a9-438d-b724-8693e26ced7a</Contact> <Currency>492d6d81-fad1-4a35-b216-4efd7bc961f4</Currency> <Opportunity>87f90e91-6a2c-466c-9cc6-83e0f05e2bcf</Opportunity> <Pricebook>66b92824-f48c-457d-8059-fafd4d8367f2</Pricebook> <Reference>sample string 1</Reference> <Result>fc0676c8-bfd0-410e-a480-18ba9fbeb507</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:
"039ccadc-eb8c-4ade-84d3-dbcefc26d522"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">039ccadc-eb8c-4ade-84d3-dbcefc26d522</guid>