| Header | Value |
| Session | The ticket received from Authorization Request |
| Content-Type | application/json |
| Parameter | Value |
| command | importTMX |
| memory | ID of the memory to populate |
| file | Value of the "file" field received when uploading a TMX file |
| project | Optional description of a related project |
| subject | Optional description of the related subject |
| client | Optional description of a related client |
| close |
Boolean value indicating wether the memory should be closed after
importing the TMX file.
|
{
"command": "importTMX",
"memory": "1617053861912",
"file": "uploaded.tmx",
"project": "Book Translation",
"subject": "Chapter One",
"client": "",
"close": true
}