POST quote/clone/{quote}
Clone the quote by quote identifier.
Request Information
URI
https://mtm-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": "4d7ece53-da84-4859-8f41-904fda438212",
"Result": "90611744-a87a-4ffa-b5af-0243408876f1",
"Reference": "sample string 1",
"Company": "d4751b88-c227-4502-b632-b9105111cfec",
"Contact": "e9104b3b-ca64-4850-8d3f-9614060ae47b",
"Pricebook": "e5723667-8d1a-4689-9e3a-d6d6bc2ee0cf",
"Opportunity": "7ddd3bf5-c0f9-414a-99ff-8a67725de167"
}
text/html
Sample:
{"Currency":"4d7ece53-da84-4859-8f41-904fda438212","Result":"90611744-a87a-4ffa-b5af-0243408876f1","Reference":"sample string 1","Company":"d4751b88-c227-4502-b632-b9105111cfec","Contact":"e9104b3b-ca64-4850-8d3f-9614060ae47b","Pricebook":"e5723667-8d1a-4689-9e3a-d6d6bc2ee0cf","Opportunity":"7ddd3bf5-c0f9-414a-99ff-8a67725de167"}
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>d4751b88-c227-4502-b632-b9105111cfec</Company> <Contact>e9104b3b-ca64-4850-8d3f-9614060ae47b</Contact> <Currency>4d7ece53-da84-4859-8f41-904fda438212</Currency> <Opportunity>7ddd3bf5-c0f9-414a-99ff-8a67725de167</Opportunity> <Pricebook>e5723667-8d1a-4689-9e3a-d6d6bc2ee0cf</Pricebook> <Reference>sample string 1</Reference> <Result>90611744-a87a-4ffa-b5af-0243408876f1</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:
"866ce4a6-2eab-4e9b-8cd5-4deb450be397"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">866ce4a6-2eab-4e9b-8cd5-4deb450be397</guid>