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": "a33afb9e-16c0-4f46-a453-b97a5a59507c", "Pricing": [ { "Branch": "sample string 1", "Price": 2.0 }, { "Branch": "sample string 1", "Price": 2.0 } ] }, { "ProductId": "a33afb9e-16c0-4f46-a453-b97a5a59507c", "Pricing": [ { "Branch": "sample string 1", "Price": 2.0 }, { "Branch": "sample string 1", "Price": 2.0 } ] } ] }