GET api/compensation_detail/{center_id},{comp_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
center_id

integer

Required

comp_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of compensation_detail
NameDescriptionTypeAdditional information
id

integer

None.

cluster_id

integer

None.

center_id

integer

None.

create_time

date

None.

modify_time

date

None.

modify_by

integer

None.

rs_id

signed byte

None.

compens_id

integer

None.

title

string

None.

detail

string

None.

no

integer

None.

method_id

integer

None.

m_value1

decimal number

None.

m_value2

decimal number

None.

condition_id

integer

None.

c_value

decimal number

None.

c_value_min

decimal number

None.

c_value_max

decimal number

None.

unit_id

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:18:45.82388+07:00",
    "modify_time": "2024-10-05T10:18:45.82388+07:00",
    "modify_by": 6,
    "rs_id": 64,
    "compens_id": 8,
    "title": "sample string 9",
    "detail": "sample string 10",
    "no": 11,
    "method_id": 12,
    "m_value1": 13.0,
    "m_value2": 14.0,
    "condition_id": 1,
    "c_value": 15.0,
    "c_value_min": 16.0,
    "c_value_max": 17.0,
    "unit_id": 1
  },
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:18:45.82388+07:00",
    "modify_time": "2024-10-05T10:18:45.82388+07:00",
    "modify_by": 6,
    "rs_id": 64,
    "compens_id": 8,
    "title": "sample string 9",
    "detail": "sample string 10",
    "no": 11,
    "method_id": 12,
    "m_value1": 13.0,
    "m_value2": 14.0,
    "condition_id": 1,
    "c_value": 15.0,
    "c_value_min": 16.0,
    "c_value_max": 17.0,
    "unit_id": 1
  }
]