GET Companies({CompanyId})/Entities({LocationId})/EquivalencyPurchasingLimits
Returns Equivalency Purchasing Limit by Location
Information:
Base URL:
https://api.covasoft.net/dispensary
Example of a call would be:
https://api.covasoft.net/dispensary/Companies({CompanyId})/Entities({LocationId})/EquivalencyPurchasingLimits
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CompanyId |
The unique Company Id that was provided in your onboarding pacakage. |
integer |
Required |
LocationId |
This is Location Id where you want to get the Equivalency Purchasing Limits |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Equivalency Purchasing Limit by Location
Collection of DispensaryEquivalencyPurchasingLimitsByLocationReturnName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Limit | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "b618be42-30aa-4e3b-8e10-8729ce74030b", "Limit": 2.1 }, { "Id": "b618be42-30aa-4e3b-8e10-8729ce74030b", "Limit": 2.1 } ]