Created
September 16, 2020 07:30
-
-
Save vishalzanzrukia/687a994043271e82a5d33931f086cf74 to your computer and use it in GitHub Desktop.
Tour Promoter Co 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", | |
"promoterIds":["promoter-id-1", "promoter-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