An open API service indexing awesome lists of open source software.

https://github.com/noone03/sms_api


https://github.com/noone03/sms_api

hacktoberfest sms-api

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# sms_api
NOTE: JSON Format

| S.No.| Input | Type | Description |
| :--- | :---- | :---- | :---- |
| 1 | to | INT(10) | Caretaker's Number |
| 2 | referenceNumber | VARCHAR(4) | For reference Number |
| 3 | name | VARCHAR | Patient's Name |

### Example
```json
{
"to": 9123456780,
"referenceNumber": "OBGY",
"Name": "Ankit Kushwaha"
}
```