POST api/FCM/GuiThongBaoDuyetPhieu
Request Information
URI Parameters
None.
Body Parameters
ParamsGuiThongBao| Name | Description | Type | Additional information |
|---|---|---|---|
| ThongBaoDuyetPhieu | string |
None. |
|
| TuyChon | integer |
None. |
|
| NguoiLapPhieu | string |
None. |
|
| NhomNguoiDung | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ThongBaoDuyetPhieu": "sample string 1",
"TuyChon": 2,
"NguoiLapPhieu": "sample string 3",
"NhomNguoiDung": "sample string 4"
}
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": {}
}