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

Query Parameters

APIKey
string
required

Response

Success

service_status
object
list
object[]