POST api/Notifications/PostPlayerId
Request Information
URI Parameters
None.
Body Parameters
PropertyUpdatePlayerIdDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | string |
None. |
|
| PlayerId | string |
None. |
|
| UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountId": "sample string 1",
"PlayerId": "sample string 2",
"UserId": "sample string 3"
}
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. |