UNPKG

@itentialopensource/adapter-scansource

Version:

This adapter integrates with system described as: apis.

46 lines 1.24 kB
{ "actions": [ { "name": "customerGetCustCreditData", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/customer/creditdata/{pathv1}/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/customerGetCustCreditData-default.json" } ] }, { "name": "customerGetPayers", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/customer/payers/{pathv1}/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/customerGetPayers-default.json" } ] } ] }