v1
latestOpenAPI 3.0.32026-07-243003151.2 MBInvites
Change Wallet Invite State
This API method allows the calling application to change the state of a Wallet Invite.
patch/wallet/{walletId}/invite/{walletInviteId}/state
Path parameters
walletIdstring string required
EES AIR Wallet ID
walletInviteIdstring string required
EES AIR Wallet Invite ID
Request body
Example request
{
"state": "EARNBURN"
}Response
OK
Example response
{
"validFrom": "2017-01-17T13:20:48+00:00",
"validTo": "2017-01-17T13:20:48+00:00",
"dateCreated": "2017-01-17T13:20:48+00:00",
"lastUpdated": "2017-01-17T13:20:48+00:00"
}