Move transcription data for a manuscript.
| Name | Required | Default | Description | Example |
|---|---|---|---|---|
| docID | true | N/A | manuscript id of the source page | 10046 |
| pageID | true | N/A | page id of the source page | 10 |
| pageIDEnd | false | if specifying a range, the last page id to move | 30 | |
| toPageID | true | N/A | destination page id | 50 |
| userName | false | PUBLISHED | for which user to move transcription | psmith |
| copy | false | false | leave source data in place after writing to destination | true |
| format | false | specified at session open | response output format (json|xml|csv|gchart) | json |
| {docID} may not be null | -4 |
| {pageID} may not be null | -4 |
| {toPageID} may not be null | -4 |
| Must be logged in to edit transcriptions. | -5 |