PUT api/Assignment/AssignmentQuotaToggleExcludeInclude
Request Information
URI Parameters
None.
Body Parameters
AssignmentEvalutorModelName | Description | Type | Additional information |
---|---|---|---|
AssignmentId | integer |
None. |
|
EvaluatorId | integer |
None. |
|
IsEvaluatorExcludeFromQuota | boolean |
None. |
|
EvaluatorExcludeDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "AssignmentId": 1, "EvaluatorId": 2, "IsEvaluatorExcludeFromQuota": true, "EvaluatorExcludeDateTime": "2024-11-21T08:30:03.2993197+00:00" }
application/xml, text/xml
Sample:
<AssignmentList.AssignmentEvalutorModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.Assignment"> <AssignmentId>1</AssignmentId> <EvaluatorExcludeDateTime>2024-11-21T08:30:03.2993197+00:00</EvaluatorExcludeDateTime> <EvaluatorId>2</EvaluatorId> <IsEvaluatorExcludeFromQuota>true</IsEvaluatorExcludeFromQuota> </AssignmentList.AssignmentEvalutorModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>