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 DispensaryEquivalencyPurchasingLimitsByLocationReturn| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Limit | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "d2ed408c-4d07-492f-a394-d50e54d63445",
"Limit": 2.1
},
{
"Id": "d2ed408c-4d07-492f-a394-d50e54d63445",
"Limit": 2.1
}
]