PUT api/dz_product_detail/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
dz_product_detail| Name | Description | Type | Additional 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. |
|
| dz_prod_id | integer |
None. |
|
| title | string |
None. |
|
| detail | string |
None. |
|
| version | string |
None. |
|
| price | decimal number |
None. |
|
| sa | string |
None. |
|
| pv | string |
None. |
|
| pv80 | string |
None. |
|
| membrane_id | integer |
None. |
|
| dz_type_id | integer |
None. |
|
| order | integer |
None. |
|
| isactive | signed byte |
None. |
|
| trt_id | integer |
None. |
|
| dt_id | signed byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"cluster_id": 2,
"center_id": 3,
"create_time": "2025-11-06T06:10:48.1119374+07:00",
"modify_time": "2025-11-06T06:10:48.1119374+07:00",
"modify_by": 6,
"rs_id": 64,
"dz_prod_id": 8,
"title": "sample string 9",
"detail": "sample string 10",
"version": "sample string 11",
"price": 1.0,
"sa": "sample string 12",
"pv": "sample string 13",
"pv80": "sample string 14",
"membrane_id": 1,
"dz_type_id": 1,
"order": 1,
"isactive": 64,
"trt_id": 1,
"dt_id": 64
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.