Location Action
This allows tracking of planned/ completion actions for the outlet. This can be used to track activities such as:
- Installation planning
- Battery recharging
- Actions based on alerts such as merchandising fixing
POST /controllers/locationAction.ashx
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
LocationId | Number | Yes | Location Id |
LocationActionId | Number | Yes | Id of the action to be performed |
PlannedDate | Date | Yes | Planned execution date |
CompletionDate | Date | No | Action completed on |
AssignedToUserId | int | Yes | UserId of the assigned User |
StatusId | int | No | Status of the action. Defaults to Planned |