API Documentation
- Analysis
- Authentication
- Conversations
- Job
- Project
- Project Template
- Quality Assurance
- Translation
- User
Project
Create project
POST
/
api2
/
v3
/
projects
Create project
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v3/projects \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
],
"client": {
"id": "<string>"
},
"businessUnit": {
"id": "<string>"
},
"domain": {
"id": "<string>"
},
"subDomain": {
"id": "<string>"
},
"costCenter": {
"id": "<string>"
},
"purchaseOrder": "<string>",
"workflowSteps": [
{
"id": "<string>"
}
],
"dateDue": "2023-11-07T05:31:56Z",
"note": "<string>",
"lqaProfiles": [
{
"workflowStep": {
"id": "<string>"
},
"lqaProfile": {
"uid": "<string>"
}
}
],
"customFields": [
{
"customField": {
"uid": "<string>"
},
"selectedOptions": [
{
"uid": "<string>"
}
],
"value": "<string>"
}
],
"fileHandover": true,
"propagateTranslationsToLowerWfDuringUpdateSource": true
}'
Copy
Ask AI
{
"uid": "<string>",
"internalId": 123,
"id": "<string>",
"name": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"domain": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"subDomain": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"owner": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"sourceLang": "<string>",
"targetLangs": [
"<string>"
],
"references": [
{
"id": "<string>",
"uid": "<string>",
"filename": "<string>",
"note": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
}
],
"mtSettingsPerLanguageList": [
{
"targetLang": "<string>",
"machineTranslateSettings": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"type": "<string>"
}
}
],
"status": "NEW",
"userRole": "<string>"
}
Body
application/json
Response
201
application/json
Created
Base projectDto
Was this page helpful?
Create project
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v3/projects \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
],
"client": {
"id": "<string>"
},
"businessUnit": {
"id": "<string>"
},
"domain": {
"id": "<string>"
},
"subDomain": {
"id": "<string>"
},
"costCenter": {
"id": "<string>"
},
"purchaseOrder": "<string>",
"workflowSteps": [
{
"id": "<string>"
}
],
"dateDue": "2023-11-07T05:31:56Z",
"note": "<string>",
"lqaProfiles": [
{
"workflowStep": {
"id": "<string>"
},
"lqaProfile": {
"uid": "<string>"
}
}
],
"customFields": [
{
"customField": {
"uid": "<string>"
},
"selectedOptions": [
{
"uid": "<string>"
}
],
"value": "<string>"
}
],
"fileHandover": true,
"propagateTranslationsToLowerWfDuringUpdateSource": true
}'
Copy
Ask AI
{
"uid": "<string>",
"internalId": 123,
"id": "<string>",
"name": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"domain": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"subDomain": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"owner": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"sourceLang": "<string>",
"targetLangs": [
"<string>"
],
"references": [
{
"id": "<string>",
"uid": "<string>",
"filename": "<string>",
"note": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
}
],
"mtSettingsPerLanguageList": [
{
"targetLang": "<string>",
"machineTranslateSettings": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"type": "<string>"
}
}
],
"status": "NEW",
"userRole": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.