post https://{hostname}/api/v1/forecasting/labor_distribution_group_profiles/multi_read
This operation returns one or more labor distribution group profiles.
Note: This operation supports a payload size of up to 1 MB.
The associated Access Control Point is as follows:
-
ACP Key: WFF_LABOR_DISTRIBUTION_GROUP_PROFILES
-
API Access Controlled By: Edit: Allowed
-
Default Value: Disallowed
-
Location in the UI: Retail Manager > Manager - Common Setup > Forecast Configuration > Labor Distribution Group Profiles
Example call
Example request
{
"where": {
"laborDistributionGroupProfiles": {
"ids": [
1,
2
]
},
"asOfDate": "2022-06-21"
}
}
Example response
[
{
"id": 1,
"name": "Labor Distribution GroupProfile1",
"description": "Labor Distribution Group Profile Alaska",
"version": 1,
"laborDistributionGroups": [
{
"id": 18,
"qualifier": "Labor Distribution Group 1"
},
{
"id": 19,
"qualifier": "Labor Distribution Group 2"
}
],
"laborDistributionGroupAssignments": [
{
"id": 486,
"qualifier": "Organization/United States/Metropolitan Store/Alaska"
}
]
},
{
"id": 2,
"name": "Labor Distribution GroupProfile2",
"description": "Labor Distribution Group Profile desc",
"version": 1,
"laborDistributionGroups": [
{
"id": 20,
"qualifier": "Labor Distribution Group 3"
},
{
"id": 21,
"qualifier": "Labor Distribution Group 4"
}
],
"laborDistributionGroupAssignments": [
{
"id": 201,
"qualifier": "Td1"
}
]
}
]