https://github.com/noone03/sms_api
https://github.com/noone03/sms_api
hacktoberfest sms-api
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/noone03/sms_api
- Owner: NoOne03
- Created: 2020-04-25T19:04:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T14:25:20.000Z (over 3 years ago)
- Last Synced: 2023-03-07T18:47:30.427Z (over 3 years ago)
- Topics: hacktoberfest, sms-api
- Language: JavaScript
- Homepage:
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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"
}
```