Container Types
Get Container Types
GET
https://api.binity.io/v1/companies/:uuid/container_types
Get all container types of that specific company.
Headers
Authorization
string
Bearer Token
Create Container Type
POST
https://api.binity.io/v1/companies/:uuid/container_types
!IMPORTANT! Creating Container types is currently disabled, as we are merging container types and containers in a soon to be released update.
Headers
Authorization
string
Bearer Token
Get Container Type
GET
https://api.binity.io/v1/companies/:uuid/container_types/:container_type_uuid
Get data of a single container type.
Headers
Authorization
string
Bearer Token
Update Container Type
PATCH
https://api.binity.io/v1/companies/:uuid/container_types/:container_type_uuid
Update data of a single container type.
Headers
Authorization
string
Bearer Token
Delete Container Type
DELETE
https://api.binity.io/v1/companies/:uuid/container_types/:container_type_uuid
Delete a single container type.
Headers
Authorization
string
Bearer Token
Last updated
Was this helpful?