POST
/
api2
/
v1
/
projects
/
{projectUid}
/
jobs
/
{jobUid}
/
termBases
/
createByJob
Create term in job's term bases
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/{jobUid}/termBases/createByJob \
  --header 'Content-Type: application/json' \
  --data '{
  "sourceTerm": {
    "text": "<string>",
    "caseSensitive": true,
    "exactMatch": true,
    "forbidden": true,
    "preferred": true,
    "usage": "<string>",
    "note": "<string>",
    "shortTranslation": "<string>",
    "termType": "FULL_FORM",
    "partOfSpeech": "ADJECTIVE",
    "gender": "MASCULINE",
    "number": "SINGULAR"
  },
  "targetTerm": {
    "text": "<string>",
    "caseSensitive": true,
    "exactMatch": true,
    "forbidden": true,
    "preferred": true,
    "usage": "<string>",
    "note": "<string>",
    "shortTranslation": "<string>",
    "termType": "FULL_FORM",
    "partOfSpeech": "ADJECTIVE",
    "gender": "MASCULINE",
    "number": "SINGULAR"
  }
}'
{
  "sourceTerm": {
    "id": "<string>",
    "text": "<string>",
    "lang": "<string>",
    "rtl": true,
    "modifiedAt": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z",
    "modifiedBy": {
      "firstName": "<string>",
      "lastName": "<string>",
      "userName": "<string>",
      "email": "<string>",
      "role": "SYS_ADMIN",
      "id": "<string>",
      "uid": "<string>"
    },
    "createdBy": {
      "firstName": "<string>",
      "lastName": "<string>",
      "userName": "<string>",
      "email": "<string>",
      "role": "SYS_ADMIN",
      "id": "<string>",
      "uid": "<string>"
    },
    "caseSensitive": true,
    "exactMatch": true,
    "forbidden": true,
    "preferred": true,
    "status": "New",
    "conceptId": "<string>",
    "usage": "<string>",
    "note": "<string>",
    "writable": true,
    "shortTranslation": "<string>",
    "termType": "<string>",
    "partOfSpeech": "<string>",
    "gender": "<string>",
    "number": "<string>",
    "definition": "<string>",
    "domain": "<string>",
    "subDomains": [
      "<string>"
    ],
    "url": "<string>",
    "conceptNote": "<string>"
  },
  "targetTerm": {
    "id": "<string>",
    "text": "<string>",
    "lang": "<string>",
    "rtl": true,
    "modifiedAt": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z",
    "modifiedBy": {
      "firstName": "<string>",
      "lastName": "<string>",
      "userName": "<string>",
      "email": "<string>",
      "role": "SYS_ADMIN",
      "id": "<string>",
      "uid": "<string>"
    },
    "createdBy": {
      "firstName": "<string>",
      "lastName": "<string>",
      "userName": "<string>",
      "email": "<string>",
      "role": "SYS_ADMIN",
      "id": "<string>",
      "uid": "<string>"
    },
    "caseSensitive": true,
    "exactMatch": true,
    "forbidden": true,
    "preferred": true,
    "status": "New",
    "conceptId": "<string>",
    "usage": "<string>",
    "note": "<string>",
    "writable": true,
    "shortTranslation": "<string>",
    "termType": "<string>",
    "partOfSpeech": "<string>",
    "gender": "<string>",
    "number": "<string>",
    "definition": "<string>",
    "domain": "<string>",
    "subDomains": [
      "<string>"
    ],
    "url": "<string>",
    "conceptNote": "<string>"
  }
}

Path Parameters

jobUid
string
required
projectUid
string
required

Body

application/json

Response

200
application/json

successful operation

The response is of type object.