UNPKG

@itentialopensource/adapter-zoom

Version:

This adapter integrates with system described as: zoom.

146 lines 3.84 kB
{ "actions": [ { "name": "accountBilling", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/accounts/{pathv1}/billing?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/accountBilling-default.json" } ] }, { "name": "accountBillingUpdate", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/accounts/{pathv1}/billing?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "accountPlans", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/accounts/{pathv1}/plans?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/accountPlans-default.json" } ] }, { "name": "accountPlanCreate", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/accounts/{pathv1}/plans?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/accountPlanCreate-default.json" } ] }, { "name": "accountPlanBaseUpdate", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/accounts/{pathv1}/plans/base?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "accountPlanAddonCreate", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/accounts/{pathv1}/plans/addons?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "accountPlanAddonUpdate", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/accounts/{pathv1}/plans/addons?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }