POST services/api/v1/POS/Get_PreDiscount_Department_ByLevelNo

Request Information

URI Parameters

None.

Body Parameters

LevelNo_Id
NameDescriptionTypeAdditional information
Id

integer

None.

LevelNo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "LevelNo": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Pre_Discount_Department
NameDescriptionTypeAdditional information
Id

integer

None.

Select

boolean

None.

Name

string

None.

Code

string

None.

Percentage

decimal number

None.

LevelNo

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Select": true,
  "Name": "sample string 3",
  "Code": "sample string 4",
  "Percentage": 5.0,
  "LevelNo": 6
}