curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/getGLCodes2
{
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"list": [
{
"Code": "<string>",
"Name": "<string>",
"Value": "<string>"
}
]
}
curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/getGLCodes2
{
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"list": [
{
"Code": "<string>",
"Name": "<string>",
"Value": "<string>"
}
]
}