GET api/RegIPanelRateDisplay

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RegIPanelRateDisplay
NameDescriptionTypeAdditional information
DisplayId

byte

None.

Title

string

None.

DisplayOrder

byte

None.

IsDeleted

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DisplayId": 64,
    "Title": "sample string 2",
    "DisplayOrder": 64,
    "IsDeleted": 4
  },
  {
    "DisplayId": 64,
    "Title": "sample string 2",
    "DisplayOrder": 64,
    "IsDeleted": 4
  }
]