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
}
'{
"uid": "<string>",
"internalId": 123,
"id": "<string>",
"name": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"domain": {
"id": "<string>",
"uid": "<string>",
"name": "<string>"
},
"subDomain": {
"id": "<string>",
"uid": "<string>",
"name": "<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>"
}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
}
'{
"uid": "<string>",
"internalId": 123,
"id": "<string>",
"name": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"domain": {
"id": "<string>",
"uid": "<string>",
"name": "<string>"
},
"subDomain": {
"id": "<string>",
"uid": "<string>",
"name": "<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>"
}2552554096Default: false
Default: false
Created
Base projectDto
Show child attributes
Show child attributes
SYS_ADMIN, SYS_ADMIN_READ, ADMIN, PROJECT_MANAGER, LINGUIST, GUEST, SUBMITTER, PORTAL_MEMBER Show child attributes
mtSettings is set for whole project if targetLang == null
NEW, ASSIGNED, COMPLETED, ACCEPTED_BY_VENDOR, DECLINED_BY_VENDOR, COMPLETED_BY_VENDOR, CANCELLED Response differs based on user's role
Was this page helpful?