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": "3838258d-da55-42bf-8cc7-f13c43213dec", "Result": "daf13dd5-b95d-4bb8-8249-2cda3f54f966", "Reference": "sample string 1", "Company": "97f850fd-f124-454a-89cb-d7183f1c6469", "Contact": "9f74a920-80a7-405b-b318-3403b8998aba", "Pricebook": "96d31ace-8192-4718-913c-fba5fa3351c6", "Opportunity": "f4f55f32-011d-4889-918e-945d223e4b24" }
text/html
Sample:
{"Currency":"3838258d-da55-42bf-8cc7-f13c43213dec","Result":"daf13dd5-b95d-4bb8-8249-2cda3f54f966","Reference":"sample string 1","Company":"97f850fd-f124-454a-89cb-d7183f1c6469","Contact":"9f74a920-80a7-405b-b318-3403b8998aba","Pricebook":"96d31ace-8192-4718-913c-fba5fa3351c6","Opportunity":"f4f55f32-011d-4889-918e-945d223e4b24"}
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>97f850fd-f124-454a-89cb-d7183f1c6469</Company> <Contact>9f74a920-80a7-405b-b318-3403b8998aba</Contact> <Currency>3838258d-da55-42bf-8cc7-f13c43213dec</Currency> <Opportunity>f4f55f32-011d-4889-918e-945d223e4b24</Opportunity> <Pricebook>96d31ace-8192-4718-913c-fba5fa3351c6</Pricebook> <Reference>sample string 1</Reference> <Result>daf13dd5-b95d-4bb8-8249-2cda3f54f966</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:
"ba6a582d-c777-46bd-89b6-75df30d73d8d"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">ba6a582d-c777-46bd-89b6-75df30d73d8d</guid>