POST api/PlayerIndex/GetIndexAllList
Request Information
URI Parameters
None.
Body Parameters
PostPlayerIndexName | Description | Type | Additional information |
---|---|---|---|
PID | string |
None. |
|
AIID | string |
None. |
|
AIType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "PID": "sample string 1", "AIID": "sample string 2", "AIType": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PlayerIndexListName | Description | Type | Additional information |
---|---|---|---|
Type | string |
None. |
|
ID | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Type": "sample string 1", "ID": [ "sample string 1", "sample string 2" ] }