POST api/Event/GetPlayerEventItemCount
Request Information
URI Parameters
None.
Body Parameters
PostEventLogName | Description | Type | Additional information |
---|---|---|---|
EventID | string |
None. |
|
PID | string |
None. |
|
InvitationCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "EventID": "sample string 1", "PID": "sample string 2", "InvitationCode": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CountEventLogName | Description | Type | Additional information |
---|---|---|---|
EventID | string |
None. |
|
PID | string |
None. |
|
ItemCount | integer |
None. |
|
Percent | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "EventID": "sample string 1", "PID": "sample string 2", "ItemCount": 3, "Percent": "sample string 4" }