POST api/Instances

Request Information

URI Parameters

None.

Body Parameters

Instance
NameDescriptionTypeAdditional information
InstanceID

integer

None.

clientInstanceID

string

None.

SessionID

integer

None.

Match

integer

None.

MatchType

string

String length: inclusive between 0 and 1

MatchCount

integer

None.

Alliance

string

String length: inclusive between 0 and 1

AlliancePos

integer

None.

Team

integer

None.

RPrediction

integer

None.

BPrediction

integer

None.

ScoutName

string

String length: inclusive between 0 and 50

InstanceDT

date

None.

Request Formats

application/json, text/json

Sample:
{
  "InstanceID": 1,
  "clientInstanceID": "sample string 2",
  "SessionID": 3,
  "Match": 4,
  "MatchType": "sample string 5",
  "MatchCount": 6,
  "Alliance": "sample string 7",
  "AlliancePos": 8,
  "Team": 9,
  "RPrediction": 1,
  "BPrediction": 1,
  "ScoutName": "sample string 10",
  "InstanceDT": "2025-06-16T03:10:40.9138657+00:00"
}

application/xml, text/xml

Sample:
<Instance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FiresUniAPI.Models">
  <Alliance>sample string 7</Alliance>
  <AlliancePos>8</AlliancePos>
  <BPrediction>1</BPrediction>
  <InstanceDT>2025-06-16T03:10:40.9138657+00:00</InstanceDT>
  <InstanceID>1</InstanceID>
  <Match>4</Match>
  <MatchCount>6</MatchCount>
  <MatchType>sample string 5</MatchType>
  <RPrediction>1</RPrediction>
  <ScoutName>sample string 10</ScoutName>
  <SessionID>3</SessionID>
  <Team>9</Team>
  <clientInstanceID>sample string 2</clientInstanceID>
</Instance>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Instance'.

Response Information

Resource Description

Instance
NameDescriptionTypeAdditional information
InstanceID

integer

None.

clientInstanceID

string

None.

SessionID

integer

None.

Match

integer

None.

MatchType

string

String length: inclusive between 0 and 1

MatchCount

integer

None.

Alliance

string

String length: inclusive between 0 and 1

AlliancePos

integer

None.

Team

integer

None.

RPrediction

integer

None.

BPrediction

integer

None.

ScoutName

string

String length: inclusive between 0 and 50

InstanceDT

date

None.

Response Formats

application/json, text/json

Sample:
{
  "InstanceID": 1,
  "clientInstanceID": "sample string 2",
  "SessionID": 3,
  "Match": 4,
  "MatchType": "sample string 5",
  "MatchCount": 6,
  "Alliance": "sample string 7",
  "AlliancePos": 8,
  "Team": 9,
  "RPrediction": 1,
  "BPrediction": 1,
  "ScoutName": "sample string 10",
  "InstanceDT": "2025-06-16T03:10:40.9451139+00:00"
}

application/xml, text/xml

Sample:
<Instance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FiresUniAPI.Models">
  <Alliance>sample string 7</Alliance>
  <AlliancePos>8</AlliancePos>
  <BPrediction>1</BPrediction>
  <InstanceDT>2025-06-16T03:10:40.9451139+00:00</InstanceDT>
  <InstanceID>1</InstanceID>
  <Match>4</Match>
  <MatchCount>6</MatchCount>
  <MatchType>sample string 5</MatchType>
  <RPrediction>1</RPrediction>
  <ScoutName>sample string 10</ScoutName>
  <SessionID>3</SessionID>
  <Team>9</Team>
  <clientInstanceID>sample string 2</clientInstanceID>
</Instance>