Path Parameters
Body
application/json
curl --request POST \
--url https://cloud.memsource.com/web/api2/v2/projects/applyTemplate/async/{templateUid} \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
],
"workflowSteps": [
{
"id": "<string>"
}
],
"dateDue": "2023-11-07T05:31:56Z",
"note": "<string>",
"client": {
"id": "<string>"
},
"businessUnit": {
"id": "<string>"
},
"domain": {
"id": "<string>"
},
"subDomain": {
"id": "<string>"
},
"costCenter": {
"id": "<string>"
},
"callbackUrl": "<string>"
}'
{
"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"
}
}
curl --request POST \
--url https://cloud.memsource.com/web/api2/v2/projects/applyTemplate/async/{templateUid} \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
],
"workflowSteps": [
{
"id": "<string>"
}
],
"dateDue": "2023-11-07T05:31:56Z",
"note": "<string>",
"client": {
"id": "<string>"
},
"businessUnit": {
"id": "<string>"
},
"domain": {
"id": "<string>"
},
"subDomain": {
"id": "<string>"
},
"costCenter": {
"id": "<string>"
},
"callbackUrl": "<string>"
}'
{
"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"
}
}
255
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?