Created
September 16, 2020 06:10
-
-
Save vishalzanzrukia/9c0c483835ff48e5db1eaa6c8fb3bdcd to your computer and use it in GitHub Desktop.
Manager 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", | |
"managementId":"ManagementId-1", | |
"name":"xyz", | |
"address":"Streed address, NY", | |
"phone":"0123456789", | |
"fax":"123456789", | |
"email":"[email protected]", | |
"assistants":[{ | |
"name":"Name-1", | |
"email":"[email protected]" | |
}], | |
"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