POST api/getSmsType

Request Information

URI Parameters

None.

Body Parameters

getSmsTypeInput
NameDescriptionTypeAdditional information
OUserId

string

None.

Token

string

None.

SchoolId

string

None.

OrgId

string

None.

EmpId

string

None.

UserType

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"
}

application/xml, text/xml

Sample:
<getSmsTypeInput 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>
  <Token>sample string 2</Token>
  <UserType>sample string 6</UserType>
</getSmsTypeInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of getSmsType
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:
<ArrayOfgetSmsType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsCampusColors.Model">
  <getSmsType>
    <smstype>sample string 1</smstype>
  </getSmsType>
  <getSmsType>
    <smstype>sample string 1</smstype>
  </getSmsType>
</ArrayOfgetSmsType>