POST api/IClassUsers/DesktopClientMaster

Request Information

URI Parameters

None.

Body Parameters

DesktopUserEntity
NameDescriptionTypeAdditional information
DesktopClientId

integer

None.

InstituteName

string

None.

BillingName

string

None.

District

string

None.

Address

string

None.

ContactPersonName

string

None.

ContactPersonNumber

string

None.

TechnicalPersonNumber

string

None.

AuthenticEmail

string

None.

AuthenticNumber

string

None.

IsInotebookclient

boolean

None.

OTP

string

None.

SECode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DesktopClientId": 1,
  "InstituteName": "sample string 2",
  "BillingName": "sample string 3",
  "District": "sample string 4",
  "Address": "sample string 5",
  "ContactPersonName": "sample string 6",
  "ContactPersonNumber": "sample string 7",
  "TechnicalPersonNumber": "sample string 8",
  "AuthenticEmail": "sample string 9",
  "AuthenticNumber": "sample string 10",
  "IsInotebookclient": true,
  "OTP": "sample string 12",
  "SECode": "sample string 13"
}

application/xml, text/xml

Sample:
<DesktopUserEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity">
  <Address>sample string 5</Address>
  <AuthenticEmail>sample string 9</AuthenticEmail>
  <AuthenticNumber>sample string 10</AuthenticNumber>
  <BillingName>sample string 3</BillingName>
  <ContactPersonName>sample string 6</ContactPersonName>
  <ContactPersonNumber>sample string 7</ContactPersonNumber>
  <DesktopClientId>1</DesktopClientId>
  <District>sample string 4</District>
  <InstituteName>sample string 2</InstituteName>
  <IsInotebookclient>true</IsInotebookclient>
  <OTP>sample string 12</OTP>
  <SECode>sample string 13</SECode>
  <TechnicalPersonNumber>sample string 8</TechnicalPersonNumber>
</DesktopUserEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DesktopUserResponseEntity
NameDescriptionTypeAdditional information
DesktopClientId

integer

None.

OTP

string

None.

Message

string

None.

ResponseCode

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "DesktopClientId": 1,
  "OTP": "sample string 2",
  "Message": "sample string 3",
  "ResponseCode": 4
}

application/xml, text/xml

Sample:
<DesktopUserResponseEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity">
  <DesktopClientId>1</DesktopClientId>
  <Message>sample string 3</Message>
  <OTP>sample string 2</OTP>
  <ResponseCode>4</ResponseCode>
</DesktopUserResponseEntity>