Get Inventory Location by ID

Securityaccess_auth
Request
path Parameters
crb_id
required
string^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...

CRB Id

location_id
required
string^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...

The ID of the location

Responses
200

Ok

401

Unauthorized

403

Forbidden

404

Not Found

422

Validation Failed

get/crbs/{crb_id}/inventory-locations/{location_id}
Response samples
application/json
{
  • "id": "9F6EcB8E-E3EA-e9B4-2C61-a9ACd52E8bC7",
  • "crb_id": "AdA8bc2d-BBbc-Da5E-5fe6-544F0cEcF6A4",
  • "name": "Delivery",
  • "pos_type": "POSaBIT",
  • "pos_location_id": "4308",
  • "pos_location_type": "Warehouse",
  • "pos_updated_date": "2023-09-18T20:57:34.917Z",
  • "pos_updated_date_local": null,
  • "gc_created_date": null,
  • "gc_created_date_local": "2023-02-28T14:00:33.603Z"
}