Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yuryoparin/53a2e7cf12527b8bbadf9eec5caacc67 to your computer and use it in GitHub Desktop.
Save yuryoparin/53a2e7cf12527b8bbadf9eec5caacc67 to your computer and use it in GitHub Desktop.
Пример списка адресных книг в ePochta SMS API v3
{
"result": {
"count": 1,
"fields": [
"id",
"name",
"phone",
"date",
"description",
"exceptions"
],
"data": [
[
"853365",
"Test",
"1",
"2017-03-10 08:48:24",
"",
"0"
]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment