Skip to content

Instantly share code, notes, and snippets.

@vishalzanzrukia
Last active September 16, 2020 06:14
Show Gist options
  • Save vishalzanzrukia/38b189e59c933f6b5d9b81a95f141aa4 to your computer and use it in GitHub Desktop.
Save vishalzanzrukia/38b189e59c933f6b5d9b81a95f141aa4 to your computer and use it in GitHub Desktop.
Agency Json
{
"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",
"agentIds":["agent-id-1", "agent-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