Get the company details for the company {id} path parameter.
OK
Bad Request
{- "results": {
- "type": "object",
- "data": {
- "id": "KMPL001234",
- "name": "KMPL Cannabis",
- "parent_id": "",
- "physical_resources": [
- {
- "facilities": [
- {
- "id": "12345",
- "reference_id": "WASTATE1.MM24R",
- "name": "KMPL Manufacturing",
- "display_name": "KMPL Mfg",
- "identifier_code": "JALLCT1",
- "phone_number": "408-123-4567",
- "deleted": false,
- "licenses": [
- {
- "license_number": "KMPL20200815",
- "type": {
- "name": "M-Type 1"
}, - "start_date": "2021-01-12T00:00:00Z",
- "end_date": "2022-01-12T00:00:00Z"
}
], - "address": {
- "address_line_1": "577 Stoneybrook Road",
- "address_line_2": "Suite 100",
- "address_line_3": null,
- "country": "USA",
- "county": "Los Angeles",
- "city": "WEST HOLLYWOOD",
- "state": "CA",
- "zip": "92069",
- "gps": "37.33250383310398, -121.90493842065254"
}
}
]
}, - {
- "vehicles": [
- {
- "id": "75",
- "reference_id": "75",
- "color": "red",
- "make": "Mini",
- "model": "2 Door Hard Top",
- "plate_number": "JY1343",
- "license_plate_issuing_state": "CA",
- "vin": "TY1234358X",
- "year": "2020",
- "deleted": false
}
]
}
], - "employees": [
- {
- "id": "asdfa25689",
- "name": "Yuki Mori"
}
], - "contacts": [
- {
- "first_name": "Yuki",
- "last_name": "Mori",
- "email_address": "ymori@Trace.com",
- "phone_number": "408-123-4567"
}
], - "entity_state": [
- {
- "state": "active",
- "date": "2021-01-12T05:27:39Z",
- "reason": "company creation",
- "actioned_by": "admin@kmp.com"
}
]
}
}, - "warnings": [ ]
}