POST api/IClassUsers/UserCheckForExist
Request Information
URI Parameters
None.
Body Parameters
User| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| BMSId | integer |
None. |
|
| LogStatus | integer |
None. |
|
| ClientIP | string |
None. |
|
| Android | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Android": 1,
"UserId": "sample string 1",
"BMSId": 2,
"LogStatus": 3,
"ClientIP": "sample string 4"
}
application/xml, text/xml
Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity"> <Android>1</Android> <BMSId>2</BMSId> <ClientIP>sample string 4</ClientIP> <LogStatus>3</LogStatus> <UserId>sample string 1</UserId> </User>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IclassUserResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | string |
None. |
|
| UserType | integer |
None. |
|
| OnlineSchoolClientID | integer |
None. |
|
| BMSID | integer |
None. |
|
| OTP | string |
None. |
|
| logid | integer |
None. |
|
| intUserID | integer |
None. |
|
| SSMValue | string |
None. |
|
| BMSValue | string |
None. |
|
| EncryptedUserId | string |
None. |
|
| PageScanCount | integer |
None. |
|
| FullName | string |
None. |
|
| string |
None. |
||
| ClientID | integer |
None. |
|
| FileType | integer |
None. |
|
| DisplayName | string |
None. |
|
| SubDomain | string |
None. |
|
| Message | string |
None. |
|
| ResponseCode | integer |
None. |
|
| SkipVerification | boolean |
None. |
|
| referalCodeTitelText | string |
None. |
|
| DisplayReferalPage | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserID": "sample string 1",
"UserType": 1,
"OnlineSchoolClientID": 1,
"BMSID": 1,
"OTP": "sample string 2",
"logid": 3,
"intUserID": 4,
"SSMValue": "sample string 5",
"BMSValue": "sample string 6",
"EncryptedUserId": "sample string 7",
"PageScanCount": 8,
"FullName": "sample string 9",
"Email": "sample string 10",
"ClientID": 11,
"FileType": 1,
"DisplayName": "sample string 12",
"SubDomain": "sample string 13",
"Message": "sample string 14",
"ResponseCode": 15,
"SkipVerification": true,
"referalCodeTitelText": "sample string 17",
"DisplayReferalPage": true
}
application/xml, text/xml
Sample:
<IclassUserResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity"> <BMSID>1</BMSID> <BMSValue>sample string 6</BMSValue> <ClientID>11</ClientID> <DisplayName>sample string 12</DisplayName> <DisplayReferalPage>true</DisplayReferalPage> <Email>sample string 10</Email> <EncryptedUserId>sample string 7</EncryptedUserId> <FileType>1</FileType> <FullName>sample string 9</FullName> <Message>sample string 14</Message> <OTP>sample string 2</OTP> <OnlineSchoolClientID>1</OnlineSchoolClientID> <PageScanCount>8</PageScanCount> <ResponseCode>15</ResponseCode> <SSMValue>sample string 5</SSMValue> <SkipVerification>true</SkipVerification> <SubDomain>sample string 13</SubDomain> <UserID>sample string 1</UserID> <UserType>1</UserType> <intUserID>4</intUserID> <logid>3</logid> <referalCodeTitelText>sample string 17</referalCodeTitelText> </IclassUserResponse>