POST api/Verification/WriteProcessVerificationSelection

Request Information

URI Parameters

None.

Body Parameters

MPW.DataAccess.Models.VerificationSelectionModel
NameDescriptionTypeAdditional information
Phase

MPW.Common.Enumeration.VerificationPhaseEnum

None.

UserMessage

string

None.

EarlyText

string

None.

AsOfDate

date

None.

AdjustedText

string

None.

AppPer

decimal number

None.

ShowErrorProneLimit

boolean

None.

ErrorProneLimit

integer

None.

ShowCaseNumberPer

boolean

None.

CaseNumberPer

decimal number

None.

Approved

integer

None.

ApprovedAsOf

integer

None.

ToBeVerified

integer

None.

ToBeVerifiedAsOf

integer

None.

ApprovedCategorical

integer

None.

ShowApprovedCategoricalRow

boolean

None.

ApprovedCategoricalAsOf

integer

None.

ToBeVerifiedCategorical

integer

None.

ShowToBeVerifiedCategoricalRow

boolean

None.

ToBeVerifiedCategoricalAsOf

integer

None.

ToBeVerifiedCategoricalAdjusted

integer

None.

ToBeVerifiedAdjusted

integer

None.

SelectionTypeDescription

string

None.

HasBeenPrinted

boolean

None.

ToBeVerifiedCount

integer

None.

ToBeVerifiedCountCategorical

integer

None.

HasProjectedCounts

boolean

None.

IsClosed

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Phase": 0,
  "UserMessage": "sample string 1",
  "EarlyText": "sample string 2",
  "AsOfDate": "2026-01-18T01:32:51.4732336-05:00",
  "AdjustedText": "sample string 4",
  "AppPer": 5.1,
  "ShowErrorProneLimit": true,
  "ErrorProneLimit": 7,
  "ShowCaseNumberPer": true,
  "CaseNumberPer": 9.1,
  "Approved": 10,
  "ApprovedAsOf": 11,
  "ToBeVerified": 12,
  "ToBeVerifiedAsOf": 13,
  "ApprovedCategorical": 14,
  "ShowApprovedCategoricalRow": true,
  "ApprovedCategoricalAsOf": 16,
  "ToBeVerifiedCategorical": 17,
  "ShowToBeVerifiedCategoricalRow": true,
  "ToBeVerifiedCategoricalAsOf": 19,
  "ToBeVerifiedCategoricalAdjusted": 20,
  "ToBeVerifiedAdjusted": 21,
  "SelectionTypeDescription": "sample string 22",
  "HasBeenPrinted": true,
  "ToBeVerifiedCount": 24,
  "ToBeVerifiedCountCategorical": 25,
  "HasProjectedCounts": true,
  "IsClosed": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional 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.