moXimo Startseite >> API Documentation

Getting Started

This document describes the resources that make up the official moXimo API.

If you have any problems or requests, please contact our API team.

Make sure you input correct lowercase and uppercase letters.

Creating a developer account

To access the moXimo API, first register.

Our API uses a APIKEY to work. Contact us for YOUR APIKEY.

Registering your API-KEY

Preference will be given to applications that follow the API terms of use.

Schema

Location

The API is available at
https://www.moximo.de/php/o2w.php

Version

To get the current Version use simply
https://www.moximo.de/php/o2w.php?ScriptVersion=true
.

Error messages

If you are missing any mandatory attribute, you will receive a Error.

HTTP Verbs

Variable Description
POST An associative array of variables passed to the current script via the HTTP POST method when using application/x-www-form-urlencoded or multipart/form-data as the HTTP Content-Type in the request.
GET An associative array of variables passed to the current script via the URL parameters.

WhoAmI

MACHINE -> without Interface
PERSON -> with Interface

method

MethodFunctionParameterinfo
INFOInformation APIKEY, WhoAmI, method, IID, column must be set
APIKEY, WhoAmI, method, privateidentification, value must be set
EDITEdit APIKEY, WhoAmI, method, IID, column AND value must be set
DELDelete APIKEY, WhoAmI, method, IID must be set
NEWCreateAPIKEY not necessary

column

ALL All Columns
OWNER Information about the owner of the object
POSSESSOR Information about the possessor of the object
SERIALThe Serialnumber of the object
DESCRIPTION Information about the possessor of the object
OBJECTCODETYPE Which Codetype would you use (UPC, EAN, GTIN, ASIN, ISBN...)
OBJECTCODE The Objectcode itself
QRCODEIMAGELINKWeblink to Image File
QRCODEIMAGEShow Image
REFERERWhere to refer
PRIVATEIDENTIFICATIONYour own Identification Code (Could be used for method=info instead of the IID -> returns only the corresponding IID')
SECURITYPrivate or Public
INITIALDATECreate Date
INITIALBYCreated by
EDITDATEChange Date
EDITBYChanged by

APIKEY

Use your APIKEY from your UserProfile
Login to your Userprofile

EXAMPLE

Create NEW Inventory:
https://www.moximo.de/php/o2w.php?WhoAmI=machine&APIKEY=[YOURAPIKEYHERE]&method=NEW

You will receive the generated IID.
Create NEW Inventory:
https://www.moximo.de/php/o2w.php?WhoAmI=machine&APIKEY=[YOURAPIKEYHERE]&method=NEW&column=qrcodeimage

You will receive the generated QRCode PNG as Stream.
Show All Attributes:
https://www.moximo.de/php/o2w.php?WhoAmI=machine&APIKEY=[YOURAPIKEYHERE]&method=INFO&column=ALL&IID=1ac83e0e-bcd7-479a-a000-2e3eafce09f9

Show Owner:
https://www.moximo.de/php/o2w.php?WhoAmi=machine&APIKEY=[YOURAPIKEYHERE]&method=INFO&column=OWNER&IID=1ac83e0e-bcd7-479a-a000-2e3eafce09f9

Show Path to PNG:
https://www.moximo.de/php/o2w.php?WhoAmI=machine&APIKEY=[YOURAPIKEYHERE]&method=INFO&column=QRCODEIMAGELINK&IID=1ac83e0e-bcd7-479a-a000-2e3eafce09f9

Human Usage
https://www.moximo.de/php/o2w.php?IID=1ac83e0e-bcd7-479a-a000-2e3eafce09f9

Feature Request

If you have a suggestion for how to improve or enhance our API software, your input is always welcome. Please submit your suggestions through the Feature Request form below. Unless additional information is needed, you will not receive a personal response. Any suggestions for enhancements to our API software that you submit will become the property of moXimo. moXimo may use this information for any moXimo business purposes, without restriction, including for product support and development. moXimo will not use the information in a form that personally identifies you.

  • Please provide a headline
  • Please clarify your Request
  • Please select type of Request