GET api/suite/v1/glaccount
Returns Account objects.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| options | Any OData options to apply. | None. | 
Response Information
Account object.
Response body formats
application/json
            Sample:
    
        Sample not available.
text/json
            Sample:
    
        Sample not available.
application/xml, text/xml
            Sample:
<ArrayOfGlAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NewWorld.Logos.WebApi.Models.Suite">
  <GlAccount>
    <Code>sample string 1</Code>
    <LongDescription>sample string 2</LongDescription>
  </GlAccount>
  <GlAccount>
    <Code>sample string 1</Code>
    <LongDescription>sample string 2</LongDescription>
  </GlAccount>
  <GlAccount>
    <Code>sample string 1</Code>
    <LongDescription>sample string 2</LongDescription>
  </GlAccount>
</ArrayOfGlAccount>