Download OpenAPI specification:Download
The Data Configuration Standard API provides Data for multiple uses.
List of software versions. Used for version interoperability.
{- "statusReturn": {
- "timestamp": "2019-08-24T14:15:22Z",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "string"
}, - "softwareComponents": [
- {
- "itemID": "string",
- "name": "string",
- "manufacturerID": "string",
- "manufacturerName": "string",
- "applicationName": "string",
- "applicationSoftwareVersion": "string",
- "applicationType": "chp",
- "protocol": "string",
- "protocolVersion": "string",
- "checksum": "string",
- "build": "string",
- "buildDate": "2019-08-24T14:15:22Z"
}
]
}
Post to initiate the application heartbeat
applicationSender required | string (description100BaseType) <= 100 characters 100 character description. |
clientID required | string (description40BaseType) <= 40 characters 40 character description. |
timestamp required | string <date-time> (dateTimeType) [ 10 .. 30 ] characters |
interfaceVersion | string (description40BaseType) <= 40 characters 40 character description. |
{- "applicationSender": "string",
- "clientID": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "interfaceVersion": "string"
}
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}
}
Delete to disconnect
openretailing-application-sender required | string (description100BaseType) <= 100 characters Merchant host device connected that can run transactions for different clients |
{- "statusReturn": {
- "timestamp": "2009-11-20T17:30:50",
- "result": "success",
- "error": "ERRCD_OK",
- "message": "Operation completed successfully"
}
}