POST quote/clone/{quote}
Clone the quote by quote identifier.
Request Information
URI
https://ofd-api.blueprintcpq.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": "6258b412-2518-4af4-8db8-d5f0d376570d", "Result": "fb77e405-d7e6-443b-96f8-ae4605ab6147", "Reference": "sample string 1", "Company": "4101b101-6040-4917-8620-3a97f9b1059b", "Contact": "7fa60c95-e62b-42ac-92e0-7371a5212f74", "Pricebook": "716d8607-7fef-4172-aa08-a3739cc093c5", "Opportunity": "a46138b4-770e-4c18-9a80-d36238513214" }
text/html
Sample:
{"Currency":"6258b412-2518-4af4-8db8-d5f0d376570d","Result":"fb77e405-d7e6-443b-96f8-ae4605ab6147","Reference":"sample string 1","Company":"4101b101-6040-4917-8620-3a97f9b1059b","Contact":"7fa60c95-e62b-42ac-92e0-7371a5212f74","Pricebook":"716d8607-7fef-4172-aa08-a3739cc093c5","Opportunity":"a46138b4-770e-4c18-9a80-d36238513214"}
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>4101b101-6040-4917-8620-3a97f9b1059b</Company> <Contact>7fa60c95-e62b-42ac-92e0-7371a5212f74</Contact> <Currency>6258b412-2518-4af4-8db8-d5f0d376570d</Currency> <Opportunity>a46138b4-770e-4c18-9a80-d36238513214</Opportunity> <Pricebook>716d8607-7fef-4172-aa08-a3739cc093c5</Pricebook> <Reference>sample string 1</Reference> <Result>fb77e405-d7e6-443b-96f8-ae4605ab6147</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:
"facdbb07-9760-4088-84d8-c4c5769f8fdd"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">facdbb07-9760-4088-84d8-c4c5769f8fdd</guid>