POST PrideServer?key={key}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

string

Required

Body Parameters

PrideServerModel
NameDescriptionTypeAdditional information
Code

globally unique identifier

None.

DatePosted

date

None.

ServerId

globally unique identifier

None.

PlaceId

string

None.

ServerName

string

None.

GameTime

decimal number

None.

PlayerCount

integer

None.

NonPlayerCount

integer

None.

NeedNurse

boolean

None.

Delete

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "code": "e7cc8196-6e46-4049-a668-eb7ddb5bae26",
  "datePosted": "2026-09-17T22:40:02.7051411Z",
  "serverId": "5d184e1b-18eb-466d-adfe-6f940b82554b",
  "placeId": "sample string 4",
  "serverName": "sample string 5",
  "gameTime": 6.1,
  "playerCount": 7,
  "nonPlayerCount": 8,
  "needNurse": true,
  "delete": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.