Source
This page was generated with Wiki Builder. Do not change the format!
Info
Equip a list of items by itemInstanceIds. You must have a valid Destiny Account, and either be in a social space, in orbit, or offline. Any items not found on your character will be ignored.
- URI: /Destiny2/Actions/Items/EquipItems/
- Basepath: https://www.bungie.net/Platform
- Method: POST
- Service: Destiny2
- Permissions: MoveEquipDestinyItems
- Officially Supported: Yes
Parameters
Path Parameters
None
Query String Parameters
None
Example
Request
POST https://www.bungie.net/Platform/Destiny2/Actions/Items/EquipItems/
{
// Type: integer:int64[]
"itemIds": [
// Type: integer:int64
0
],
// Type: integer:int64
"characterId": 0,
// Type: BungieMembershipType:Enum
"membershipType": 0,
// Type: DestinyItemSetActionRequest
}
Response
PlatformErrorCode: 200
{
// Type: DestinyEquipItemResults
"Response": {
// Type: DestinyEquipItemResult[]
"equipResults": [
// Type: DestinyEquipItemResult
{
// Type: integer:int64
"itemInstanceId": 0,
// Type: PlatformErrorCodes:Enum
"equipStatus": {}
}
]
},
// Type: PlatformErrorCodes:Enum
"ErrorCode": 0,
// Type: integer:int32
"ThrottleSeconds": 0,
// Type: string
"ErrorStatus": "",
// Type: string
"Message": "",
// Type: Dictionary<string,string>
"MessageData": {
"{string}": ""
},
// Type: object
}