GET api/ProductsAndServices/Pricing
Returns a list of product pricing groups in PM
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Product pricing groups
CrmProductCollectionName | Description | Type | Additional information |
---|---|---|---|
Products | Collection of CrmProductPricingGroup |
Optional |
Response Formats
application/json, text/json
Sample:
{ "Products": [ { "ProductId": "f2da64b3-b26a-456c-8730-f9d523b9c2c9", "Pricing": [ { "Branch": "sample string 1", "Price": 2.0 }, { "Branch": "sample string 1", "Price": 2.0 } ] }, { "ProductId": "f2da64b3-b26a-456c-8730-f9d523b9c2c9", "Pricing": [ { "Branch": "sample string 1", "Price": 2.0 }, { "Branch": "sample string 1", "Price": 2.0 } ] } ] }