POST api/PhieuNhanTin/UpdatePhieuNhanTinSuaChua
Request Information
URI Parameters
None.
Body Parameters
ParamsPhieuNhanTin| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| LyDoKyThuat | string |
None. |
|
| ItemPhieuNhanTinSuaChua | string |
None. |
|
| ListHinhAnh | string |
None. |
|
| ListVattuxuat | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"LyDoKyThuat": "sample string 2",
"ItemPhieuNhanTinSuaChua": "sample string 3",
"ListHinhAnh": "sample string 4",
"ListVattuxuat": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"Data": {}
}