Skip to content

Instantly share code, notes, and snippets.

@riljian
Created May 5, 2020 09:24
Show Gist options
  • Save riljian/0cd8c9c18aaaf6d0d68587c540ee433a to your computer and use it in GitHub Desktop.
Save riljian/0cd8c9c18aaaf6d0d68587c540ee433a to your computer and use it in GitHub Desktop.
{
"msgid": "{{id of message}}",
"data": {
"ManufactureNo": "{{Manufacture No}}",
"Pieces": "{{amount of device}}",
"ManufactureOrder": "{{ManufactureOrder}}",
"ManufactureModel": "{{ManufactureModel}}",
"ManufactureOption": "{{Manufacture Option}}",
"Package": "{{package}}",
"boxes": [
{
"devices": [
{
"imei": "1234567890"
}
]
},
{
"devices": [
{
"imei": "123467891",
"iccid": "4234234435"
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment