POST api/Missions/AcceptFactionMission

Request Information

URI Parameters

None.

Body Parameters

HuntingMission
NameDescriptionTypeAdditional information
MissionCode

globally unique identifier

None.

PreviousCode

globally unique identifier

None.

MissionName

string

None.

MissionNameRus

string

None.

MissionState

HuntingMissionState

None.

MissionType

HuntingMissionType

None.

MissionRarity

Rarity

None.

RewardLog

string

None.

SystemCode

globally unique identifier

None.

MainExpirationUtc

date

None.

EnemyCount

integer

None.

AdditionalEnemyCount

integer

None.

StageCount

integer

None.

AdditionalStageCount

integer

None.

AdditionalDrop

integer

None.

AdditionalReputation

integer

None.

BaseCost

decimal number

None.

RadarModules

Collection of globally unique identifier

None.

FactionId

integer

None.

MissionRating

decimal number

None.

Rewards

string

None.

AcceptedRewards

string

None.

ConfigIdx

integer

None.

ActionPointsLeft

integer

None.

ProcessingSpeed

decimal number

None.

DateLastUpdatedUTC

date

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Error getting value from 'MissionRating' on 'Hunting.HuntingMission'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Error getting value from 'MissionRating' on 'Hunting.HuntingMission'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'Player.PlayerData' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'Player.PlayerData' contains cycles and cannot be serialized if reference tracking is disabled.

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 'HuntingMission'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.