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": "2460bdf3-9c4e-461f-aa16-b30ecb8f0744",
"Result": "1200ddfb-5f5a-4601-b677-0b82c355ab9c",
"Reference": "sample string 1",
"Company": "88cbad55-d4b2-4485-88f0-21d5541f6892",
"Contact": "b153846d-a204-44f3-8c6c-d34019a45505",
"Pricebook": "1a3a4aee-d466-422a-9320-dc5ae4bc76a3",
"Opportunity": "178f05bb-a641-407f-a88f-c0910f1f52c8"
}
text/html
Sample:
{"Currency":"2460bdf3-9c4e-461f-aa16-b30ecb8f0744","Result":"1200ddfb-5f5a-4601-b677-0b82c355ab9c","Reference":"sample string 1","Company":"88cbad55-d4b2-4485-88f0-21d5541f6892","Contact":"b153846d-a204-44f3-8c6c-d34019a45505","Pricebook":"1a3a4aee-d466-422a-9320-dc5ae4bc76a3","Opportunity":"178f05bb-a641-407f-a88f-c0910f1f52c8"}
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>88cbad55-d4b2-4485-88f0-21d5541f6892</Company> <Contact>b153846d-a204-44f3-8c6c-d34019a45505</Contact> <Currency>2460bdf3-9c4e-461f-aa16-b30ecb8f0744</Currency> <Opportunity>178f05bb-a641-407f-a88f-c0910f1f52c8</Opportunity> <Pricebook>1a3a4aee-d466-422a-9320-dc5ae4bc76a3</Pricebook> <Reference>sample string 1</Reference> <Result>1200ddfb-5f5a-4601-b677-0b82c355ab9c</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:
"2643a81b-465e-445c-96ad-3f141b3fec9a"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2643a81b-465e-445c-96ad-3f141b3fec9a</guid>