Return the entire list of areas for the Company
Parameters
Parameter | Type | Required | Notes |
---|---|---|---|
None |
Example Query
POST | https://api.workschedule.net/WS.exe?Module=API&SessionID=123&SP=12345678&Method=getAreas |
Sample JSON Input
None
JSON Response
{
"ErrorMessage": "Success",
"Items": [
{
"Color": "800000",
"SortValue": "0000000074",
"Active": "False",
"CategoryName": "Cashier",
"ShowEmployee": "False",
"CatNo": "3",
"CatItemID": "8"
},{
"Color": "FF8080",
"SortValue": "0000000008",
"Active": "False",
"CategoryName": "Manager",
"ShowEmployee": "False",
"CatNo": "3",
"CatItemID": "9"
}
]
}
Resource Information
Response Format | JSON |
Request Type | POST |