POST api/Missions/AcceptFactionMission
Request Information
URI Parameters
None.
Body Parameters
HuntingMissionName | Description | Type | Additional 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:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |