Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yuryoparin/50b9ace3eaf548cc3805244692ab7590 to your computer and use it in GitHub Desktop.
Save yuryoparin/50b9ace3eaf548cc3805244692ab7590 to your computer and use it in GitHub Desktop.
Пример списка переменных адресной книги в ePochta SMS API v3
{
"result": {
"count": 3,
"fields": [
"id",
"type",
"value"
],
"data": [
[
"2491887",
"string",
"Name"
],
[
"2491888",
"string",
"NameMiddle"
],
[
"2491889",
"string",
"URL"
]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment