POST api/numbers/validate

Validates calculation based on MD5 hash of all values in the new dataset.

Request Information

URI Parameters

None.

Body Parameters

MD5 hash of values. Joined by colulmn then by row into a single string without separators and then hashed.

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'String'.

Response Information

Resource Description

Result of validation response

ResultOfString
NameDescriptionTypeAdditional information
Value

string

None.

Cause

string

None.

Success

boolean

None.

Response Formats

application/json, text/json

Sample:

Sample not available.