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": "663f5e36-8d0b-49b6-8f19-ae7928aa867b",
"Result": "7b23c3c1-aec6-4618-b2c0-dd954f45a9df",
"Reference": "sample string 1",
"Company": "d54e9084-461c-4266-aa06-6718d10b5844",
"Contact": "15396242-a01c-4548-9ed4-7804d509f2f9",
"Pricebook": "2750544f-16c7-4e0a-8e79-d938ded64858",
"Opportunity": "d303f46d-5db4-43d5-bfb0-d20610fd5ec8"
}
text/html
Sample:
{"Currency":"663f5e36-8d0b-49b6-8f19-ae7928aa867b","Result":"7b23c3c1-aec6-4618-b2c0-dd954f45a9df","Reference":"sample string 1","Company":"d54e9084-461c-4266-aa06-6718d10b5844","Contact":"15396242-a01c-4548-9ed4-7804d509f2f9","Pricebook":"2750544f-16c7-4e0a-8e79-d938ded64858","Opportunity":"d303f46d-5db4-43d5-bfb0-d20610fd5ec8"}
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>d54e9084-461c-4266-aa06-6718d10b5844</Company> <Contact>15396242-a01c-4548-9ed4-7804d509f2f9</Contact> <Currency>663f5e36-8d0b-49b6-8f19-ae7928aa867b</Currency> <Opportunity>d303f46d-5db4-43d5-bfb0-d20610fd5ec8</Opportunity> <Pricebook>2750544f-16c7-4e0a-8e79-d938ded64858</Pricebook> <Reference>sample string 1</Reference> <Result>7b23c3c1-aec6-4618-b2c0-dd954f45a9df</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:
"7ee37e45-a761-410c-9fe7-8fb6ea9c3574"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7ee37e45-a761-410c-9fe7-8fb6ea9c3574</guid>