GET api/GLAccountInformation?VendorID={VendorID}&vendorPassword={vendorPassword}&APIGUID={APIGUID}&CompanyKey={CompanyKey}&GLCompanyDepartmentKey={GLCompanyDepartmentKey}&Category={Category}&ga_GLType={ga_GLType}&BeginPeriod={BeginPeriod}&EndPeriod={EndPeriod}

Retrieves GL transactions for a specific category

Request Information

URI Parameters

NameDescriptionTypeAdditional information
VendorID

string

Required

vendorPassword

string

Required

APIGUID

string

Required

CompanyKey

integer

Required

GLCompanyDepartmentKey

Extract specific department data

integer

Required

Category

Category to retrieve (pass blank for undefined accounts)

string

Required

ga_GLType

Extract specific type of account (-1:All, 0:Operating, 1:Reserve, 2:Market, 3:CD, 4:Loan, 8:Other

integer

Required

BeginPeriod

Graph period

date

Required

EndPeriod

Graph period

date

Required

Body Parameters

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.