POST api/PipStaff/SendSMSfromStaffAppforStaffBirthday

Request Information

URI Parameters

None.

Body Parameters

StaffMessageRequest
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'StaffMessageRequest'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"