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": "985da775-c807-4972-8ce2-a0f5ee0b637e",
"Result": "c9e9cf5e-6f0e-43aa-8b3a-adfb235f3685",
"Reference": "sample string 1",
"Company": "bb8302eb-392f-4df5-a146-b88aba9d5d9f",
"Contact": "0ca357f8-3776-4bf1-a818-14979def48de",
"Pricebook": "481e04e5-43ff-4927-8ffb-b67c2759e046",
"Opportunity": "2c9183c6-4879-438f-8619-6a3ef710926c"
}
text/html
Sample:
{"Currency":"985da775-c807-4972-8ce2-a0f5ee0b637e","Result":"c9e9cf5e-6f0e-43aa-8b3a-adfb235f3685","Reference":"sample string 1","Company":"bb8302eb-392f-4df5-a146-b88aba9d5d9f","Contact":"0ca357f8-3776-4bf1-a818-14979def48de","Pricebook":"481e04e5-43ff-4927-8ffb-b67c2759e046","Opportunity":"2c9183c6-4879-438f-8619-6a3ef710926c"}
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>bb8302eb-392f-4df5-a146-b88aba9d5d9f</Company> <Contact>0ca357f8-3776-4bf1-a818-14979def48de</Contact> <Currency>985da775-c807-4972-8ce2-a0f5ee0b637e</Currency> <Opportunity>2c9183c6-4879-438f-8619-6a3ef710926c</Opportunity> <Pricebook>481e04e5-43ff-4927-8ffb-b67c2759e046</Pricebook> <Reference>sample string 1</Reference> <Result>c9e9cf5e-6f0e-43aa-8b3a-adfb235f3685</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:
"05188983-2fc6-475f-80a1-53e0ed8adcbe"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">05188983-2fc6-475f-80a1-53e0ed8adcbe</guid>