AMCS Group SupplierBill API
The SupplierBill API from AMCS Group — 3 operation(s) for supplierbill.
The SupplierBill API from AMCS Group — 3 operation(s) for supplierbill.
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-supplierbill-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 Supplier Bill 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: SupplierBill
paths:
/purchasing/supplierBills/changes:
get:
tags:
- SupplierBill
summary: Retrieve changes
description: '| Property | Description|
| -------------------- | -------------------------------------------------------------------------- |
| RelatedSupplierGuid | The GUID associated to the supplier of the supplier bill.|
| RelatedSupplierSiteGuid | The GUID associated to the supplier site of the supplier bill.|
| Reference | The reference associated to the supplier bill.|
| Description | The description associated to the supplier bill.|
| Amount | The amount associated to the supplier bill.|
| AmountExVat | The amount excluding VAT associated to the supplier bill.|
| IsFinalised | Is this supplier bill finalised?|
| IsMatched | Is this supplier bill matched?|
| Date | The date associated to the supplier bill in ISO format (YYYY-MM-DD).|
| DueDate | The due date associated to the supplier bill in ISO format (YYYY-MM-DD).|
| Number | The number associated to the supplier bill. |
| BillNo | The bill number associated to the supplier bill. |
| RelatedGeneralLedgerExportGuid | The GUID of general ledger export associated to the supplier bill |'
operationId: SupplierBill_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_ApiIntegratorSupplierBillResource'
/purchasing/supplierBills/{guid}:
get:
tags:
- SupplierBill
summary: Find with GUID
description: '| Property | Description|
| -------------------- | -------------------------------------------------------------------------- |
| RelatedSupplierGuid | The GUID associated to the supplier of the supplier bill.|
| RelatedSupplierSiteGuid | The GUID associated to the supplier site of the supplier bill.|
| Reference | The reference associated to the supplier bill.|
| Description | The description associated to the supplier bill.|
| Amount | The amount associated to the supplier bill.|
| AmountExVat | The amount excluding VAT associated to the supplier bill.|
| IsFinalised | Is this supplier bill finalised?|
| IsMatched | Is this supplier bill matched?|
| Date | The date associated to the supplier bill in ISO format (YYYY-MM-DD).|
| DueDate | The due date associated to the supplier bill in ISO format (YYYY-MM-DD).|
| Number | The number associated to the supplier bill. |
| BillNo | The bill number associated to the supplier bill. |
| RelatedGeneralLedgerExportGuid | The GUID of general ledger export associated to the supplier bill |'
operationId: SupplierBill_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_ApiIntegratorSupplierBillResource'
put:
tags:
- SupplierBill
summary: Partial update
description: "| Property | Description | Required |\n| -------------------- | --------------------------------------------------------------------- | -------- |\n| RelatedSupplierGuid | The GUID associated to the supplier of the supplier bill. | Yes |\n| RelatedSupplierSiteGuid | The GUID associated to the supplier site of the supplier bill.| No |\n| Reference | The reference associated to the supplier bill.| No |\n| Description | The description associated to the supplier bill.| Yes |\n| Amount | The amount associated to the supplier bill.| Yes |\n| AmountExVat | The amount excluding VAT associated to the supplier bill.| Yes |\n| IsFinalised | Is this supplier bill finalised? | Yes |\n| IsMatched | Is this supplier bill matched?| Yes |\n| Date | The date associated to the supplier bill in ISO format (YYYY-MM-DD).| Yes |\n| DueDate | The due date associated to the supplier bill in ISO format (YYYY-MM-DD).| Yes |\n| Number | The number associated to the supplier bill | Yes |\n| BillNo | The bill number associated to the supplier bill. | No |\n\n**Extra validations**\n\n| Condition | Error message |\n| --------- | ------------- |\n| IsFinalised is true | Can only create applied costs if bill is not finalised |\n| SupplierSite not found with value RelatedSupplierSiteGuid | Failed to retrieve SupplierSite with RelatedSupplierSiteGuid of {value of RelatedSupplierSiteGuid} |\n| Supplier not found with value RelatedSupplierGuid | Failed to retrieve Supplier with RelatedSupplierGuid of {value of RelatedSupplierGuid} |\n| Description is more than 60 characters long | Description must be no more than 60 characters long. |\n| Number is more than 60 characters long | Number must be no more than 60 characters long. |\n| Number already exists for the current supplier | The bill number must be unique per supplier | \n| IsMatched is true | Can only create applied costs if bill is unmatched |\n| IsFinalised is true | Can only create applied costs if bill is not finalised |\n| IsProForma is true | IsProForma must be false |\n| BillNo is not null | BillNo is a read-only property. |"
operationId: SupplierBill_Update
parameters:
- name: guid
in: path
required: true
schema:
type: string
format: uuid
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ApiIntegratorSupplierBillResource'
required: true
x-bodyName: null
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceId'
/purchasing/supplierBills:
get:
tags:
- SupplierBill
summary: Find with Filters
description: '| Property | Description|
| -------------------- | -------------------------------------------------------------------------- |
| RelatedSupplierGuid | The GUID associated to the supplier of the supplier bill.|
| RelatedSupplierSiteGuid | The GUID associated to the supplier site of the supplier bill.|
| Reference | The reference associated to the supplier bill.|
| Description | The description associated to the supplier bill.|
| Amount | The amount associated to the supplier bill.|
| AmountExVat | The amount excluding VAT associated to the supplier bill.|
| IsFinalised | Is this supplier bill finalised?|
| IsMatched | Is this supplier bill matched?|
| Date | The date associated to the supplier bill in ISO format (YYYY-MM-DD).|
| DueDate | The due date associated to the supplier bill in ISO format (YYYY-MM-DD).|
| Number | The number associated to the supplier bill. |
| BillNo | The bill number associated to the supplier bill. |
| RelatedGeneralLedgerExportGuid | The GUID of general ledger export associated to the supplier bill |'
operationId: SupplierBill_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_ApiIntegratorSupplierBillResource'
post:
tags:
- SupplierBill
summary: Create or update
description: "| Property | Description | Required |\n| -------------------- | --------------------------------------------------------------------- | -------- |\n| RelatedSupplierGuid | The GUID associated to the supplier of the supplier bill. | Yes |\n| RelatedSupplierSiteGuid | The GUID associated to the supplier site of the supplier bill.| No |\n| Reference | The reference associated to the supplier bill.| No |\n| Description | The description associated to the supplier bill.| Yes |\n| Amount | The amount associated to the supplier bill.| Yes |\n| AmountExVat | The amount excluding VAT associated to the supplier bill.| Yes |\n| IsFinalised | Is this supplier bill finalised? | Yes |\n| IsMatched | Is this supplier bill matched?| Yes |\n| Date | The date associated to the supplier bill in ISO format (YYYY-MM-DD).| Yes |\n| DueDate | The due date associated to the supplier bill in ISO format (YYYY-MM-DD).| Yes |\n| Number | The number associated to the supplier bill | Yes |\n| BillNo | The bill number associated to the supplier bill. | No |\n\n**Extra validations**\n\n| Condition | Error message |\n| --------- | ------------- |\n| IsFinalised is true | Can only create applied costs if bill is not finalised |\n| SupplierSite not found with value RelatedSupplierSiteGuid | Failed to retrieve SupplierSite with RelatedSupplierSiteGuid of {value of RelatedSupplierSiteGuid} |\n| Supplier not found with value RelatedSupplierGuid | Failed to retrieve Supplier with RelatedSupplierGuid of {value of RelatedSupplierGuid} |\n| Description is more than 60 characters long | Description must be no more than 60 characters long. |\n| Number is more than 60 characters long | Number must be no more than 60 characters long. |\n| Number already exists for the current supplier | The bill number must be unique per supplier | \n| IsMatched is true | Can only create applied costs if bill is unmatched |\n| IsFinalised is true | Can only create applied costs if bill is not finalised |\n| IsProForma is true | IsProForma must be false |\n| BillNo is not null | BillNo is a read-only property. |"
operationId: SupplierBill_Create
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ApiIntegratorSupplierBillResource'
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
ApiResourceResultCollection_ApiIntegratorSupplierBillResource:
type: object
properties:
resource:
type: array
items:
$ref: '#/components/schemas/ApiIntegratorSupplierBillResource'
extra:
$ref: '#/components/schemas/ApiResourceResultCollectionExtra'
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
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
ApiIntegratorSupplierBillResource:
type: object
properties:
RelatedSupplierGuid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
RelatedSupplierSiteGuid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
Reference:
type: string
Description:
type: string
Amount:
type: number
format: double
AmountExVat:
type: number
format: double
IsFinalised:
type: boolean
IsMatched:
type: boolean
RelatedGeneralLedgerExportGuid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
Date:
type: string
format: localDate
example: '2000-01-01'
DueDate:
type: string
format: localDate
example: '2000-01-01'
Number:
type: string
BillNo:
type: integer
format: int32
GUID:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
ApiResourceResultUpdatesExtra:
type: object
properties:
until:
type: string
cursor:
type: string
ApiResourceResultEntity_ApiIntegratorSupplierBillResource:
type: object
properties:
resource:
$ref: '#/components/schemas/ApiIntegratorSupplierBillResource'
links:
$ref: '#/components/schemas/ApiResourceResultEntityLinks'
extra:
$ref: '#/components/schemas/ApiResourceResultEntityExtra'
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
ApiResourceChanges_ApiIntegratorSupplierBillResource:
type: object
properties:
resource:
type: array
items:
$ref: '#/components/schemas/ApiIntegratorSupplierBillResource'
extra:
$ref: '#/components/schemas/ApiResourceResultUpdatesExtra'
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
ApiResourceResultCollectionExtra:
type: object
properties:
count:
type: integer
format: int32
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