curl --request PUT \
--url https://cloud.memsource.com/web/api2/v1/jobs/{jobUid}/conversations/lqas/{conversationId} \
--header 'Content-Type: application/json' \
--data '{
"lqa": [
{
"errorCategoryId": 2,
"severityId": 2,
"user": {
"id": "<string>"
},
"originator": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>",
"unavailable": true,
"jobRoles": [
{
"type": "PROJECT_OWNER",
"workflowStep": {
"id": 123,
"abbreviation": "<string>",
"name": "<string>",
"workflowLevel": 123,
"workflowStep": {
"name": "<string>",
"uid": "<string>",
"id": "<string>",
"order": 123,
"lqaEnabled": true
}
},
"organizationType": "VENDOR"
}
]
},
"repeated": "REPEATED",
"origin": "HUMAN"
}
],
"status": "resolved",
"correlation": {
"uid": "<string>",
"role": "PARENT"
}
}'
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v1/jobs/{jobUid}/conversations/lqas/{conversationId} \
--header 'Content-Type: application/json' \
--data '{
"lqa": [
{
"errorCategoryId": 2,
"severityId": 2,
"user": {
"id": "<string>"
},
"originator": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>",
"unavailable": true,
"jobRoles": [
{
"type": "PROJECT_OWNER",
"workflowStep": {
"id": 123,
"abbreviation": "<string>",
"name": "<string>",
"workflowLevel": 123,
"workflowStep": {
"name": "<string>",
"uid": "<string>",
"id": "<string>",
"order": 123,
"lqaEnabled": true
}
},
"organizationType": "VENDOR"
}
]
},
"repeated": "REPEATED",
"origin": "HUMAN"
}
],
"status": "resolved",
"correlation": {
"uid": "<string>",
"role": "PARENT"
}
}'
Bad request
Was this page helpful?