v1
latestOpenAPI 3.0.32026-07-243003151.2 MBRelationships
Move Wallet Relationship
This API method allows the calling application to move any relationship(s) from a Wallet, identified by {oldRelationshipWalletId} into another Wallet, identified by {newRelationshipWalletId}. Please note that only child, associate and donor relations could be moved.
patch/wallet/{walletId}/move/from/{oldRelationshipWalletId}/to/{newRelationshipWalletId}
Path parameters
walletIdstring string required
EES AIR Wallet ID
oldRelationshipWalletIdstring string required
EES AIR Wallet ID
newRelationshipWalletIdstring string required
EES AIR Wallet ID
Request body
EmptyPatchPayload required
Response
OK
Example response
{
"walletId": "10646",
"friendlyName": "Wallet Friendly Name",
"status": "ACTIVE",
"type": "CONSUMER",
"state": "OTHER_STATE",
"relationships": {
"parent": [],
"child": [],
"associate": [
"897"
],
"donor": []
},
"meta": {
"key3": "Value3"
},
"dateCreated": "2017-01-11T16:25:58+00:00",
"lastUpdated": "2017-01-13T18:13:14+00:00"
}