GET api/Master/GetLocations
Authorization
Request information
Response information
Response formats
id |
|
string |
|
name |
|
string |
|
type |
BK - products; MK - material; PZ - production; NE - Undefined |
string |
|
active |
0 - active; 9 - not active |
string |
|
---|
Confirmation response
{
"location": [
{
"id": "1",
"name": "LOCATION NAME 1",
"type": "MK",
"active": "0"
}
]
} |
|