Reference for http://www.bungie.net/Platform/Destiny2/Actions/Items/PullFromPostmaster/
Extract an item from the Postmaster, with whatever implications that may entail. You must have a valid Destiny account. You must also pass BOTH a reference AND an instance ID if it's an instanced item.
Url: http://www.bungie.net/Platform/Destiny2/Actions/Items/PullFromPostmaster/
HTTP Method: POST
Requires Sign-in: true
Url Parameters: No Url Parameter documentation is available for this method.
Request/Response Body Formats:
| Message Direction | Format | Body |
|---|---|---|
| Request | JSON | JSON object |
| Response | JSON | JSON object |
The following is an example of a request JSON body for this method.
{
"itemReferenceHash": 0,
"stackSize": 0,
"itemId": "0",
"characterId": "0",
"membershipType": 0
}
The following is an example of a response JSON body for this method.
{
"Response": 0,
"ErrorCode": 0,
"ThrottleSeconds": 0,
"ErrorStatus": null,
"Message": null,
"MessageData": null,
"DetailedErrorTrace": null
}