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:
[ "c96b3b5d-e2b1-4e6d-9c07-8189754a3975", "ff8d891b-e099-4553-945e-aa8a5a6c1de6" ]
text/html
Sample:
["c96b3b5d-e2b1-4e6d-9c07-8189754a3975","ff8d891b-e099-4553-945e-aa8a5a6c1de6"]
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>c96b3b5d-e2b1-4e6d-9c07-8189754a3975</guid> <guid>ff8d891b-e099-4553-945e-aa8a5a6c1de6</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:
"e5b7274e-f566-4df3-ae2f-635995887709"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">e5b7274e-f566-4df3-ae2f-635995887709</guid>