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": "7ca61f74-8471-4ca4-af9b-bb8fc841966a",
"Result": "f54b6fb1-9294-487c-9ffd-36c934fc88af",
"Reference": "sample string 1",
"Company": "d742777f-a7a7-4d9d-a751-4052e015ae8d",
"Contact": "c04e7169-0b21-42a1-9a03-d3bf78119245",
"Pricebook": "0d7ae296-7ed4-4ad8-bf4d-fb19fbf5126a",
"Opportunity": "54314471-5818-461d-b07f-9c97bf7b1a94"
}
text/html
Sample:
{"Currency":"7ca61f74-8471-4ca4-af9b-bb8fc841966a","Result":"f54b6fb1-9294-487c-9ffd-36c934fc88af","Reference":"sample string 1","Company":"d742777f-a7a7-4d9d-a751-4052e015ae8d","Contact":"c04e7169-0b21-42a1-9a03-d3bf78119245","Pricebook":"0d7ae296-7ed4-4ad8-bf4d-fb19fbf5126a","Opportunity":"54314471-5818-461d-b07f-9c97bf7b1a94"}
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>d742777f-a7a7-4d9d-a751-4052e015ae8d</Company> <Contact>c04e7169-0b21-42a1-9a03-d3bf78119245</Contact> <Currency>7ca61f74-8471-4ca4-af9b-bb8fc841966a</Currency> <Opportunity>54314471-5818-461d-b07f-9c97bf7b1a94</Opportunity> <Pricebook>0d7ae296-7ed4-4ad8-bf4d-fb19fbf5126a</Pricebook> <Reference>sample string 1</Reference> <Result>f54b6fb1-9294-487c-9ffd-36c934fc88af</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:
"d977e5ec-fb1c-4535-975c-0a1563cabfcc"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">d977e5ec-fb1c-4535-975c-0a1563cabfcc</guid>