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.
CloneValueName | 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": "0e11b75c-4ffd-4f2e-a493-12dcd8f5fe23", "Result": "b4670c0f-216d-41ab-9f80-63d978858bae", "Reference": "sample string 1", "Company": "0988ea14-acdd-4df1-ae88-1ff9a97e4063", "Contact": "33b95da3-7cb9-4bc4-b0df-c277df9e31c5", "Pricebook": "8ceb2044-e751-457e-a57b-d20dbab595e8", "Opportunity": "14a8802f-8072-4ca1-b263-89a67577f827" }
text/html
Sample:
{"Currency":"0e11b75c-4ffd-4f2e-a493-12dcd8f5fe23","Result":"b4670c0f-216d-41ab-9f80-63d978858bae","Reference":"sample string 1","Company":"0988ea14-acdd-4df1-ae88-1ff9a97e4063","Contact":"33b95da3-7cb9-4bc4-b0df-c277df9e31c5","Pricebook":"8ceb2044-e751-457e-a57b-d20dbab595e8","Opportunity":"14a8802f-8072-4ca1-b263-89a67577f827"}
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>0988ea14-acdd-4df1-ae88-1ff9a97e4063</Company> <Contact>33b95da3-7cb9-4bc4-b0df-c277df9e31c5</Contact> <Currency>0e11b75c-4ffd-4f2e-a493-12dcd8f5fe23</Currency> <Opportunity>14a8802f-8072-4ca1-b263-89a67577f827</Opportunity> <Pricebook>8ceb2044-e751-457e-a57b-d20dbab595e8</Pricebook> <Reference>sample string 1</Reference> <Result>b4670c0f-216d-41ab-9f80-63d978858bae</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:
"09cc4b64-b358-4292-900b-1e37bb6426c1"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">09cc4b64-b358-4292-900b-1e37bb6426c1</guid>