POST api/ControlInfo/VerificationConfig
Request Information
URI Parameters
None.
Body Parameters
MPW.DataAccess.Models.ControlInfoVerificationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| VerificationAsOfDate | date |
None. |
|
| VerificationAsOfDate_Student | date |
None. |
|
| VerificationType | string |
None. |
|
| B_AppPer | decimal number |
None. |
|
| B_ErrorProneLimit | integer |
None. |
|
| AR_AppPer | decimal number |
None. |
|
| AF_AppPer | decimal number |
None. |
|
| AF_ErrorProneLimit | integer |
None. |
|
| AF_CaseNumPer | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"VerificationAsOfDate": "2026-01-18T01:39:19.2598437-05:00",
"VerificationAsOfDate_Student": "2026-01-18T01:39:19.2598437-05:00",
"VerificationType": "SAMPLE STRING 1",
"B_AppPer": 0.0,
"B_ErrorProneLimit": 100,
"AR_AppPer": 0.0,
"AF_AppPer": 0.0,
"AF_ErrorProneLimit": 100,
"AF_CaseNumPer": 0.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |