AMCS Group LocationDataSave API
The LocationDataSave API from AMCS Group — 5 operation(s) for locationdatasave.
The LocationDataSave API from AMCS Group — 5 operation(s) for locationdatasave.
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-locationdatasave-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 Location Data Save 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: LocationDataSave
paths:
/udf/locationDataSaves/changes:
get:
tags:
- LocationDataSave
parameters:
- name: since
in: query
schema:
type: string
- name: cursor
in: query
schema:
type: string
- name: links
in: query
schema:
type: string
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceChanges_ApiUdfLocationDataSaveResource'
/udf/locationDataSaves/template:
get:
tags:
- LocationDataSave
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceResult_ApiUdfLocationDataSaveResource'
/udf/locationDataSaves/{id}:
get:
tags:
- LocationDataSave
parameters:
- name: id
in: path
required: true
schema:
type: string
- name: links
in: query
schema:
type: string
- name: include
in: query
schema:
type: string
- name: expand
in: query
schema:
type: string
- name: udf
in: query
schema:
type: string
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceResultEntity_ApiUdfLocationDataSaveResource'
/udf/locationDataSaves/{id}/blob/{blobMemberName}:
get:
tags:
- LocationDataSave
parameters:
- name: id
in: path
required: true
schema:
type: string
- name: blobMemberName
in: path
required: true
schema:
type: string
- name: fileName
in: query
schema:
type: string
- name: contentType
in: query
schema:
type: string
responses:
'200':
description: Success
content:
application/json:
schema:
type: string
format: binary
/udf/locationDataSaves:
get:
tags:
- LocationDataSave
parameters:
- name: filter
in: query
schema:
type: string
- name: search
in: query
schema:
type: string
- name: order
in: query
schema:
type: string
- name: max
in: query
schema:
type: string
- name: page
in: query
schema:
type: string
- name: includeCount
in: query
schema:
type: string
- name: includeDeleted
in: query
schema:
type: string
- name: links
in: query
schema:
type: string
- name: udf
in: query
schema:
type: string
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceResultCollection_ApiUdfLocationDataSaveResource'
components:
schemas:
ApiResourceStatus:
type: object
properties:
id:
type:
- integer
- 'null'
format: int32
isSuccess:
type: boolean
additionalProperties: false
ApiResourceResultEntity_ApiUdfLocationDataSaveResource:
type: object
properties:
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
resource:
$ref: '#/components/schemas/AMCS.Data.Entity.Api.Udf.ApiUdfLocationDataSave'
links:
$ref: '#/components/schemas/ApiResourceResultEntityLinks'
extra:
$ref: '#/components/schemas/ApiResourceResultEntityExtra'
additionalProperties: false
ApiResourceResult_ApiUdfLocationDataSaveResource:
type: object
properties:
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
resource:
$ref: '#/components/schemas/AMCS.Data.Entity.Api.Udf.ApiUdfLocationDataSave'
additionalProperties: false
ApiResourceResultEntityExtra:
type: object
properties:
expand:
type:
- object
- 'null'
additionalProperties:
type:
- object
- 'null'
additionalProperties: {}
include:
type:
- object
- 'null'
additionalProperties:
type:
- array
- 'null'
items:
type: object
additionalProperties: {}
additionalProperties: false
ApiResourceErrors:
type: object
properties:
errors:
type:
- string
- 'null'
additionalProperties: false
ApiResourceResultUpdatesExtra:
type: object
properties:
until:
type:
- string
- 'null'
cursor:
type:
- string
- 'null'
additionalProperties: false
ApiResourceChanges_ApiUdfLocationDataSaveResource:
type: object
properties:
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
resource:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/AMCS.Data.Entity.Api.Udf.ApiUdfLocationDataSave'
extra:
$ref: '#/components/schemas/ApiResourceResultUpdatesExtra'
additionalProperties: false
AMCS.Data.Entity.Api.Udf.ApiUdfSave:
type: object
properties:
isValid:
type: boolean
readOnly: true
id:
type:
- integer
- 'null'
format: int32
readOnly: true
id32:
type: integer
format: int32
readOnly: true
guid:
type:
- string
- 'null'
format: uuid
lastChangeReasonId:
type:
- integer
- 'null'
format: int32
tempIdentifier:
type:
- string
- 'null'
fieldName:
type:
- string
- 'null'
row:
type: integer
format: int32
column:
type: integer
format: int32
additionalProperties: false
ApiResourceResultEntityLinks:
type: object
properties:
self:
type:
- string
- 'null'
associations:
type:
- array
- 'null'
items:
type: string
expand:
type:
- array
- 'null'
items:
type: string
operations:
type:
- array
- 'null'
items:
type: string
additionalProperties: false
AMCS.Data.Entity.Api.Udf.ApiUdfLocationDataSave:
type: object
properties:
isValid:
type: boolean
readOnly: true
id:
type:
- integer
- 'null'
format: int32
readOnly: true
id32:
type: integer
format: int32
readOnly: true
guid:
type:
- string
- 'null'
format: uuid
lastChangeReasonId:
type:
- integer
- 'null'
format: int32
tempIdentifier:
type:
- string
- 'null'
businessObjectName:
type:
- string
- 'null'
components:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/AMCS.Data.Entity.Api.Udf.ApiUdfLocationSave'
additionalProperties: false
ApiResourceResultCollection_ApiUdfLocationDataSaveResource:
type: object
properties:
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
resource:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/AMCS.Data.Entity.Api.Udf.ApiUdfLocationDataSave'
extra:
$ref: '#/components/schemas/ApiResourceResultCollectionExtra'
additionalProperties: false
ApiResourceResultCollectionExtra:
type: object
properties:
count:
type:
- integer
- 'null'
format: int32
additionalProperties: false
AMCS.Data.Entity.Api.Udf.ApiUdfLocationSave:
type: object
properties:
isValid:
type: boolean
readOnly: true
id:
type:
- integer
- 'null'
format: int32
readOnly: true
id32:
type: integer
format: int32
readOnly: true
guid:
type:
- string
- 'null'
format: uuid
lastChangeReasonId:
type:
- integer
- 'null'
format: int32
tempIdentifier:
type:
- string
- 'null'
udFs:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/AMCS.Data.Entity.Api.Udf.ApiUdfSave'
additionalProperties: false