POST Player/Players?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
Body Parameters
Collection of PlayerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ServerID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Rank | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": 1,
"serverID": "f2e63940-52d5-4cce-85b3-c8543d892601",
"name": "sample string 3",
"rank": 4
},
{
"id": 1,
"serverID": "f2e63940-52d5-4cce-85b3-c8543d892601",
"name": "sample string 3",
"rank": 4
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.