PUT api/water_treatment_detail/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

water_treatment_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.

record_status_id

signed byte

None.

year

string

None.

wat_sys_id

integer

None.

wat_injsys_id

integer

None.

wat_disinfect_every

decimal number

None.

wat_disinfect_freq_id

integer

None.

wat_source_id

integer

None.

wat_source_other

string

None.

wat_bactaudtech_id

integer

None.

wat_bactaudtech_totalweek

integer

None.

wat_bactaudtech_every

integer

None.

wat_endoaudtech_id

integer

None.

wat_endoaudtech_totalweek

integer

None.

wat_endoaudtech_every

integer

None.

wat_chemaud_every

integer

None.

wat_disinfect_method_id

integer

None.

wat_disinfiect_method_other

string

None.

record_date

date

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2024-10-05T10:24:36.5005063+07:00",
  "modify_time": "2024-10-05T10:24:36.5005063+07:00",
  "modify_by": 6,
  "record_status_id": 64,
  "year": "sample string 8",
  "wat_sys_id": 1,
  "wat_injsys_id": 1,
  "wat_disinfect_every": 1.0,
  "wat_disinfect_freq_id": 1,
  "wat_source_id": 1,
  "wat_source_other": "sample string 9",
  "wat_bactaudtech_id": 1,
  "wat_bactaudtech_totalweek": 1,
  "wat_bactaudtech_every": 1,
  "wat_endoaudtech_id": 1,
  "wat_endoaudtech_totalweek": 1,
  "wat_endoaudtech_every": 1,
  "wat_chemaud_every": 1,
  "wat_disinfect_method_id": 1,
  "wat_disinfiect_method_other": "sample string 10",
  "record_date": "2024-10-05T10:24:36.5005063+07:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.