GET api/welfare_type

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of welfare_type
NameDescriptionTypeAdditional information
id

integer

None.

cluster_id

integer

None.

create_time

date

None.

modify_time

date

None.

modify_by

integer

None.

record_status_id

signed byte

None.

title

string

None.

service_price

decimal number

None.

isactive

integer

None.

order

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "cluster_id": 2,
    "create_time": "2024-10-05T10:14:01.9580783+07:00",
    "modify_time": "2024-10-05T10:14:01.9580783+07:00",
    "modify_by": 5,
    "record_status_id": 64,
    "title": "sample string 7",
    "service_price": 1.0,
    "isactive": 1,
    "order": 1
  },
  {
    "id": 1,
    "cluster_id": 2,
    "create_time": "2024-10-05T10:14:01.9580783+07:00",
    "modify_time": "2024-10-05T10:14:01.9580783+07:00",
    "modify_by": 5,
    "record_status_id": 64,
    "title": "sample string 7",
    "service_price": 1.0,
    "isactive": 1,
    "order": 1
  }
]