POST api/tifo/Validate
An example action that can only be called by an authenticated third-party application.
Request Information
URI Parameters
None.
Body Parameters
TifoValidateRequestName | Description | Type | Additional information |
---|---|---|---|
Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Token": "sample string 1" }
Response Information
Resource Description
An HTTP response.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.