Amadis

Examples

This page contains various examples using the API. More information can be found in the formal documentation page. The examples are:

Setting the Processor’s attributes of a POI

URL: POST /api/v1/poiattributes?api_token=??????????

{ "data": { "type": "poiattributes", "id": "99999999999", "attributes": [ { "name": "ProcessorData", "value": { "processorId": 1, "initiatingParty": "88888888888", "protectCardData" : 1, "terminalGroupID" : "ABCDEFG", "TPPID" : "124578" } } ] } }