POST api/formfielddefinition/validate

Request Information

URI Parameters

None.

Body Parameters

ValidateFieldValue
NameDescriptionTypeAdditional information
Value

Object

None.

Key

string

None.

Id

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Value": {},
  "Key": "sample string 2",
  "Id": "1ca50f4d-b634-47f7-8930-0bc03f6bfcbb"
}

application/xml, text/xml

Sample:
<ValidateFieldValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SHPACollegeAPI.Models.RequestModels">
  <Id>1ca50f4d-b634-47f7-8930-0bc03f6bfcbb</Id>
  <Key>sample string 2</Key>
  <Value />
</ValidateFieldValue>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.