POST api/App/NotificationStatusLog

Request Information

URI Parameters

None.

Body Parameters

NotificationStatusLogRequest
NameDescriptionTypeAdditional information
UserId

integer

None.

UserType

string

None.

IMEI

string

None.

MsgId

integer

None.

Status

integer

None.

isAd

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "UserType": "sample string 2",
  "IMEI": "sample string 3",
  "MsgId": 4,
  "Status": 5,
  "isAd": 6
}

application/xml, text/xml

Sample:
<NotificationStatusLogRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models">
  <IMEI>sample string 3</IMEI>
  <MsgId>4</MsgId>
  <Status>5</Status>
  <UserId>1</UserId>
  <UserType>sample string 2</UserType>
  <isAd>6</isAd>
</NotificationStatusLogRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.