GET api/PoctLogin/RepliedQuery
Request Information
URI Parameters
None.
Body Parameters
MailModelName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Link | string |
None. |
|
to | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{ "Name": "sample string 1", "Link": "sample string 2", "to": "sample string 3" }
application/xml, text/xml
Sample:
<Login.MailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"> <Link>sample string 2</Link> <Name>sample string 1</Name> <to>sample string 3</to> </Login.MailModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.