The RejectQualificationRequest
operation rejects a user's
request for a Qualification.
You can provide a text message explaining why the request was rejected. The Worker who made the request can see this message.
Tje RejectQualificationRequest
operation accepts parameters
common to all operations. Some common parameters are required. See Common Parameters for more information.
The following parameters are specific to the RejectQualificationRequest
operation:
Name | Description | Required |
---|---|---|
|
The name of the operation Type: String Valid Values: RejectQualificationRequest Default: None |
Yes |
|
The ID of the Qualification request to reject, as returned from a call to the GetQualificationRequest operation. Type: String Default: None |
Yes |
|
A text message explaining why the request was rejected, to be shown to the Worker who made the request. |
No |
A successful request for the RejectQualificationRequest
operation returns with no errors. The response includes the elements described in the
following table. The operation returns no other data.
Name | Description |
---|---|
|
Contains a |
The following example shows how to use the RejectQualificationRequestType
operation.
The following example rejects a specified Qualification request.
http://mechanicalturk.amazonaws.com/?Service=AWSMechanicalTurkRequester &AWSAccessKeyId=[the Requester's Access Key ID]
&Version=2008-08-02 &Operation=RejectQualificationRequest &Signature=[signature for this request]
&Timestamp=[your system's local time]
&QualificationRequestId=789RVWYBAZW00EXAMPLE951RVWYBAZW00EXAMPLE
The following is an example response.
<RejectQualificationRequestResult> <Request> <IsValid>True</IsValid> </Request> </RejectQualificationRequestResult>