Skip to content
Light
English

ApiMp Integration

ApiMp is a REST API for the ERP to communicate with Demander: querying, creating and updating records, with token authentication and data in JSON.

ApiMp is a REST API to integrate the ERP with the Demander, when sending and receiving data.

It covers querying, creating and updating tables used in the system’s day-to-day operations, with standardized and authenticated exchange.

The Demander also has an HTTP-based API with multipart files (TXT in UTF-8). It still covers many scenarios, but requires extra treatment to read, write and interpret the files.

TXT API Documentation

ApiMp uses HTTPS and JSON, without an intermediate file.

  • Easy data handling: JSON is simple to read and validate.
  • Speed: direct communication, in real time.
  • Less formatting error: standardized structure.
  • Security: token and HTTPS.
  • Maintenance: you can expand resources without changing the REST model.

Calls use GET, POST and PUT. They all require token and JSON.

Each endpoint corresponds to a table; The available methods change depending on the table.

TableGET (query)POST (creation)PUT (update)
Sellers
Groups product
Price Lists
Status orders
Prices product
Products
Order gone
Customers
Titles financial
Status update order
Transporters

HTTPS requests (GET, POST and PUT) with JSON and authentication token. Headers and bodies change depending on the method and table.

ApiMp Structure Full Article

Each table has mandatory and optional fields, different for querying, creating and updating.

Full list of fields by method and table