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:
[ "975fa971-c11f-4bdc-8c44-ea31d1786910", "bc850c86-9e90-451d-a85c-724263db01dc" ]
text/html
Sample:
["975fa971-c11f-4bdc-8c44-ea31d1786910","bc850c86-9e90-451d-a85c-724263db01dc"]
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>975fa971-c11f-4bdc-8c44-ea31d1786910</guid> <guid>bc850c86-9e90-451d-a85c-724263db01dc</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:
"be7ab3c7-88c7-4c7a-bc8e-6faca7b05879"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">be7ab3c7-88c7-4c7a-bc8e-6faca7b05879</guid>