GET api/RegIPanelBilling

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RegIPanelBilling
NameDescriptionTypeAdditional information
BillTypeId

byte

None.

Title

string

None.

DisplayOrder

byte

None.

IsDeleted

integer

None.

Response Formats

application/json, text/json

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