POST api/v3/Account/Login
Request Information
URI Parameters
None.
Body Parameters
LoginRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| AccountId | string |
None. |
|
| CampaignId | string |
None. |
|
| ProviderType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userName": "sample string 1",
"password": "sample string 2",
"accountId": "sample string 3",
"campaignId": "sample string 4",
"providerType": "sample string 5"
}
text/html
Sample:
{"userName":"sample string 1","password":"sample string 2","accountId":"sample string 3","campaignId":"sample string 4","providerType":"sample string 5"}
application/xml, text/xml
Sample:
<LoginRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IC_Web_API_V3"> <AccountId>sample string 3</AccountId> <CampaignId>sample string 4</CampaignId> <Password>sample string 2</Password> <ProviderType>sample string 5</ProviderType> <UserName>sample string 1</UserName> </LoginRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |