POST api/SMSAlert?Slno={Slno}&LgCode={LgCode}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Slno | No documentation available. |
Define this parameter in the request URI. |
LgCode | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "Status": "sample string 1" }, { "Status": "sample string 1" }, { "Status": "sample string 1" } ]
text/xml
Sample:
<ArrayOfclsSMSDelete xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTFSApp.Models"> <clsSMSDelete> <Status>sample string 1</Status> </clsSMSDelete> <clsSMSDelete> <Status>sample string 1</Status> </clsSMSDelete> <clsSMSDelete> <Status>sample string 1</Status> </clsSMSDelete> </ArrayOfclsSMSDelete>