POST api/Login/RedirectURL

Request Information

URI Parameters

None.

Body Parameters

UserDetailJSON
NameDescriptionTypeAdditional information
UserID

string

None.

UserName

string

None.

Email

string

None.

Guid

string

None.

Token_type

string

None.

Refresh_token

string

None.

Access_token

string

None.

Expires_in

integer

None.

RoleID

integer

None.

Profile_pic

string

None.

UserType

string

None.

expires

string

None.

issued

string

None.

redirect

string

None.

VNId

integer

None.

TPId

integer

None.

TenantId

integer

None.

IsWOMSPlusAccess

string

None.

IsSpiceTradeAccess

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": "sample string 1",
  "UserName": "sample string 2",
  "Email": "sample string 3",
  "Guid": "sample string 4",
  "Token_type": "sample string 5",
  "Refresh_token": "sample string 6",
  "Access_token": "sample string 7",
  "Expires_in": 8,
  "RoleID": 9,
  "Profile_pic": "sample string 10",
  "UserType": "sample string 11",
  "expires": "sample string 12",
  "issued": "sample string 13",
  "redirect": "sample string 14",
  "VNId": 15,
  "TPId": 16,
  "TenantId": 17,
  "IsWOMSPlusAccess": "sample string 18",
  "IsSpiceTradeAccess": "sample string 19"
}

application/xml, text/xml

Sample:
<UserDetailJSON xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DBusinessRulesAPI.Models">
  <Access_token>sample string 7</Access_token>
  <Email>sample string 3</Email>
  <Expires_in>8</Expires_in>
  <Guid>sample string 4</Guid>
  <IsSpiceTradeAccess>sample string 19</IsSpiceTradeAccess>
  <IsWOMSPlusAccess>sample string 18</IsWOMSPlusAccess>
  <Profile_pic>sample string 10</Profile_pic>
  <Refresh_token>sample string 6</Refresh_token>
  <RoleID>9</RoleID>
  <TPId>16</TPId>
  <TenantId>17</TenantId>
  <Token_type>sample string 5</Token_type>
  <UserID>sample string 1</UserID>
  <UserName>sample string 2</UserName>
  <UserType>sample string 11</UserType>
  <VNId>15</VNId>
  <expires>sample string 12</expires>
  <issued>sample string 13</issued>
  <redirect>sample string 14</redirect>
</UserDetailJSON>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RootObjectOfString
NameDescriptionTypeAdditional information
Success

integer

None.

Message

string

None.

Result

string

None.

NoOfRecords

integer

None.

Alert

string

None.

AlertType

string

None.

Action

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": 1,
  "Message": "sample string 2",
  "Result": "sample string 3",
  "NoOfRecords": 4,
  "Alert": "sample string 5",
  "AlertType": "sample string 6",
  "Action": "sample string 7"
}

application/xml, text/xml

Sample:
<RootObjectOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DBusinessRulesAPI.Models">
  <Action>sample string 7</Action>
  <Alert>sample string 5</Alert>
  <AlertType>sample string 6</AlertType>
  <Message>sample string 2</Message>
  <NoOfRecords>4</NoOfRecords>
  <Result>sample string 3</Result>
  <Success>1</Success>
</RootObjectOfstring>