POST api/ABTBS/SendSMSfromStaffAppforStudentBirthday
Request Information
URI Parameters
None.
Body Parameters
StaffMessageRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| License | integer |
None. |
|
| Customer_Id | integer |
None. |
|
| message | string |
None. |
|
| studentIDs | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"License": 1,
"Customer_Id": 2,
"message": "sample string 3",
"studentIDs": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"