POST services/api/rest/v1/Get_ModifierCategory

Request Information

URI Parameters

None.

Body Parameters

RestBasicFilter
NameDescriptionTypeAdditional information
Start

integer

None.

FiterText

string

None.

Limit

integer

None.

LocationId

integer

None.

Type

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Start": 1,
  "FiterText": "sample string 2",
  "Limit": 3,
  "LocationId": 4,
  "Type": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of RestModifierCategory
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

MaxQty

decimal number

None.

MinQty

decimal number

None.

Description

string

None.

LocId

integer

None.

UserId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "MaxQty": 3.0,
    "MinQty": 4.0,
    "Description": "sample string 5",
    "LocId": 6,
    "UserId": 7
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "MaxQty": 3.0,
    "MinQty": 4.0,
    "Description": "sample string 5",
    "LocId": 6,
    "UserId": 7
  }
]