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": "4e7ebecd-2a01-4426-8dc4-88bb72fabefd", "Result": "67fa2691-c0f8-4da4-bfd2-82530992966c", "Reference": "sample string 1", "Company": "0cd34d8c-dc54-46f0-9d24-052429909b9e", "Contact": "8d87d9f3-9683-4b66-bf80-08a74ea8a4cb", "Pricebook": "4b18f9a1-58b7-429d-b94d-1e6ea39660a0", "Opportunity": "03fbc037-27d6-4746-82b9-44f91aa4979b" }
text/html
Sample:
{"Currency":"4e7ebecd-2a01-4426-8dc4-88bb72fabefd","Result":"67fa2691-c0f8-4da4-bfd2-82530992966c","Reference":"sample string 1","Company":"0cd34d8c-dc54-46f0-9d24-052429909b9e","Contact":"8d87d9f3-9683-4b66-bf80-08a74ea8a4cb","Pricebook":"4b18f9a1-58b7-429d-b94d-1e6ea39660a0","Opportunity":"03fbc037-27d6-4746-82b9-44f91aa4979b"}
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>0cd34d8c-dc54-46f0-9d24-052429909b9e</Company> <Contact>8d87d9f3-9683-4b66-bf80-08a74ea8a4cb</Contact> <Currency>4e7ebecd-2a01-4426-8dc4-88bb72fabefd</Currency> <Opportunity>03fbc037-27d6-4746-82b9-44f91aa4979b</Opportunity> <Pricebook>4b18f9a1-58b7-429d-b94d-1e6ea39660a0</Pricebook> <Reference>sample string 1</Reference> <Result>67fa2691-c0f8-4da4-bfd2-82530992966c</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:
"ac5f0358-3569-4919-8c06-2904138be4f3"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">ac5f0358-3569-4919-8c06-2904138be4f3</guid>