POST api/NotificationGoogle/InsertNotificationGoogle

Request Information

URI Parameters

None.

Body Parameters

NotificationGoogleInfo
NameDescriptionTypeAdditional information
NotificationGoogleID

integer

None.

TokenGoogle

string

None.

NguoiDungID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "NotificationGoogleID": 1,
  "TokenGoogle": "sample string 2",
  "NguoiDungID": 3
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseInfo
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "Data": {}
}