Example map execution on ITX-RS using endpoint for V1 REST API
Below are examples of REST calls using curl commands to execute compliance maps:
SWIFT
curl -X PUT "http://localhost:8080/tx-rest/v1/itx/maps/ direct/.finpay.swift.mt.jvc.maps.validate_messages?input=1;FILE;mt101.mt" -H "accept: application/json" -H "Content-Type: application/json" -d "{}"
curl -X PUT "http://localhost:8080/tx-rest/v1/itx/maps/direct/.finpay.swift.mx.maps.swiftval? input=1;FILE;../data/pacs_008_001_08.xml" -H "accept: application/json" -H "Content-Type: application/json" -d "{}"
SEPA
curl -X PUT "http://localhost:8080/tx-rest/v1/itx/maps/direct/.finpay.sepa.mapsandschemas.sepvalid" -H "accept: application/json" -H "Content-Type: application/json" -d "{}"
NACHA
curl -X PUT "http://localhost:8080/tx-rest/v1/itx/maps/ direct/.finpay.nacha.examples.ach_validation.maps.achval01" -H "accept: application/json" -H "Content-Type: application/json" -d "{}"