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.
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": "9643c44c-dec9-4b2a-a983-054fd38cd660",
"Result": "5ffa521c-3e25-4ac7-810a-6ea0cf2b9489",
"Reference": "sample string 1",
"Company": "b780333c-cbcb-4309-9a8d-db02b82f51b8",
"Contact": "7266cee3-6b59-4b4f-bf7e-2b7e9537da4e",
"Pricebook": "3f0f1e99-3396-4a60-b9e2-608bf92a9e7b",
"Opportunity": "a875132a-4a5b-4fb3-aab0-d5274850c7db"
}
text/html
Sample:
{"Currency":"9643c44c-dec9-4b2a-a983-054fd38cd660","Result":"5ffa521c-3e25-4ac7-810a-6ea0cf2b9489","Reference":"sample string 1","Company":"b780333c-cbcb-4309-9a8d-db02b82f51b8","Contact":"7266cee3-6b59-4b4f-bf7e-2b7e9537da4e","Pricebook":"3f0f1e99-3396-4a60-b9e2-608bf92a9e7b","Opportunity":"a875132a-4a5b-4fb3-aab0-d5274850c7db"}
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>b780333c-cbcb-4309-9a8d-db02b82f51b8</Company> <Contact>7266cee3-6b59-4b4f-bf7e-2b7e9537da4e</Contact> <Currency>9643c44c-dec9-4b2a-a983-054fd38cd660</Currency> <Opportunity>a875132a-4a5b-4fb3-aab0-d5274850c7db</Opportunity> <Pricebook>3f0f1e99-3396-4a60-b9e2-608bf92a9e7b</Pricebook> <Reference>sample string 1</Reference> <Result>5ffa521c-3e25-4ac7-810a-6ea0cf2b9489</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:
"e44e4a14-c520-4304-8d95-d9a15a6f5d54"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">e44e4a14-c520-4304-8d95-d9a15a6f5d54</guid>