Created
September 16, 2020 07:08
-
-
Save vishalzanzrukia/4fe6a3cb60abfb3030e54488621291b1 to your computer and use it in GitHub Desktop.
Management Json
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
{ | |
"id":"id-1", | |
"name":"ABC Private Ltd.", | |
"address":"A-56, Xyz Street", | |
"website":"www.xyz.com", | |
"city":"XYZ", | |
"zipcode":"898900", | |
"country":"India", | |
"phone":"0123456789", | |
"phone2":"1123456789", | |
"fax":"0234 7878 899", | |
"managerIds":["m-id-1", "m-id-2"], | |
"artistIds":["c-id-1", "c-id-2"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment