POST api/test/NoAuthorize
This is test method with no authorization.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
EmeditIdentityName | Description | Type | Additional information |
---|---|---|---|
auth_type | string |
None. |
|
username | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "auth_type": "sample string 1", "username": "sample string 2" }
application/xml, text/xml
Sample:
<EmeditIdentity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMedit.eDoktor.WebApi.Controllers"> <auth_type>sample string 1</auth_type> <username>sample string 2</username> </EmeditIdentity>