GET v1/Companies({CompanyId})/PricingTiers
This call returns all Pricing Tiers 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 Tiers within the Company
Collection of PricingTiersByCompanyResource| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CompanyId | integer |
None. |
|
| TierName | string |
None. |
|
| QuantityLowerBound | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"CompanyId": 2,
"TierName": "sample string 3",
"QuantityLowerBound": 4.1
},
{
"Id": 1,
"CompanyId": 2,
"TierName": "sample string 3",
"QuantityLowerBound": 4.1
}
]