Last active
May 18, 2018 18:47
-
-
Save vickybiswas/3e7669aa33f6c9444debaa024e81a622 to your computer and use it in GitHub Desktop.
DB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Customer":{ | |
"Name":"", | |
"Phone":"", | |
"Email":"", | |
"Agreement":{ | |
"_relation":1, | |
"Machine":{ | |
"_relation":1, | |
"MSN":"", | |
"Model":"", | |
"Calls":{ | |
"_relation":1, | |
"CallNo":"", | |
"Date":"" | |
} | |
}, | |
"AggDateFrom":"", | |
"AggDateTo":"", | |
"AggNo":"" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment