AMCS Group GLBatch API
The GLBatch API from AMCS Group — 3 operation(s) for glbatch.
The GLBatch API from AMCS Group — 3 operation(s) for glbatch.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/amcs-group-glbatch-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Core AccessGroup GL Batch API
version: core
servers:
- url: https://rstapi-sbx-svc-core.amcsplatform.com/erp/api/integrator/erp
description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: GLBatch
paths:
/accounting/glBatches/changes:
get:
tags:
- GLBatch
summary: Retrieve changes
description: "| Property| Description |\n| ------------------------------------- | ------------------------------------------------------------------------------- |\n| GUID| The guid associated to the glbatch. |\n| BatchType| The batch type of the glbatch. | \n| BatchName| The batch name of the glbatch. Filterable | \n| BatchStatus| The batch status of the glbatch. Filterable | \n| BatchApprovalStatus| The batch approval status of the glbatch. Filterable |\n| PostedDate| The posted date of the glbatch. | \n| AccountingPeriodListItem| The guid and description associated to the accounting period |\n| CompanyListItem| The guid and description associated to the company. |\n| TransactionCount| The transaction count of the glbatch. |\n| LineCount| The line count of the glbatch. |\n| IsDeleted| Whether the glbatch is deleted. |\n| RelatedUserCreatedByGuid| The GUID of the user who created the glbatch. Filterable |\n| RelatedUserUpdatedByGuid| The GUID of the user who updated the glbatch. Filterable |\n| CreationDateTime| The date of the glbatch creation. |\n| UpdatedDateTime| The date of the glbatch last update. |\n| FilterAccountingPeriodListItemGuid | Filter by the accounting period guid. |\n| RelatedGeneralLedgerExportGuid| The GUID of general ledger export associated to the glbatch |"
operationId: GLBatch_GetChanges
parameters:
- name: since
in: query
schema:
type: string
- name: cursor
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceChanges_ApiIntegratorGLBatchResource'
/accounting/glBatches/{guid}:
get:
tags:
- GLBatch
summary: Find with GUID
description: "| Property| Description |\n| ------------------------------------- | ------------------------------------------------------------------------------- |\n| GUID| The guid associated to the glbatch. |\n| BatchType| The batch type of the glbatch. | \n| BatchName| The batch name of the glbatch. Filterable | \n| BatchStatus| The batch status of the glbatch. Filterable | \n| BatchApprovalStatus| The batch approval status of the glbatch. Filterable |\n| PostedDate| The posted date of the glbatch. | \n| AccountingPeriodListItem| The guid and description associated to the accounting period |\n| CompanyListItem| The guid and description associated to the company. |\n| TransactionCount| The transaction count of the glbatch. |\n| LineCount| The line count of the glbatch. |\n| IsDeleted| Whether the glbatch is deleted. |\n| RelatedUserCreatedByGuid| The GUID of the user who created the glbatch. Filterable |\n| RelatedUserUpdatedByGuid| The GUID of the user who updated the glbatch. Filterable |\n| CreationDateTime| The date of the glbatch creation. |\n| UpdatedDateTime| The date of the glbatch last update. |\n| FilterAccountingPeriodListItemGuid | Filter by the accounting period guid. |\n| RelatedGeneralLedgerExportGuid| The GUID of general ledger export associated to the glbatch |"
operationId: GLBatch_Get
parameters:
- name: guid
in: path
required: true
schema:
type: string
format: uuid
- name: udf
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceResultEntity_ApiIntegratorGLBatchResource'
put:
tags:
- GLBatch
summary: Partial update
description: "| Property | Description | Required |\n| ------------------------------------- | ----------------------------------------------------------------------------- | -------- |\n| GUID| The guid associated to the glbatch. | Yes |\n| BatchType| The batch type of the glbatch. | Yes | \n| BatchName| The batch name of the glbatch. | Yes | \n| BatchStatus| The batch status of the glbatch. | Yes | \n| BatchApprovalStatus| The batch approval status of the glbatch. | Yes |\n| PostedDate| The posted date of the glbatch. | No | \n| AccountingPeriodListItem| The guid and description associated to the accounting period. | Yes |\n| CompanyListItem| The guid and description associated to the company. | Yes |\n| TransactionCount| The transaction count of the glbatch. | Yes |\n| LineCount| The line count of the glbatch. | Yes |\n| IsDeleted| Whether the glbatch is deleted. | Yes |\n| RelatedUserCreatedByGuid| The GUID of the user who created the glbatch. | Yes |\n| RelatedUserUpdatedByGuid| The GUID of the user who updated the glbatch. | Yes |\n| CreationDateTime| The date of the glbatch creation. | Yes |\n| UpdatedDateTime| The date of the glbatch last update. | Yes |\n| FilterAccountingPeriodListItemGuid | Filter by the accounting period guid | No |\n\n**Extra validations**\n\n| Condition | Error message |\n| --------- | ------------- |\n| BatchType is being edited | BatchType is a read-only property. |\n| BatchName is being edited | BatchName is a read-only property. |\n| TransactionCount is being edited | TransactionCount is a read-only property. |\n| LineCount is being edited | LineCount is a read-only property. |\n| AccountingPeriodListItem.Guid is being edited | AccountingPeriodListItem.Guid is a read-only property. |\n| CompanyListItem.Guid is being edited | CompanyListItem.Guid is a read-only property. |\n| If we attempt to delete a GLBatch | IsDeleted is TRUE. Could not process the request. Resources can not be deleted via the REST API. |\n| RelatedUserUpdatedByGuid is being edited | RelatedUserUpdatedByGuid is a read-only property. |\n| CreationDateTime is being edited | CreationDateTime is a read-only property. |\n| UpdatedDateTime is being edited | UpdatedDateTime is a read-only property. |"
operationId: GLBatch_Update
parameters:
- name: guid
in: path
required: true
schema:
type: string
format: uuid
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ApiIntegratorGLBatchResource'
required: true
x-bodyName: null
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceId'
/accounting/glBatches:
get:
tags:
- GLBatch
summary: Find with Filters
description: "| Property| Description |\n| ------------------------------------- | ------------------------------------------------------------------------------- |\n| GUID| The guid associated to the glbatch. |\n| BatchType| The batch type of the glbatch. | \n| BatchName| The batch name of the glbatch. Filterable | \n| BatchStatus| The batch status of the glbatch. Filterable | \n| BatchApprovalStatus| The batch approval status of the glbatch. Filterable |\n| PostedDate| The posted date of the glbatch. | \n| AccountingPeriodListItem| The guid and description associated to the accounting period |\n| CompanyListItem| The guid and description associated to the company. |\n| TransactionCount| The transaction count of the glbatch. |\n| LineCount| The line count of the glbatch. |\n| IsDeleted| Whether the glbatch is deleted. |\n| RelatedUserCreatedByGuid| The GUID of the user who created the glbatch. Filterable |\n| RelatedUserUpdatedByGuid| The GUID of the user who updated the glbatch. Filterable |\n| CreationDateTime| The date of the glbatch creation. |\n| UpdatedDateTime| The date of the glbatch last update. |\n| FilterAccountingPeriodListItemGuid | Filter by the accounting period guid. |\n| RelatedGeneralLedgerExportGuid| The GUID of general ledger export associated to the glbatch |"
operationId: GLBatch_GetCollection
parameters:
- name: filter
in: query
schema:
type: string
- name: max
in: query
schema:
type: integer
format: int32
- name: page
in: query
schema:
type: integer
format: int32
- name: includeCount
in: query
schema:
type: boolean
- name: udf
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceResultCollection_ApiIntegratorGLBatchResource'
components:
schemas:
ApiResourceId:
type: object
properties:
resource:
type: string
format: uuid
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
ApiResourceResultEntity_ApiIntegratorGLBatchResource:
type: object
properties:
resource:
$ref: '#/components/schemas/ApiIntegratorGLBatchResource'
links:
$ref: '#/components/schemas/ApiResourceResultEntityLinks'
extra:
$ref: '#/components/schemas/ApiResourceResultEntityExtra'
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
ApiResourceStatus:
type: object
properties:
id:
type: integer
format: int32
isSuccess:
type: boolean
ApiResourceResultEntityExtra:
type: object
properties:
expand:
type: object
additionalProperties:
type: object
additionalProperties:
type: object
include:
type: object
additionalProperties:
type: array
items:
type: object
additionalProperties:
type: object
ApiResourceErrors:
type: object
properties:
errors:
type: string
ApiResourceResultUpdatesExtra:
type: object
properties:
until:
type: string
cursor:
type: string
ApiResourceResultCollection_ApiIntegratorGLBatchResource:
type: object
properties:
resource:
type: array
items:
$ref: '#/components/schemas/ApiIntegratorGLBatchResource'
extra:
$ref: '#/components/schemas/ApiResourceResultCollectionExtra'
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
ApiResourceResultEntityLinks:
type: object
properties:
self:
type: string
associations:
type: array
items:
type: string
expand:
type: array
items:
type: string
operations:
type: array
items:
type: string
ApiIntegratorGLBatchResource:
type: object
properties:
BatchType:
type: string
BatchName:
type: string
BatchStatus:
type: string
BatchApprovalStatus:
type: string
PostedDate:
type: string
format: offsetDateTime
example: '2000-01-01T00:00:00+01:00'
AccountingPeriodListItem:
$ref: '#/components/schemas/ApiIntegratorListItemResource'
CompanyListItem:
$ref: '#/components/schemas/ApiIntegratorListItemResource'
TransactionCount:
type: integer
format: int32
LineCount:
type: integer
format: int32
IsDeleted:
type: boolean
RelatedUserCreatedByGuid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
RelatedUserUpdatedByGuid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
RelatedGeneralLedgerExportGuid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
CreationDateTime:
type: string
format: offsetDateTime
example: '2000-01-01T00:00:00+01:00'
UpdatedDateTime:
type: string
format: offsetDateTime
example: '2000-01-01T00:00:00+01:00'
FilterAccountingPeriodListItemGuid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
GUID:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
ApiResourceChanges_ApiIntegratorGLBatchResource:
type: object
properties:
resource:
type: array
items:
$ref: '#/components/schemas/ApiIntegratorGLBatchResource'
extra:
$ref: '#/components/schemas/ApiResourceResultUpdatesExtra'
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
ApiResourceResultCollectionExtra:
type: object
properties:
count:
type: integer
format: int32
ApiIntegratorListItemResource:
type: object
properties:
Description:
type: string
Guid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000