GET v1/Companies({CompanyId})/PricingShelves

This call returns all Pricing Shelves within the Company

Information:

Base URL:

https://api.covasoft.net/pricing

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CompanyId

Company Id from your onboarding package

integer

Required

Body Parameters

None.

Response Information

Resource Description

Returns Pricing Shelves within the Company

Collection of PricingShelvesByCompanyResource
NameDescriptionTypeAdditional information
Id

integer

None.

CompanyId

integer

None.

ShelfName

string

None.

Description

Object

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "CompanyId": 2,
    "ShelfName": "sample string 3",
    "Description": {}
  },
  {
    "Id": 1,
    "CompanyId": 2,
    "ShelfName": "sample string 3",
    "Description": {}
  }
]