9204: Move documents

Move documents for an account to another account.


Endpoint ID:

9204
Method:

PUT

URL:

/entity/id/{entityID}/documents/move/{toEntityID}

/entity/ext-key/{externalRelationID}/{externalRelationType}/documents/move/{toEntityID}


entityID

Rubiq entity ID that uniquely identifies an account to return data for


externalRelationID

External key that uniquely identifies an account to return data for


externalRelationType

Type of external key


toEntityIDThe ID of the account to which the documents are to be moved
Request body:None


Response body:

None

Status codes:204

Document moved with success


404

Account was not found

The following sub codes may be returned:

404.1User not found
404.2External user could not be found