POST quote/clone/{quote}
Clone the quote by quote identifier.
Request Information
URI
https://scoregroup-uat-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": "0e905b38-6fac-4e4b-9103-825d31b68304",
"Result": "42619f36-5b50-461a-978a-ad6d427bd72f",
"Reference": "sample string 1",
"Company": "dfeb6b93-fe26-4c75-8b95-ef444989e65e",
"Contact": "8a4c5f41-f5d5-4d23-b62d-40daf3995378",
"Pricebook": "f5ec7112-7e17-4577-8481-0a1d34fa6f3c",
"Opportunity": "83aac9ac-1436-4815-80da-01038f2e7f51"
}
text/html
Sample:
{"Currency":"0e905b38-6fac-4e4b-9103-825d31b68304","Result":"42619f36-5b50-461a-978a-ad6d427bd72f","Reference":"sample string 1","Company":"dfeb6b93-fe26-4c75-8b95-ef444989e65e","Contact":"8a4c5f41-f5d5-4d23-b62d-40daf3995378","Pricebook":"f5ec7112-7e17-4577-8481-0a1d34fa6f3c","Opportunity":"83aac9ac-1436-4815-80da-01038f2e7f51"}
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>dfeb6b93-fe26-4c75-8b95-ef444989e65e</Company> <Contact>8a4c5f41-f5d5-4d23-b62d-40daf3995378</Contact> <Currency>0e905b38-6fac-4e4b-9103-825d31b68304</Currency> <Opportunity>83aac9ac-1436-4815-80da-01038f2e7f51</Opportunity> <Pricebook>f5ec7112-7e17-4577-8481-0a1d34fa6f3c</Pricebook> <Reference>sample string 1</Reference> <Result>42619f36-5b50-461a-978a-ad6d427bd72f</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:
"806bb8d3-ab23-42b9-b465-7410a46219f5"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">806bb8d3-ab23-42b9-b465-7410a46219f5</guid>