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
CrmProductCollection| Name | Description | Type | Additional information |
|---|---|---|---|
| Products | Collection of CrmProductPricingGroup |
Optional |
Response Formats
application/json, text/json
Sample:
{
"Products": [
{
"ProductId": "aa03a0a1-c90f-4e98-91b6-ef9133d7fafc",
"Pricing": [
{
"Branch": "sample string 1",
"Price": 2.0
},
{
"Branch": "sample string 1",
"Price": 2.0
}
]
},
{
"ProductId": "aa03a0a1-c90f-4e98-91b6-ef9133d7fafc",
"Pricing": [
{
"Branch": "sample string 1",
"Price": 2.0
},
{
"Branch": "sample string 1",
"Price": 2.0
}
]
}
]
}