LocationGroupMember
Represents the membership of individual locations within a location group, including sort order for display purposes.
Columns
| Name | Type | Description |
| auditCreatedBy | String | The user who created the location group member record. |
| auditCreatedDateTime | Datetime | The date and time when the location group member record was created. |
| auditModifiedBy | String | The user who last modified the location group member record. |
| auditModifiedDateTime | Datetime | The date and time when the location group member record was last modified. |
| href | String | The URL of the location group member resource. |
| id | String | The unique identifier of the location group member record. |
| key [KEY] | String | The system-assigned key that uniquely identifies the location group member record. |
| locationGroup_Href | String | The URL of the location group associated with this member. |
| locationGroup_Id | String | The Id of the location group associated with this member. |
| locationGroup_Key | String | The system-assigned key of the location group associated with this member. |
| location_Href | String | The URL of the location associated with this group member. |
| location_Id | String | The Id of the location associated with this group member. |
| location_Key | String | The system-assigned key of the location associated with this group member. |
| location_Name | String | The name of the location associated with this group member. |
| sortOrder | Int | The sort order used to control the display sequence of this member within the location group. |