POST SocialyseAPI/Authenticate
Request Information
URI Parameters
None.
Body Parameters
WebAPIBaseTemplate.Models.jUser| Name | Description | Type | Additional information |
|---|---|---|---|
| login | string |
None. |
|
| password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"login": "sample string 1",
"password": "sample string 2"
}
application/xml, text/xml
Sample:
<jUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPIBaseTemplate.Models"> <login>sample string 1</login> <password>sample string 2</password> </jUser>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WebAPIBaseTemplate.Models.jRetourBase| Name | Description | Type | Additional information |
|---|---|---|---|
| returnCode | string |
None. |
|
| returnLibelle | string |
None. |
|
| returnData | Object |
None. |
|
| sessionData | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.