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": "c57c9054-9ba8-49a6-8c15-962977b20d84"
}

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>c57c9054-9ba8-49a6-8c15-962977b20d84</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.