POST api/FCM/InsertFCMMobile
Request Information
URI Parameters
None.
Body Parameters
FCMMobileInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| FCMID | integer |
None. |
|
| SoDienThoai | string |
None. |
|
| HeDieuHanh | string |
None. |
|
| Token | string |
None. |
|
| NguoiDung | string |
None. |
|
| RowID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FCMID": 1,
"SoDienThoai": "sample string 2",
"HeDieuHanh": "sample string 3",
"Token": "sample string 4",
"NguoiDung": "sample string 5",
"RowID": 6
}
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": {}
}