Skip to content

Instantly share code, notes, and snippets.

@kirshiyin89
Created October 18, 2022 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirshiyin89/d6963f1dcaadf48c24bbd9c40b31364e to your computer and use it in GitHub Desktop.
Save kirshiyin89/d6963f1dcaadf48c24bbd9c40b31364e to your computer and use it in GitHub Desktop.
Service data response
[
{
"id":"1",
"serviceName":"SERVICE1",
"serviceCase":"TEST1",
"serviceClient":null
},
{
"id":"12",
"serviceName":"SERVICE12",
"serviceCase":"TEST12",
"serviceClient":null
},
{
"id":"2",
"serviceName":"SERVICE2",
"serviceCase":"TEST2",
"serviceClient":null
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment