Skip to main content

Finish Migration

PUT
/users/{user_id}/migrate/members/{member_id}/finish_migration

This call must be made after all accounts and transactions have been added for a given member. The new member will not be visible in the system until after making this call.

Request sample

Request
Response
Language:shell

_10
curl -i -X PUT https://int-migration.moneydesktop.com/{client_id}/users/{user_id}/migrate/members/{member_id}/finish_migration \
_10
-H "Content-Type:application/vnd.mx.migration.v1+xml" \
_10
-H "Accept:application/vnd.mx.migration.v1+xml" \
_10
-H "MD-API-KEY: :api_key"