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": "aa7403b8-a73b-4c43-bf54-67eda2c7c08d",
"Result": "3c6a8bcc-edce-4784-86fc-34885865e977",
"Reference": "sample string 1",
"Company": "5ce63ba4-18cb-4abb-9b33-1272da2321a3",
"Contact": "7c3d71d8-57f2-421f-b4ca-b282779b4124",
"Pricebook": "ca0c78cd-e571-42fd-bd3a-438f65ea3142",
"Opportunity": "569e28a1-d138-4425-9c7a-db2713783a47"
}
text/html
Sample:
{"Currency":"aa7403b8-a73b-4c43-bf54-67eda2c7c08d","Result":"3c6a8bcc-edce-4784-86fc-34885865e977","Reference":"sample string 1","Company":"5ce63ba4-18cb-4abb-9b33-1272da2321a3","Contact":"7c3d71d8-57f2-421f-b4ca-b282779b4124","Pricebook":"ca0c78cd-e571-42fd-bd3a-438f65ea3142","Opportunity":"569e28a1-d138-4425-9c7a-db2713783a47"}
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>5ce63ba4-18cb-4abb-9b33-1272da2321a3</Company> <Contact>7c3d71d8-57f2-421f-b4ca-b282779b4124</Contact> <Currency>aa7403b8-a73b-4c43-bf54-67eda2c7c08d</Currency> <Opportunity>569e28a1-d138-4425-9c7a-db2713783a47</Opportunity> <Pricebook>ca0c78cd-e571-42fd-bd3a-438f65ea3142</Pricebook> <Reference>sample string 1</Reference> <Result>3c6a8bcc-edce-4784-86fc-34885865e977</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:
"6367fad3-ea33-41ef-b43f-c5c902d69eb5"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6367fad3-ea33-41ef-b43f-c5c902d69eb5</guid>