GET api/GLAccountInformation?VendorID={VendorID}&VendorPassword={VendorPassword}&APIGUID={APIGUID}&GLAccountKey={GLAccountKey}&GLCompanyDepartmentKey={GLCompanyDepartmentKey}&BeginPeriod={BeginPeriod}&EndPeriod={EndPeriod}
Retrieves GL transactions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorID | string |
Required |
|
| VendorPassword | string |
Required |
|
| APIGUID | string |
Required |
|
| GLAccountKey | integer |
Required |
|
| GLCompanyDepartmentKey |
Extract specific department data |
integer |
Required |
| BeginPeriod |
Graph period |
date |
Required |
| EndPeriod |
Graph period |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |