GET v1/Companies({CompanyId})/PricingShelves({ShelfId})
This call returns a Particular Pricing Shelf Details 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 | 
| ShelfId | The Shelf Id you are looking up information for Pricing | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
Returns a Particular Pricing Shelf Details within the Company
PricingShelfDetailsResource| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | integer | None. | |
| CompanyId | integer | None. | |
| ShelfName | string | None. | |
| Description | string | None. | 
Response Formats
application/json, text/json
            Sample:
{
  "Id": 1,
  "CompanyId": 2,
  "ShelfName": "sample string 3",
  "Description": "sample string 4"
}