POST quote/clone/{quote}
Clone the quote by quote identifier.
Request Information
URI
https://xait-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": "a1311ce3-3227-4241-841e-cbe98e701e49",
"Result": "7583de69-1fd3-4fd5-8f85-35dd42913e98",
"Reference": "sample string 1",
"Company": "782e8fff-149d-42f1-b9c3-3455976861d1",
"Contact": "07e375f0-8ed4-42cd-beb5-a36644258505",
"Pricebook": "7219e489-01a7-4490-ac7d-fba3492ea5be",
"Opportunity": "8a5cbc99-c1b4-4fd3-9e9e-3e3e5b5acc1f"
}
text/html
Sample:
{"Currency":"a1311ce3-3227-4241-841e-cbe98e701e49","Result":"7583de69-1fd3-4fd5-8f85-35dd42913e98","Reference":"sample string 1","Company":"782e8fff-149d-42f1-b9c3-3455976861d1","Contact":"07e375f0-8ed4-42cd-beb5-a36644258505","Pricebook":"7219e489-01a7-4490-ac7d-fba3492ea5be","Opportunity":"8a5cbc99-c1b4-4fd3-9e9e-3e3e5b5acc1f"}
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>782e8fff-149d-42f1-b9c3-3455976861d1</Company> <Contact>07e375f0-8ed4-42cd-beb5-a36644258505</Contact> <Currency>a1311ce3-3227-4241-841e-cbe98e701e49</Currency> <Opportunity>8a5cbc99-c1b4-4fd3-9e9e-3e3e5b5acc1f</Opportunity> <Pricebook>7219e489-01a7-4490-ac7d-fba3492ea5be</Pricebook> <Reference>sample string 1</Reference> <Result>7583de69-1fd3-4fd5-8f85-35dd42913e98</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:
"031d3a6a-3964-49d1-8fb6-00099e6cb05d"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">031d3a6a-3964-49d1-8fb6-00099e6cb05d</guid>