GET api/Master/GetLocations

GET api/Master/GetLocations

Authorization

Bearer Token

Request information

Response information

Response formats


Name

Description
Type
Additional information
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"

        }

    ]

}

V tem prispevku