AMCS Group AccountingPeriodInventoryBatch API
The AccountingPeriodInventoryBatch API from AMCS Group — 2 operation(s) for accountingperiodinventorybatch.
The AccountingPeriodInventoryBatch API from AMCS Group — 2 operation(s) for accountingperiodinventorybatch.
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-accountingperiodinventorybatch-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 Accounting Period Inventory 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: AccountingPeriodInventoryBatch
paths:
/mirror/imm/accountingPeriodInventoryBatches:
post:
tags:
- AccountingPeriodInventoryBatch
summary: Create or update
operationId: AccountingPeriodInventoryBatch_Create
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ApiIntegratorAccountingPeriodInventoryBatchResource'
required: true
x-bodyName: null
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceId'
/mirror/imm/accountingPeriodInventoryBatches/{guid}:
put:
tags:
- AccountingPeriodInventoryBatch
summary: Partial update
operationId: AccountingPeriodInventoryBatch_Update
parameters:
- name: guid
in: path
required: true
schema:
type: string
format: uuid
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ApiIntegratorAccountingPeriodInventoryBatchResource'
required: true
x-bodyName: null
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceId'
components:
schemas:
ApiResourceId:
type: object
properties:
resource:
type: string
format: uuid
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
ApiResourceStatus:
type: object
properties:
id:
type: integer
format: int32
isSuccess:
type: boolean
ApiIntegratorAccountingPeriodInventoryBatchResource:
type: object
properties:
AccountingPeriodListItem:
$ref: '#/components/schemas/ApiIntegratorListItemResource'
AccountingPeriodInventories:
type: array
items:
$ref: '#/components/schemas/ApiIntegratorAccountingPeriodInventoryResource'
GUID:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
ApiIntegratorListItemResource:
type: object
properties:
Description:
type: string
Guid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
ApiIntegratorAccountingPeriodInventoryResource:
type: object
properties:
AccountingPeriodListItem:
$ref: '#/components/schemas/ApiIntegratorListItemResource'
CompanyOutletListItem:
$ref: '#/components/schemas/ApiIntegratorListItemResource'
MaterialClassListItem:
$ref: '#/components/schemas/ApiIntegratorListItemResource'
MaterialFinishedStateListItem:
$ref: '#/components/schemas/ApiIntegratorListItemResource'
TipLocationListItem:
$ref: '#/components/schemas/ApiIntegratorListItemResource'
RelatedCustomerGuid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
IsInventoryInTransitIncluded:
type: boolean
StartWeight:
type: number
format: double
EndWeight:
type: number
format: double
StartCost:
type: number
format: double
EndCost:
type: number
format: double
WeightedAverageCost:
type: number
format: double
StartUnits:
type: integer
format: int32
EndUnits:
type: integer
format: int32
EstimatedStartCost:
type: number
format: double
EstimatedEndCost:
type: number
format: double
EstimatedUnitCost:
type: number
format: double
NonSaleStartWeight:
type: number
format: double
NonSaleEndWeight:
type: number
format: double
NonSaleStartCost:
type: number
format: double
NonSaleEndCost:
type: number
format: double
GUID:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
LastChangeReasonId:
type: integer
format: int32
ApiResourceErrors:
type: object
properties:
errors:
type: string