POST quote/product/{quote}/{product}
Adds a Quote Product.
Request Information
URI
https://ofd-api.blueprintcpq.net/quote/product/{quote}/{product}
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| quote |
Quote Identifier to attach product to |
globally unique identifier |
Required |
| product |
Product Identifier to attach to Quote |
globally unique identifier |
Required |
Body Parameters
Deal identifiers to attach to Product
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "76db4e04-ef8d-4a67-a14a-93d348c48ff7", "4ceac85e-c381-422d-ba79-7502792d8dcd" ]
text/html
Sample:
["76db4e04-ef8d-4a67-a14a-93d348c48ff7","4ceac85e-c381-422d-ba79-7502792d8dcd"]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>76db4e04-ef8d-4a67-a14a-93d348c48ff7</guid> <guid>4ceac85e-c381-422d-ba79-7502792d8dcd</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
An identifier of the new quote product.
globally unique identifierResponse Formats
application/json, text/json, text/html
Sample:
"499180e8-e938-4ec3-952e-d9f324b7b2e9"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">499180e8-e938-4ec3-952e-d9f324b7b2e9</guid>