POST api/getSmsTypeDetail

Request Information

URI Parameters

None.

Body Parameters

getSmsTypeDetailInput
NameDescriptionTypeAdditional information
OUserId

string

None.

Token

string

None.

SchoolId

string

None.

OrgId

string

None.

EmpId

string

None.

UserType

string

None.

SelectedUserType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OUserId": "sample string 1",
  "Token": "sample string 2",
  "SchoolId": "sample string 3",
  "OrgId": "sample string 4",
  "EmpId": "sample string 5",
  "UserType": "sample string 6",
  "SelectedUserType": "sample string 7"
}

application/xml, text/xml

Sample:
<getSmsTypeDetailInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsCampusColors.Model">
  <EmpId>sample string 5</EmpId>
  <OUserId>sample string 1</OUserId>
  <OrgId>sample string 4</OrgId>
  <SchoolId>sample string 3</SchoolId>
  <SelectedUserType>sample string 7</SelectedUserType>
  <Token>sample string 2</Token>
  <UserType>sample string 6</UserType>
</getSmsTypeDetailInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of getSmsTypeDetail
NameDescriptionTypeAdditional information
smstype

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "smstype": "sample string 1"
  },
  {
    "smstype": "sample string 1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfgetSmsTypeDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsCampusColors.Model">
  <getSmsTypeDetail>
    <smstype>sample string 1</smstype>
  </getSmsTypeDetail>
  <getSmsTypeDetail>
    <smstype>sample string 1</smstype>
  </getSmsTypeDetail>
</ArrayOfgetSmsTypeDetail>