POST Login/FacebookLogin
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.Google| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| Token | string |
None. |
|
| GoogleAccount | string |
None. |
|
| FacebookAccount | string |
None. |
|
| LinkedInAccount | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"Token": "sample string 2",
"GoogleAccount": "sample string 3",
"FacebookAccount": "sample string 4",
"LinkedInAccount": "sample string 5"
}
application/xml, text/xml
Sample:
<Google xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Email>sample string 1</Email> <Token>sample string 2</Token> <GoogleAccount>sample string 3</GoogleAccount> <FacebookAccount>sample string 4</FacebookAccount> <LinkedInAccount>sample string 5</LinkedInAccount> </Google>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.