Add exemples
This commit is contained in:
parent
8acf2be1df
commit
a87a9d228b
2 changed files with 97 additions and 0 deletions
44
examples/new_sms_backup.json
Normal file
44
examples/new_sms_backup.json
Normal file
|
@ -0,0 +1,44 @@
|
|||
[
|
||||
{
|
||||
"subscriptionId": 1,
|
||||
"address": "+XX12345678",
|
||||
"body": "Also I want to eat cookies",
|
||||
"date": 1731323046859,
|
||||
"dateSent": 0,
|
||||
"locked": 0,
|
||||
"protocol": null,
|
||||
"read": 1,
|
||||
"status": -1,
|
||||
"type": 2,
|
||||
"serviceCenter": null,
|
||||
"backupType": "sms"
|
||||
},
|
||||
{
|
||||
"subscriptionId": 1,
|
||||
"address": "+XX12345678",
|
||||
"body": "Ok I'll buy a box",
|
||||
"date": 1731323030409,
|
||||
"dateSent": 0,
|
||||
"locked": 0,
|
||||
"protocol": null,
|
||||
"read": 1,
|
||||
"status": -1,
|
||||
"type": 2,
|
||||
"serviceCenter": null,
|
||||
"backupType": "sms"
|
||||
},
|
||||
{
|
||||
"subscriptionId": 1,
|
||||
"address": "+XX12345678",
|
||||
"body": "Just get flour I can make them",
|
||||
"date": 1731322988053,
|
||||
"dateSent": 0,
|
||||
"locked": 0,
|
||||
"protocol": null,
|
||||
"read": 1,
|
||||
"status": -1,
|
||||
"type": 1,
|
||||
"serviceCenter": null,
|
||||
"backupType": "sms"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue