AMCS Group PurchaseOrderNumberChain API
The PurchaseOrderNumberChain API from AMCS Group — 3 operation(s) for purchaseordernumberchain.
The PurchaseOrderNumberChain API from AMCS Group — 3 operation(s) for purchaseordernumberchain.
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-purchaseordernumberchain-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 Purchase Order Number Chain 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: PurchaseOrderNumberChain
paths:
/accounting/purchaseOrderNumberChains/changes:
get:
tags:
- PurchaseOrderNumberChain
summary: Retrieve changes
description: "| Property| Description|\n| --------------------------------- | ------------------------------------------------------------------------------------- |\n| GUID| The GUID associated to the purchase order number chain.|\n| RelatedCustomerGuid| The GUID associated to the customer of the purchase order number chain. Filterable.| \n| Description| The description of the purchase order number chain. Filterable.|\n| StartDate| The start date of the purchase order number chain.|\n| EndDate| The end date of the purchase order number chain.|\n| IsDeleted| Whether the purchase order number chain is deleted.|\n| PONumbers| The list of purchase order numbers associated to the purchase order number chain.|\n| PONumbers[0].Guid| The GUID associated to the purchase order number.|\n| PONumbers[0].PONumber | The purchase order number associated to the purchase order number.|\n| PONumbers[0].StartDate| The start date associated to the purchase order number.|\n| PONumbers[0].EndDate| The end date associated to the purchase order number.|\n| PONumbers[0].Amount| The amount associated to the purchase order number.|\n| PONumbers[0].AmountTypeListItem | The GUID and description of the amount type associated to the purchase order number.|\n| PONumbers[0].IsDeleted| Whether the purchase order number is deleted.|\n| RelatedPONumberGuidFilter| Used to filter on the related purchase order number GUID.|\n| RelatedPONumberFilter| Used to filter on the related purchase order number.| "
operationId: PurchaseOrderNumberChain_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_ApiIntegratorPurchaseOrderNumberChainResource'
/accounting/purchaseOrderNumberChains/{guid}:
get:
tags:
- PurchaseOrderNumberChain
summary: Find with GUID
description: "| Property| Description|\n| --------------------------------- | ------------------------------------------------------------------------------------- |\n| GUID| The GUID associated to the purchase order number chain.|\n| RelatedCustomerGuid| The GUID associated to the customer of the purchase order number chain. Filterable.| \n| Description| The description of the purchase order number chain. Filterable.|\n| StartDate| The start date of the purchase order number chain.|\n| EndDate| The end date of the purchase order number chain.|\n| IsDeleted| Whether the purchase order number chain is deleted.|\n| PONumbers| The list of purchase order numbers associated to the purchase order number chain.|\n| PONumbers[0].Guid| The GUID associated to the purchase order number.|\n| PONumbers[0].PONumber | The purchase order number associated to the purchase order number.|\n| PONumbers[0].StartDate| The start date associated to the purchase order number.|\n| PONumbers[0].EndDate| The end date associated to the purchase order number.|\n| PONumbers[0].Amount| The amount associated to the purchase order number.|\n| PONumbers[0].AmountTypeListItem | The GUID and description of the amount type associated to the purchase order number.|\n| PONumbers[0].IsDeleted| Whether the purchase order number is deleted.|\n| RelatedPONumberGuidFilter| Used to filter on the related purchase order number GUID.|\n| RelatedPONumberFilter| Used to filter on the related purchase order number.| "
operationId: PurchaseOrderNumberChain_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_ApiIntegratorPurchaseOrderNumberChainResource'
put:
tags:
- PurchaseOrderNumberChain
summary: Partial update
description: "| Property| Description| Required |\n| --------------------------------- | ------------------------------------------------------------------------------------- | -------- |\n| GUID| The GUID associated to the purchase order number chain.| No |\n| RelatedCustomerGuid| The GUID associated to the customer of the purchase order number chain.| Yes |\n| Description| The description of the purchase order number chain.| Yes |\n| StartDate| The start date of the purchase order number chain.| Yes |\n| EndDate| The end date of the purchase order number chain.| Yes |\n| IsDeleted| Whether the purchase order number chain is deleted.| No |\n| PONumbers| The list of purchase order numbers associated to the purchase order number chain.| No |\n| PONumbers[0].Guid| The GUID associated to the purchase order number.| No |\n| PONumbers[0].PONumber | The purchase order number associated to the purchase order number.| No |\n| PONumbers[0].StartDate| The start date associated to the purchase order number.| Yes |\n| PONumbers[0].EndDate| The end date associated to the purchase order number.| Yes |\n| PONumbers[0].Amount| The amount associated to the purchase order number.| Yes |\n| PONumbers[0].AmountTypeListItem | The GUID and description of the amount type associated to the purchase order number.| Yes |\n| PONumbers[0].IsDeleted| Whether the purchase order number is deleted.| No |\n| RelatedPONumberGuidFilter| Used to filter on the related purchase order number GUID.| No |\n| RelatedPONumberFilter| Used to filter on the related purchase order number.| No |\n\n**Extra validations**\n\n| Condition | Error message |\n| --------- | ------------- |\n| If RelatedCustomerGuid is changed. | Relationship between PONumberChain and Customer cannot be updated |\n| Unique description for PONumberChain | Failed to save/update PONumberChain because the PO Number Chain that you are trying to save conflicts with an existing item. Each PO Number Chain must be unique in terms of Description. |\n| PONumbers date out of range. | Start and end dates are outside the PO number chain dates. |\n| PONumbers date overlap. | Start and end dates overlap an existing PO number. |\n| PONumbers.Guid should link with PONumberChain | Failed to save. PONumberChain with PONumbers.Guid of [value] cannot be set if PONumbers.Guid is not related to PONumberChain. |\n| If IsDeleted is changed. | IsDeleted is a read-only property. | \n| If PONumber.IsDeleted is changed. | PONumber.IsDeleted is a read-only property. | "
operationId: PurchaseOrderNumberChain_Update
parameters:
- name: guid
in: path
required: true
schema:
type: string
format: uuid
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ApiIntegratorPurchaseOrderNumberChainResource'
required: true
x-bodyName: null
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceId'
/accounting/purchaseOrderNumberChains:
get:
tags:
- PurchaseOrderNumberChain
summary: Find with Filters
description: "| Property| Description|\n| --------------------------------- | ------------------------------------------------------------------------------------- |\n| GUID| The GUID associated to the purchase order number chain.|\n| RelatedCustomerGuid| The GUID associated to the customer of the purchase order number chain. Filterable.| \n| Description| The description of the purchase order number chain. Filterable.|\n| StartDate| The start date of the purchase order number chain.|\n| EndDate| The end date of the purchase order number chain.|\n| IsDeleted| Whether the purchase order number chain is deleted.|\n| PONumbers| The list of purchase order numbers associated to the purchase order number chain.|\n| PONumbers[0].Guid| The GUID associated to the purchase order number.|\n| PONumbers[0].PONumber | The purchase order number associated to the purchase order number.|\n| PONumbers[0].StartDate| The start date associated to the purchase order number.|\n| PONumbers[0].EndDate| The end date associated to the purchase order number.|\n| PONumbers[0].Amount| The amount associated to the purchase order number.|\n| PONumbers[0].AmountTypeListItem | The GUID and description of the amount type associated to the purchase order number.|\n| PONumbers[0].IsDeleted| Whether the purchase order number is deleted.|\n| RelatedPONumberGuidFilter| Used to filter on the related purchase order number GUID.|\n| RelatedPONumberFilter| Used to filter on the related purchase order number.| "
operationId: PurchaseOrderNumberChain_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_ApiIntegratorPurchaseOrderNumberChainResource'
post:
tags:
- PurchaseOrderNumberChain
summary: Create or update
description: "| Property| Description| Required |\n| --------------------------------- | ------------------------------------------------------------------------------------- | -------- |\n| GUID| The GUID associated to the purchase order number chain.| No |\n| RelatedCustomerGuid| The GUID associated to the customer of the purchase order number chain.| Yes |\n| Description| The description of the purchase order number chain.| Yes |\n| StartDate| The start date of the purchase order number chain.| Yes |\n| EndDate| The end date of the purchase order number chain.| Yes |\n| IsDeleted| Whether the purchase order number chain is deleted.| No |\n| PONumbers| The list of purchase order numbers associated to the purchase order number chain.| No |\n| PONumbers[0].Guid| The GUID associated to the purchase order number.| No |\n| PONumbers[0].PONumber | The purchase order number associated to the purchase order number.| No |\n| PONumbers[0].StartDate| The start date associated to the purchase order number.| Yes |\n| PONumbers[0].EndDate| The end date associated to the purchase order number.| Yes |\n| PONumbers[0].Amount| The amount associated to the purchase order number.| Yes |\n| PONumbers[0].AmountTypeListItem | The GUID and description of the amount type associated to the purchase order number.| Yes |\n| PONumbers[0].IsDeleted| Whether the purchase order number is deleted.| No |\n| RelatedPONumberGuidFilter| Used to filter on the related purchase order number GUID.| No |\n| RelatedPONumberFilter| Used to filter on the related purchase order number.| No |\n\n**Extra validations**\n\n| Condition | Error message |\n| --------- | ------------- |\n| If RelatedCustomerGuid is changed. | Relationship between PONumberChain and Customer cannot be updated |\n| Unique description for PONumberChain | Failed to save/update PONumberChain because the PO Number Chain that you are trying to save conflicts with an existing item. Each PO Number Chain must be unique in terms of Description. |\n| IsDeleted should be null on POST PONumberChain | Failed to save. PONumberChain with IsDeleted cannot be set if IsDeleted is not null on PONumberChain creation.\n| PONumbers date out of range. | Start and end dates are outside the PO number chain dates. |\n| PONumbers date overlap. | Start and end dates overlap an existing PO number. |\n| PONumbers.Guid should be null on POST PONumberChain | Failed to save. PONumberChain with PONumbers.Guid cannot be set if PONumbers.Guid is not null on PONumberChain creation.\n| PONumbers.IsDeleted should be null on POST PONumberChain | Failed to save. PONumberChain with PONumbers.IsDeleted cannot be set if PONumbers.IsDeleted is not null on PONumberChain creation.\n| If IsDeleted is changed. | IsDeleted is a read-only property. | \n| If PONumber.IsDeleted is changed. | PONumber.IsDeleted is a read-only property. | "
operationId: PurchaseOrderNumberChain_Create
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ApiIntegratorPurchaseOrderNumberChainResource'
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'
ApiIntegratorPONumberResource:
type: object
properties:
PONumber:
type: string
StartDate:
type: string
format: localDate
example: '2000-01-01'
EndDate:
type: string
format: localDate
example: '2000-01-01'
Amount:
type: number
format: double
AmountTypeListItem:
$ref: '#/components/schemas/ApiIntegratorListItemResource'
IsDeleted:
type: boolean
Guid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
ApiResourceStatus:
type: object
properties:
id:
type: integer
format: int32
isSuccess:
type: boolean
ApiResourceResultCollection_ApiIntegratorPurchaseOrderNumberChainResource:
type: object
properties:
resource:
type: array
items:
$ref: '#/components/schemas/ApiIntegratorPurchaseOrderNumberChainResource'
extra:
$ref: '#/components/schemas/ApiResourceResultCollectionExtra'
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
ApiIntegratorPurchaseOrderNumberChainResource:
type: object
properties:
RelatedCustomerGuid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
Description:
type: string
StartDate:
type: string
format: localDate
example: '2000-01-01'
EndDate:
type: string
format: localDate
example: '2000-01-01'
IsDeleted:
type: boolean
PONumbers:
type: array
items:
$ref: '#/components/schemas/ApiIntegratorPONumberResource'
RelatedPONumberGuidFilter:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
RelatedPONumberFilter:
type: string
GUID:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
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
ApiResourceChanges_ApiIntegratorPurchaseOrderNumberChainResource:
type: object
properties:
resource:
type: array
items:
$ref: '#/components/schemas/ApiIntegratorPurchaseOrderNumberChainResource'
extra:
$ref: '#/components/schemas/ApiResourceResultUpdatesExtra'
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
ApiResourceResultUpdatesExtra:
type: object
properties:
until:
type: string
cursor:
type: string
ApiResourceResultEntity_ApiIntegratorPurchaseOrderNumberChainResource:
type: object
properties:
resource:
$ref: '#/components/schemas/ApiIntegratorPurchaseOrderNumberChainResource'
links:
$ref: '#/components/schemas/ApiResourceResultEntityLinks'
extra:
$ref: '#/components/schemas/ApiResourceResultEntityExtra'
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
ApiIntegratorListItemResource:
type: object
properties:
Description:
type: string
Guid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
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