1# MissionParameter (System API) 2 3The module defines the parameters required for mission synchronization. It can be used an input parameter in [startSyncRemoteMissions](js-apis-distributedMissionManager-sys.md#distributedmissionmanagerstartsyncremotemissions). 4 5> **NOTE** 6> 7> The initial APIs of this module are supported since API version 9. Newly added APIs will be marked with a superscript to indicate their earliest API version. 8> The APIs provided by this module are system APIs. 9 10## Modules to Import 11 12```js 13import { distributedMissionManager } from '@kit.AbilityKit'; 14``` 15 16## MissionParameter 17 18**System API**: This is a system API. 19 20**Required permissions**: ohos.permission.MANAGE_MISSIONS 21 22**System capability**: SystemCapability.Ability.AbilityRuntime.Mission 23 24| Name | Type | Read-Only | Optional | Description | 25| ----------- | ------- | ---- | ---- | ----------- | 26| deviceId | string | No | No | Device ID. | 27| fixConflict | boolean | No | No | Whether a version conflict exists. **true** if yes, **false** otherwise.| 28| tag | number | No | No | Tag of the mission. The value **0** means the default tag. | 29