PUT api/iron_supplement_detail/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

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

iron_id

integer

None.

title

string

None.

descrition

string

None.

dose

integer

None.

price

decimal number

None.

trt_id

string

None.

isactive

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2024-10-05T10:20:45.1917592+07:00",
  "modify_time": "2024-10-05T10:20:45.1917592+07:00",
  "modify_by": 6,
  "record_status_id": 64,
  "iron_id": 8,
  "title": "sample string 9",
  "descrition": "sample string 10",
  "dose": 11,
  "price": 12.0,
  "trt_id": "sample string 13",
  "isactive": 14
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.