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": "5cdcad9f-3def-45c1-b606-b5a64828ce65", "Result": "624091ed-946b-42fb-811b-952c217084ae", "Reference": "sample string 1", "Company": "265571ce-be65-4e0e-a4c1-cd96bbac33ff", "Contact": "7d608ab9-967d-42aa-b56e-3f4850fe5586", "Pricebook": "cc1b3317-c851-408b-a6ec-02f3b450962d", "Opportunity": "5824e93b-9355-4f6e-aa78-9514af91ae68" }
text/html
Sample:
{"Currency":"5cdcad9f-3def-45c1-b606-b5a64828ce65","Result":"624091ed-946b-42fb-811b-952c217084ae","Reference":"sample string 1","Company":"265571ce-be65-4e0e-a4c1-cd96bbac33ff","Contact":"7d608ab9-967d-42aa-b56e-3f4850fe5586","Pricebook":"cc1b3317-c851-408b-a6ec-02f3b450962d","Opportunity":"5824e93b-9355-4f6e-aa78-9514af91ae68"}
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>265571ce-be65-4e0e-a4c1-cd96bbac33ff</Company> <Contact>7d608ab9-967d-42aa-b56e-3f4850fe5586</Contact> <Currency>5cdcad9f-3def-45c1-b606-b5a64828ce65</Currency> <Opportunity>5824e93b-9355-4f6e-aa78-9514af91ae68</Opportunity> <Pricebook>cc1b3317-c851-408b-a6ec-02f3b450962d</Pricebook> <Reference>sample string 1</Reference> <Result>624091ed-946b-42fb-811b-952c217084ae</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:
"e7b2cbc4-c8b6-4214-8f48-186058369ae3"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">e7b2cbc4-c8b6-4214-8f48-186058369ae3</guid>