POST api/formfielddefinition/validate
Request Information
URI Parameters
None.
Body Parameters
ValidateFieldValueName | Description | Type | Additional 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": "f83452b0-90db-403a-80e2-b772df359843" }
application/xml, text/xml
Sample:
<ValidateFieldValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OAuthServer.Models.RequestModels"> <Id>f83452b0-90db-403a-80e2-b772df359843</Id> <Key>sample string 2</Key> <Value /> </ValidateFieldValue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.