GET v1/Companies({CompanyId})/PricingGroups
This call returns all Pricing Groups within the Company
Information:
Base URL:
https://api.covasoft.net/pricing
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CompanyId |
Company Id from your onboarding package |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns Pricing Groups within the Company
Collection of PricingGroupsByCompanyResourceName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
CompanyId | integer |
None. |
|
GroupName | string |
None. |
|
Description | Object |
None. |
|
IsDeleted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "CompanyId": 2, "GroupName": "sample string 3", "Description": {}, "IsDeleted": true }, { "Id": 1, "CompanyId": 2, "GroupName": "sample string 3", "Description": {}, "IsDeleted": true } ]