{ "opencollection": "1.0.0", "info": { "name": "Opendock Nova API Documentation Appointments Load Type Groups API", "version": "v4.144.0 - 39b4253" }, "items": [ { "info": { "name": "Load Type Groups", "type": "folder" }, "items": [ { "info": { "name": "Retrieve load type groups", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/loadtype-group", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Fetches all load type groups for a specific warehouse. Returns a list of groups with their associated load types, useful for displaying configuration options or managing unit limits." }, { "info": { "name": "Create a new load type group", "type": "http" }, "http": { "method": "POST", "url": "https://neutron.opendock.com/loadtype-group", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a load type group, which is a collection of load types that can be managed together for unit limiting purposes. Load type groups allow you to apply the same unit limits to multiple load types simultaneously, simplifying capacity management." }, { "info": { "name": "Update an existing load type group", "type": "http" }, "http": { "method": "PATCH", "url": "https://neutron.opendock.com/loadtype-group/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the load type group to update" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates the name or load type membership of an existing load type group. This allows you to modify which load types are included in the group without recreating it." }, { "info": { "name": "Delete a load type group", "type": "http" }, "http": { "method": "DELETE", "url": "https://neutron.opendock.com/loadtype-group/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the load type group to delete" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes a load type group. This removes the group itself but does not affect the individual load types that were part of the group. Any unit limits referencing this group will need to be reconfigured." } ] } ], "bundled": true }