POST api/Signet/Ping
Ping function to test authentication etc
Request Information
URI Parameters
None.
Body Parameters
PingRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| input | string |
None. |
|
| username | string |
None. |
|
| password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"input": "sample string 1",
"username": "sample string 2",
"password": "sample string 3"
}
application/xml, text/xml
Sample:
<PingRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Advania.Model.Signet2"> <password>sample string 3</password> <username>sample string 2</username> <input>sample string 1</input> </PingRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
A string containing the input message
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.