Counters
POST
Create Counter
Create a new counter.
Required Permission:
Create Counter
POST
/counters
Request Body
JSONRequest Parameters
| Parameter | Type | Required | Validation | Description |
|---|---|---|---|---|
| name | String | Required | string, unique per branch, max:255 | Counter name |
| position | Integer | Optional | integer | The position of the counter |
Response
200 OKStatus Code
HTTP status code (200)
Message
Counter successfully created
Data
Created counter details