POST
/
api2
/
v2
/
transMemories
/
{transMemoryUid}
/
import
Import TMX
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v2/transMemories/{transMemoryUid}/import \
  --header 'Content-Disposition: <content-disposition>' \
  --header 'Content-Type: application/octet-stream' \
  --data '{}'
{
  "asyncRequest": {
    "id": "<string>",
    "createdBy": {
      "firstName": "<string>",
      "lastName": "<string>",
      "userName": "<string>",
      "email": "<string>",
      "role": "SYS_ADMIN",
      "id": "<string>",
      "uid": "<string>"
    },
    "dateCreated": "2023-11-07T05:31:56Z",
    "action": "PRE_ANALYSE",
    "asyncResponse": {
      "dateCreated": "2023-11-07T05:31:56Z",
      "errorCode": "<string>",
      "errorDesc": "<string>",
      "errorDetails": [
        {
          "code": "<string>",
          "args": {},
          "message": "<string>"
        }
      ],
      "warnings": [
        {
          "code": "<string>",
          "args": {},
          "message": "<string>"
        }
      ]
    },
    "parent": {},
    "project": {
      "name": "<string>",
      "uid": "<string>"
    }
  },
  "reference": {
    "uid": "<string>",
    "type": "JOB"
  }
}

Headers

Content-Length
integer
Content-Disposition
string
required

must match pattern ((inline|attachment); )?filename\*=UTF-8''(.+)

Path Parameters

transMemoryUid
string
required

Query Parameters

strictLangMatching
boolean
default:false
stripNativeCodes
boolean
default:true
excludeNotConfirmedSegments
boolean
default:false

Body

Response

202
application/json

successful operation

The response is of type object.