Created
October 18, 2022 13:08
-
-
Save kirshiyin89/d6963f1dcaadf48c24bbd9c40b31364e to your computer and use it in GitHub Desktop.
Service data response
This file contains 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":"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