Get CRB Inventory Location by ID

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

Service Provider Id

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/service-providers/{sp_id}/crbs/{crb_id}/inventory-locations/{location_id}
Response samples
application/json
{
  • "id": "68Fe83D7-A4A5-5Eb9-16Aa-54aDA9aFB014",
  • "crb_id": "C9daeBDA-aCE0-0a48-e046-15fe98e4a96f",
  • "name": "Distribution",
  • "pos_type": "MJ Freeway",
  • "pos_location_id": "4308",
  • "pos_location_type": "Distribution",
  • "pos_updated_date": null,
  • "pos_updated_date_local": "2023-10-31T15:21:57.167Z",
  • "gc_created_date": null,
  • "gc_created_date_local": null
}