POST api/SaveInProgressVerification?VerificationId={VerificationId}&IsSNAP={IsSNAP}&IsConfirmed={IsConfirmed}&isDirectVerification={isDirectVerification}&CaseNumber={CaseNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
VerificationId

integer

Required

IsSNAP

boolean

Required

IsConfirmed

boolean

Required

isDirectVerification

boolean

Required

CaseNumber

string

None.

Body Parameters

None.

Response Information

Resource Description

JsonResponseModel
NameDescriptionTypeAdditional information
Id

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<JsonResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cybersoft.Primero.OnlineFRE.APIs.Models">
  <Id>1</Id>
  <Message>sample string 2</Message>
</JsonResponseModel>