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": "efe4ebf2-58d8-4314-ad63-b3ce9f16595a", "Result": "c13d56a8-ec12-4f3f-aed5-2eb44484ca72", "Reference": "sample string 1", "Company": "96c50ef8-2071-45d5-8166-4ad37bed9a71", "Contact": "5bae5898-84b3-41a6-81e9-287f7057bf75", "Pricebook": "a7539eba-0445-4744-b02d-07fad8fb2ff2", "Opportunity": "cbd83288-138d-43c1-abbf-3453849d46de" }
text/html
Sample:
{"Currency":"efe4ebf2-58d8-4314-ad63-b3ce9f16595a","Result":"c13d56a8-ec12-4f3f-aed5-2eb44484ca72","Reference":"sample string 1","Company":"96c50ef8-2071-45d5-8166-4ad37bed9a71","Contact":"5bae5898-84b3-41a6-81e9-287f7057bf75","Pricebook":"a7539eba-0445-4744-b02d-07fad8fb2ff2","Opportunity":"cbd83288-138d-43c1-abbf-3453849d46de"}
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>96c50ef8-2071-45d5-8166-4ad37bed9a71</Company> <Contact>5bae5898-84b3-41a6-81e9-287f7057bf75</Contact> <Currency>efe4ebf2-58d8-4314-ad63-b3ce9f16595a</Currency> <Opportunity>cbd83288-138d-43c1-abbf-3453849d46de</Opportunity> <Pricebook>a7539eba-0445-4744-b02d-07fad8fb2ff2</Pricebook> <Reference>sample string 1</Reference> <Result>c13d56a8-ec12-4f3f-aed5-2eb44484ca72</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:
"841e38ec-c8af-47c9-b3c1-9733b0d4f2fe"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">841e38ec-c8af-47c9-b3c1-9733b0d4f2fe</guid>