GET LotteryAccount/NotifyApps_Get/{NotifyAppId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
NotifyAppId
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "RowsCounter": 3,
  "Data": {
    "NotifyAppId": 1,
    "NotifyTitle": "sample string 2",
    "NotifyContent": "sample string 3",
    "NotifyTime": "sample string 4",
    "NotifyStatusId": 5,
    "NotifyTypeId": 6,
    "NotifySummary": "sample string 7"
  }
}