POST
/
api2
/
v1
/
projects
/
{projectUid}
/
assignVendor
Assign vendor
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/assignVendor \
  --header 'Content-Type: application/json' \
  --data '{
  "vendor": {
    "id": "<string>"
  },
  "dateDue": "2023-11-07T05:31:56Z"
}'

Path Parameters

projectUid
string
required

Body

application/json

Response

204

No Content