application-list-entries
Move entries from one Application List to another.
Moves the specified entries from the source list (path listId) to a single destination list. Each moved entry has a note appended containing its previous list details. If appending the note would make an entry's notes exceed 4000 characters, that entry is not moved. Other eligible entries are still moved and committed, then the request returns 400 Bad Request with the skipped entry IDs in the format Could not move ALEs: <id>, <id>.
post/application-lists/{listId}/entries/move
Path parameters
listIdstring uuid required
ID of the source Application List that currently owns the entries.
Response
All entries successfully moved. No response body.