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.
CloneValue| Name | 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": "75f56ac0-e4b3-4bf1-b7af-759623036e12",
"Result": "c5494faa-a287-4669-a809-dee68197d67c",
"Reference": "sample string 1",
"Company": "7c25a25a-a96c-45ec-9f08-0e500effc644",
"Contact": "4ef08776-9483-4646-9154-bc058a4459df",
"Pricebook": "c9cfeb86-d903-4eec-8118-7235a374a27c",
"Opportunity": "e57a5bef-906c-4137-b4d8-ed729a0e9b9f"
}
text/html
Sample:
{"Currency":"75f56ac0-e4b3-4bf1-b7af-759623036e12","Result":"c5494faa-a287-4669-a809-dee68197d67c","Reference":"sample string 1","Company":"7c25a25a-a96c-45ec-9f08-0e500effc644","Contact":"4ef08776-9483-4646-9154-bc058a4459df","Pricebook":"c9cfeb86-d903-4eec-8118-7235a374a27c","Opportunity":"e57a5bef-906c-4137-b4d8-ed729a0e9b9f"}
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>7c25a25a-a96c-45ec-9f08-0e500effc644</Company> <Contact>4ef08776-9483-4646-9154-bc058a4459df</Contact> <Currency>75f56ac0-e4b3-4bf1-b7af-759623036e12</Currency> <Opportunity>e57a5bef-906c-4137-b4d8-ed729a0e9b9f</Opportunity> <Pricebook>c9cfeb86-d903-4eec-8118-7235a374a27c</Pricebook> <Reference>sample string 1</Reference> <Result>c5494faa-a287-4669-a809-dee68197d67c</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:
"23f0f524-0166-474b-a23d-35484da82c78"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">23f0f524-0166-474b-a23d-35484da82c78</guid>