WarehousePermissions
Queryable, Introduced in version 22.3
GET https://localhost:8001/sv/001.1/api/v1/Common/WarehousePermissions
Represents an application user warehouse permission.
GUID
2869CE1E-C5E8-4DA7-9CEF-25680186D67F
Required permission
Show user rights groups
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the warehouse permission. |
|
ApplicationUserId | Int64 | The business key identifier of the application user that the warehouse permission belongs to. |
|
WarehouseId | Int64 | The business key identifier of the warehouse that the warehouse permission applies to. |
|
PermissionGroups | PermissionGroups[] | The permission groups that apply to the warehouse permission.
|
|
Roles | Roles[] | The roles that apply to the warehouse permission.
|
|
Permissions | Permissions[] | The individual permissions that apply to the warehouse permission.
|
Example
{
"Id": 0,
"ApplicationUserId": 0,
"WarehouseId": 0,
"PermissionGroups": null,
"Roles": null,
"Permissions": null
}