Path Parameters
Response
No Content
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/notifyAssigned \
--header 'Content-Type: application/json' \
--data '{
"jobs": [
{
"uid": "<string>"
}
],
"emailTemplate": {
"id": "<string>"
},
"cc": [
"<string>"
],
"bcc": [
"<string>"
]
}'
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/notifyAssigned \
--header 'Content-Type: application/json' \
--data '{
"jobs": [
{
"uid": "<string>"
}
],
"emailTemplate": {
"id": "<string>"
},
"cc": [
"<string>"
],
"bcc": [
"<string>"
]
}'
No Content
Was this page helpful?