POST api/LoginApi

Request Information

URI Parameters

None.

Body Parameters

UserInfo
NameDescriptionTypeAdditional information
Id

integer

None.

LoginId

integer

None.

Name

string

None.

Email

string

None.

MobileNo

string

None.

NIC

string

None.

Balance

decimal number

None.

ExpiryDate

date

None.

AssignedBalance

decimal number

None.

IsExportAllowed

boolean

None.

IsPortedNoAllowed

boolean

None.

IsDashoardAllowed

boolean

None.

CreatedDate

date

None.

CreatedBy

string

None.

UpdatedDate

date

None.

UpdateBy

string

None.

IsBlockNoAllowed

boolean

None.

BalanceType

string

None.

Address

string

None.

Country

integer

None.

State

integer

None.

City

integer

None.

IsOTP

boolean

None.

SendMobileNoPercent

integer

None.

PerSMSCredit

decimal number

None.

CompanyName

string

None.

IsPortedCheckedUsingApi

boolean

None.

IsPostPaid

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "LoginId": 1,
  "Name": "sample string 2",
  "Email": "sample string 3",
  "MobileNo": "sample string 4",
  "NIC": "sample string 5",
  "Balance": 1.1,
  "ExpiryDate": "2026-03-14T19:45:19.1570807+05:00",
  "AssignedBalance": 1.1,
  "IsExportAllowed": true,
  "IsPortedNoAllowed": true,
  "IsDashoardAllowed": true,
  "CreatedDate": "2026-03-14T19:45:19.1570807+05:00",
  "CreatedBy": "sample string 9",
  "UpdatedDate": "2026-03-14T19:45:19.1580559+05:00",
  "UpdateBy": "sample string 10",
  "IsBlockNoAllowed": true,
  "BalanceType": "sample string 11",
  "Address": "sample string 12",
  "Country": 1,
  "State": 1,
  "City": 1,
  "IsOTP": true,
  "SendMobileNoPercent": 1,
  "PerSMSCredit": 1.1,
  "CompanyName": "sample string 13",
  "IsPortedCheckedUsingApi": true,
  "IsPostPaid": true
}

application/xml, text/xml

Sample:
<UserInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMS.DataModels">
  <Address>sample string 12</Address>
  <AssignedBalance>1.1</AssignedBalance>
  <Balance>1.1</Balance>
  <BalanceType>sample string 11</BalanceType>
  <City>1</City>
  <CompanyName>sample string 13</CompanyName>
  <Country>1</Country>
  <CreatedBy>sample string 9</CreatedBy>
  <CreatedDate>2026-03-14T19:45:19.1570807+05:00</CreatedDate>
  <Email>sample string 3</Email>
  <ExpiryDate>2026-03-14T19:45:19.1570807+05:00</ExpiryDate>
  <Id>1</Id>
  <IsBlockNoAllowed>true</IsBlockNoAllowed>
  <IsDashoardAllowed>true</IsDashoardAllowed>
  <IsExportAllowed>true</IsExportAllowed>
  <IsOTP>true</IsOTP>
  <IsPortedCheckedUsingApi>true</IsPortedCheckedUsingApi>
  <IsPortedNoAllowed>true</IsPortedNoAllowed>
  <IsPostPaid>true</IsPostPaid>
  <LoginId>1</LoginId>
  <MobileNo>sample string 4</MobileNo>
  <NIC>sample string 5</NIC>
  <Name>sample string 2</Name>
  <PerSMSCredit>1.1</PerSMSCredit>
  <SendMobileNoPercent>1</SendMobileNoPercent>
  <State>1</State>
  <UpdateBy>sample string 10</UpdateBy>
  <UpdatedDate>2026-03-14T19:45:19.1580559+05:00</UpdatedDate>
</UserInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>