POST api/Notifications/PostNotificationSpecific
Request Information
URI Parameters
None.
Body Parameters
PropertyNotificationsSpecificDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | integer |
None. |
|
| app_id | string |
None. |
|
| Header | string |
None. |
|
| Content | string |
None. |
|
| include_player_ids | Collection of string |
None. |
|
| Employees | string |
None. |
|
| CreateUser | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountId": 1,
"app_id": "sample string 1",
"Header": "sample string 2",
"Content": "sample string 3",
"include_player_ids": [
"sample string 1",
"sample string 2"
],
"Employees": "sample string 4",
"CreateUser": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |