GET LotteryAccount/NotifyApps_Get/{NotifyAppId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
NotifyAppId

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseObjectOfNotifyAppsJson
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

RowsCounter

integer

None.

Data

NotifyAppsJson

None.

Response 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"
  }
}