UNPKG

@itentialopensource/adapter-alkira

Version:

This adapter integrates with system described as: alkiraApi.

64 lines 1.67 kB
{ "actions": [ { "name": "addPANRegistrationCredentialsUsingPOST", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/credentials/pan-registration?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updatePANRegistrationCredentialsUsingPUT", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/credentials/pan-registration/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deletePanRegistrationCredentialsUsingDELETE", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/credentials/pan-registration/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }