GET api/RegIPrintOption

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RegIPrintOption
NameDescriptionTypeAdditional information
OptId

integer

None.

Title

string

None.

DisplayOrder

integer

None.

IsDeleted

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "OptId": 1,
    "Title": "sample string 2",
    "DisplayOrder": 3,
    "IsDeleted": 4.0
  },
  {
    "OptId": 1,
    "Title": "sample string 2",
    "DisplayOrder": 3,
    "IsDeleted": 4.0
  }
]