Associate Qualification With Worker

PUT /v1/associate-qualification-with-worker

See original API description on Amazon Mechanical Turk.

Headers

  • Content-Type string Required

    Values are application/x-amz-json-1.1 or application/json. Default value is application/json.

Body

Responses

PUT /v1/associate-qualification-with-worker
curl \
 -X PUT https://yourcrowd.ai.moda/api/v1/associate-qualification-with-worker \
 -H "Content-Type: application/json" \
 -d '{"QualificationTypeId":"123RVWYBAZW00EXAMPLE444RVWYBAZW01EXAMPLE","WorkerId":"AZ2256EXAM","IntegerValue":1,"SendNotification":true}'
Request example
# Headers
Content-Type: application/json

# Payload
{
  "QualificationTypeId": "123RVWYBAZW00EXAMPLE444RVWYBAZW01EXAMPLE",
  "WorkerId": "AZ2256EXAM",
  "IntegerValue": 1,
  "SendNotification": true
}
Request examples
# Headers
Content-Type: application/json

# Payload
{
  "QualificationTypeId": "123RVWYBAZW00EXAMPLE444RVWYBAZW01EXAMPLE",
  "WorkerId": "AZ2256EXAM",
  "IntegerValue": 1,
  "SendNotification": true
}