GET Companies({CompanyId})/SupplierLicensing({SupplierId}
Returns Dispensary Suppliers Licensing Details by SupplierId
Information:
Base URL:
https://api.covasoft.net/dispensary
Example of a call would be:
https://api.covasoft.net/dispensary/Companies({CompanyId})/SupplierLicensing({SupplierId})
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| CompanyId | The unique Company Id that was provided in your onboarding pacakage. | integer | Required | 
| SupplierId | This is Supplier Id where you want to get the Licensing Details | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
Dispensary Suppliers Licensing Details by SupplierId
DispensaryGetLicenseDetailsBySupplierReturn| Name | Description | Type | Additional information | 
|---|---|---|---|
| CompanyId | integer | None. | |
| SupplierId | integer | None. | |
| LicenseNumber | string | None. | 
Response Formats
application/json, text/json
            Sample:
{
  "CompanyId": 1,
  "SupplierId": 2,
  "LicenseNumber": "sample string 3"
}