POST api/getHwSmsSendingStatus

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of getHwSmsSendingStatus
NameDescriptionTypeAdditional information
ClassName

string

None.

Draft

string

None.

SentMessage

string

None.

HomeworkURL

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ClassName": "sample string 1",
    "Draft": "sample string 2",
    "SentMessage": "sample string 3",
    "HomeworkURL": "sample string 4"
  },
  {
    "ClassName": "sample string 1",
    "Draft": "sample string 2",
    "SentMessage": "sample string 3",
    "HomeworkURL": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCommonParrameters.getHwSmsSendingStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsCampusColors.Model">
  <CommonParrameters.getHwSmsSendingStatus>
    <ClassName>sample string 1</ClassName>
    <Draft>sample string 2</Draft>
    <HomeworkURL>sample string 4</HomeworkURL>
    <SentMessage>sample string 3</SentMessage>
  </CommonParrameters.getHwSmsSendingStatus>
  <CommonParrameters.getHwSmsSendingStatus>
    <ClassName>sample string 1</ClassName>
    <Draft>sample string 2</Draft>
    <HomeworkURL>sample string 4</HomeworkURL>
    <SentMessage>sample string 3</SentMessage>
  </CommonParrameters.getHwSmsSendingStatus>
</ArrayOfCommonParrameters.getHwSmsSendingStatus>