Skip to content

Commit

Permalink
Merge pull request #153 from midhun-mobtexting/feature-sms-pull-dlr-u…
Browse files Browse the repository at this point in the history
…pdates

Feature sms pull dlr updates
  • Loading branch information
nagasatishkadiyam authored Jul 29, 2024
2 parents 7af90c4 + 354e8ab commit f44c243
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions v2/sms/pull-dlr.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,25 @@ you can pass any of the above params to get the dlr response.

```json
{
"status": 200,
"status": "OK",
"code" : 200,
"message": "OK",
"data": [
{
"id": "469ea920-ccd1-4a39-b728-c0b6f15f6aa6:1",
"mobile": "9189212693xx",
"status": "DELIVRD",
"units": 1,
"service": "T",
"length": 7,
"charges": 1,
"custom": "",
"custom1": "",
"location": "",
"provider": "",
"submitted_at": "2018-07-06 09:57:42",
"delivered_at": "2018-07-06 21:57:42"
"delivered_at": "2018-07-06 21:57:42",
"sender": "SENDER"
}
]
}
Expand Down Expand Up @@ -125,5 +129,4 @@ You will be limited the records 100 per page.
"to": 2,
"total": 2
}
}
```
}

0 comments on commit f44c243

Please sign in to comment.