{ "uuid": "ddcd86d4-6b90-43ad-8832-b59905e53555", "lastMigration": 29, "name": "Billingo API v3", "endpointPrefix": "v3", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "aa783a3e-51f9-4ba1-8b9d-147fb01c65c3", "documentation": "List all bank account", "method": "get", "endpoint": "bank-accounts", "responses": [ { "uuid": "8cea369e-df0b-49ec-81ae-6da7a66f4658", "body": "{\n \"current_page\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"account_number\": \"\",\n \"account_number_iban\": \"\",\n \"currency\": \"{{oneOf (array 'AUD' 'BGN' 'BRL' 'CAD' 'CHF' 'CNY' 'CZK' 'DKK' 'EUR' 'GBP' 'HKD' 'HRK' 'HUF' 'IDR' 'ILS' 'INR' 'ISK' 'JPY' 'KRW' 'LTL' 'LVL' 'MXN' 'MYR' 'NOK' 'NZD' 'PHP' 'PLN' 'RON' 'RSD' 'RUB' 'SEK' 'SGD' 'THB' 'TRY' 'UAH' 'USD' 'ZAR')}}\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"need_qr\": \"false\",\n \"swift\": \"\"\n }\n ],\n \"last_page\": {{faker 'number.int' max=99999}},\n \"next_page_url\": \"\",\n \"per_page\": {{faker 'number.int' max=99999}},\n \"prev_page_url\": \"\",\n \"total\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "83366def-270b-496f-b9ed-d4bcbf9bbd38", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "aa146373-2f74-4960-a423-5a085fbfd732", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f60bb951-6ee8-49e7-ab0a-cd01b96534c7", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "941e0361-0f1d-4d8c-907d-0a757ba9c41d", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5ff749cf-61c8-4dd4-9428-e14935940f68", "documentation": "Create a bank account", "method": "post", "endpoint": "bank-accounts", "responses": [ { "uuid": "d5b2f577-4578-425e-9c30-81212935c08c", "body": "{\n \"account_number\": \"\",\n \"account_number_iban\": \"\",\n \"currency\": \"{{oneOf (array 'AUD' 'BGN' 'BRL' 'CAD' 'CHF' 'CNY' 'CZK' 'DKK' 'EUR' 'GBP' 'HKD' 'HRK' 'HUF' 'IDR' 'ILS' 'INR' 'ISK' 'JPY' 'KRW' 'LTL' 'LVL' 'MXN' 'MYR' 'NOK' 'NZD' 'PHP' 'PLN' 'RON' 'RSD' 'RUB' 'SEK' 'SGD' 'THB' 'TRY' 'UAH' 'USD' 'ZAR')}}\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"need_qr\": \"false\",\n \"swift\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "BankAccount created successfully.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "feda8ba4-ddee-4097-85e4-41f8c40e1878", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bd5ddb84-24b0-483f-9706-750cf762096d", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0b30c7c2-f014-4dbd-a725-c2f1b9d87905", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 403, "label": "Authenticated user doesn't have access to the resource.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fc0318ec-d7a8-41c1-9db1-f2f69533f9f4", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "72ad7840-9a63-4767-b289-a6d4f2c9f628", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2b71a213-cefc-4c97-832f-1cb95ea67f12", "documentation": "Delete a bank account", "method": "delete", "endpoint": "bank-accounts/:id", "responses": [ { "uuid": "7e6e249f-4911-47fb-9d1a-537b51a9c9b6", "body": "", "latency": 0, "statusCode": 204, "label": "Bank account deleted successfully.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9ef65a3a-cb28-42b0-bff9-17b8d6eeca74", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c042a8a0-fc4c-4f2f-8f4b-ae776be3460d", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ffdacd52-68a2-445f-a58c-a1d604e44848", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 403, "label": "Authenticated user doesn't have access to the resource.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "eef9a807-6958-47fa-89a2-ef949fcaef7c", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 404, "label": "Non-existent resource is requested.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a6c45fbd-9a74-42ee-a779-913c1f4cf8a6", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1424aea1-6d77-4bdd-8c99-42a394a10a36", "documentation": "Retrieve a bank account", "method": "get", "endpoint": "bank-accounts/:id", "responses": [ { "uuid": "ca5f85f3-4238-4e1c-b7b0-6a6209bd79f5", "body": "{\n \"account_number\": \"\",\n \"account_number_iban\": \"\",\n \"currency\": \"{{oneOf (array 'AUD' 'BGN' 'BRL' 'CAD' 'CHF' 'CNY' 'CZK' 'DKK' 'EUR' 'GBP' 'HKD' 'HRK' 'HUF' 'IDR' 'ILS' 'INR' 'ISK' 'JPY' 'KRW' 'LTL' 'LVL' 'MXN' 'MYR' 'NOK' 'NZD' 'PHP' 'PLN' 'RON' 'RSD' 'RUB' 'SEK' 'SGD' 'THB' 'TRY' 'UAH' 'USD' 'ZAR')}}\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"need_qr\": \"false\",\n \"swift\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a34e09bb-fdaa-4c7b-8d29-2e6e3e2c6dc7", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "86c91e4f-128d-4717-93d4-620d1836da32", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7681d566-b041-470d-bd8d-29148e4b3ccd", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 404, "label": "Non-existent resource is requested.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "efb062ed-412d-496f-b0f3-4675fc097f1c", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6ad2d27d-5386-46e8-9540-c00a0719f950", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8941822b-f083-4252-9deb-ac4036b5e1ce", "documentation": "Update a bank account", "method": "put", "endpoint": "bank-accounts/:id", "responses": [ { "uuid": "46f2673e-aed9-4347-81cd-ae28f8f55c19", "body": "{\n \"account_number\": \"\",\n \"account_number_iban\": \"\",\n \"currency\": \"{{oneOf (array 'AUD' 'BGN' 'BRL' 'CAD' 'CHF' 'CNY' 'CZK' 'DKK' 'EUR' 'GBP' 'HKD' 'HRK' 'HUF' 'IDR' 'ILS' 'INR' 'ISK' 'JPY' 'KRW' 'LTL' 'LVL' 'MXN' 'MYR' 'NOK' 'NZD' 'PHP' 'PLN' 'RON' 'RSD' 'RUB' 'SEK' 'SGD' 'THB' 'TRY' 'UAH' 'USD' 'ZAR')}}\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"need_qr\": \"false\",\n \"swift\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Bank account updated successfully.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fa8d3ea4-9369-41a0-bb74-9847d7abaae9", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ebed48de-3334-498b-b4ea-c6e3682b1719", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3dc77a69-5815-498c-bccf-1d0a29f15219", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 403, "label": "Authenticated user doesn't have access to the resource.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cab224bc-5c51-4b16-acdc-11d8d1e97ec6", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 404, "label": "Non-existent resource is requested.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "547aa62e-95fc-4b69-9d0f-ce1937dac2de", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "14576742-940b-48ae-9540-57ca0ea6254d", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a6f7de17-2246-4572-8205-96ebd329d1b1", "documentation": "Get currencies exchange rate.", "method": "get", "endpoint": "currencies", "responses": [ { "uuid": "9785ab8b-cbc8-47a2-9ffc-ef2ad4abeb98", "body": "{\n \"conversation_rate\": {{faker 'number.float'}},\n \"from_currency\": \"{{oneOf (array 'AUD' 'BGN' 'BRL' 'CAD' 'CHF' 'CNY' 'CZK' 'DKK' 'EUR' 'GBP' 'HKD' 'HRK' 'HUF' 'IDR' 'ILS' 'INR' 'ISK' 'JPY' 'KRW' 'LTL' 'LVL' 'MXN' 'MYR' 'NOK' 'NZD' 'PHP' 'PLN' 'RON' 'RSD' 'RUB' 'SEK' 'SGD' 'THB' 'TRY' 'UAH' 'USD' 'ZAR')}}\",\n \"to_currency\": \"{{oneOf (array 'AUD' 'BGN' 'BRL' 'CAD' 'CHF' 'CNY' 'CZK' 'DKK' 'EUR' 'GBP' 'HKD' 'HRK' 'HUF' 'IDR' 'ILS' 'INR' 'ISK' 'JPY' 'KRW' 'LTL' 'LVL' 'MXN' 'MYR' 'NOK' 'NZD' 'PHP' 'PLN' 'RON' 'RSD' 'RUB' 'SEK' 'SGD' 'THB' 'TRY' 'UAH' 'USD' 'ZAR')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Currencies exchange rate returned.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5545788f-84cc-458f-bd1a-4975eb02aace", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ec046c2f-a758-4830-852b-57835bd57b63", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "19a92dda-bb3e-4258-9eb1-7b71059e8b4b", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ad8dbd59-0e94-4d4f-91c3-6dc3fc8e5fe0", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ece97351-61d7-4292-ab86-a1bc604e9947", "documentation": "List all document blocks", "method": "get", "endpoint": "document-blocks", "responses": [ { "uuid": "6f37b58e-1324-4888-9dd0-d3552819d119", "body": "{\n \"current_page\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"custom_field1\": \"\",\n \"custom_field2\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix\": \"\"\n }\n ],\n \"last_page\": {{faker 'number.int' max=99999}},\n \"next_page_url\": \"\",\n \"per_page\": {{faker 'number.int' max=99999}},\n \"prev_page_url\": \"\",\n \"total\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6e5d893e-aa74-43a4-98b1-4fccd06ced43", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a0048d5e-c8a3-406e-bf19-3691adb6ba79", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "627676d4-05bc-44c3-b914-fb7786d912a9", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9d088a54-8132-41db-84b7-9185330c3030", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "930dd552-95f0-4579-b0df-e53d05d0b3f6", "documentation": "List all documents", "method": "get", "endpoint": "documents", "responses": [ { "uuid": "7402ebd1-5be2-4c24-9652-70e827fe41cf", "body": "{\n \"current_page\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"block_id\": {{faker 'number.int' max=99999}},\n \"cancelled\": {{faker 'datatype.boolean'}},\n \"comment\": \"\",\n \"conversion_rate\": {{faker 'number.float'}},\n \"currency\": \"{{oneOf (array 'AUD' 'BGN' 'BRL' 'CAD' 'CHF' 'CNY' 'CZK' 'DKK' 'EUR' 'GBP' 'HKD' 'HRK' 'HUF' 'IDR' 'ILS' 'INR' 'ISK' 'JPY' 'KRW' 'LTL' 'LVL' 'MXN' 'MYR' 'NOK' 'NZD' 'PHP' 'PLN' 'RON' 'RSD' 'RUB' 'SEK' 'SGD' 'THB' 'TRY' 'UAH' 'USD' 'ZAR')}}\",\n \"due_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"electronic\": {{faker 'datatype.boolean'}},\n \"fulfillment_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"gross_total\": {{faker 'number.float'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"invoice_number\": \"PREFIX / 2020-000001\",\n \"items\": [\n {\n \"gross_amount\": {{faker 'number.float'}},\n \"name\": \"\",\n \"net_amount\": {{faker 'number.float'}},\n \"net_unit_amount\": {{faker 'number.float'}},\n \"product_id\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.float'}},\n \"vat\": \"{{oneOf (array '0%' '1%' '10%' '11%' '12%' '13%' '14%' '15%' '16%' '17%' '18%' '19%' '2%' '20%' '21%' '22%' '23%' '24%' '25%' '26%' '27%' '3%' '4%' '5%' '6%' '7%' '8%' '9%' 'AAM' 'AM' 'EU' 'EUK' 'F.AFA' 'FAD' 'K.AFA' 'MAA' 'TAM' 'ÁKK' 'ÁTHK')}}\",\n \"vat_amount\": {{faker 'number.float'}}\n }\n ],\n \"language\": \"{{oneOf (array 'de' 'en' 'fr' 'hr' 'hu' 'it' 'ro' 'sk')}}\",\n \"notification_status\": \"{{oneOf (array 'closed' 'downloaded' 'failed' 'none' 'opened' 'readed')}}\",\n \"organization\": {\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"{{oneOf (array '' 'AC' 'AD' 'AE' 'AF' 'AG' 'AI' 'AL' 'AM' 'AO' 'AQ' 'AR' 'AS' 'AT' 'AU' 'AW' 'AX' 'AZ' 'BA' 'BB' 'BD' 'BE' 'BF' 'BG' 'BH' 'BI' 'BJ' 'BL' 'BM' 'BN' 'BO' 'BQ' 'BR' 'BS' 'BT' 'BW' 'BY' 'BZ' 'CA' 'CC' 'CD' 'CF' 'CG' 'CH' 'CI' 'CK' 'CL' 'CM' 'CN' 'CO' 'CR' 'CU' 'CV' 'CW' 'CX' 'CY' 'CZ' 'DE' 'DG' 'DJ' 'DK' 'DM' 'DO' 'DZ' 'EA' 'EC' 'EE' 'EG' 'EH' 'ER' 'ES' 'ET' 'FI' 'FJ' 'FK' 'FM' 'FO' 'FR' 'GA' 'GB' 'GD' 'GE' 'GF' 'GG' 'GH' 'GI' 'GL' 'GM' 'GN' 'GP' 'GQ' 'GR' 'GS' 'GT' 'GU' 'GW' 'GY' 'HK' 'HN' 'HR' 'HT' 'HU' 'IC' 'ID' 'IE' 'IL' 'IM' 'IN' 'IO' 'IQ' 'IR' 'IS' 'IT' 'JE' 'JM' 'JO' 'JP' 'KE' 'KG' 'KH' 'KI' 'KM' 'KN' 'KP' 'KR' 'KW' 'KY' 'KZ' 'LA' 'LB' 'LC' 'LI' 'LK' 'LR' 'LS' 'LT' 'LU' 'LV' 'LY' 'MA' 'MC' 'MD' 'ME' 'MF' 'MG' 'MH' 'MK' 'ML' 'MM' 'MN' 'MO' 'MP' 'MQ' 'MR' 'MS' 'MT' 'MU' 'MV' 'MW' 'MX' 'MY' 'MZ' 'NA' 'NC' 'NE' 'NF' 'NG' 'NI' 'NL' 'NO' 'NP' 'NR' 'NU' 'NZ' 'OM' 'PA' 'PE' 'PF' 'PG' 'PH' 'PK' 'PL' 'PM' 'PN' 'PR' 'PS' 'PT' 'PW' 'PY' 'QA' 'RE' 'RO' 'RS' 'RU' 'RW' 'SA' 'SB' 'SC' 'SD' 'SE' 'SG' 'SH' 'SI' 'SJ' 'SK' 'SL' 'SM' 'SN' 'SO' 'SR' 'SS' 'ST' 'SV' 'SX' 'SY' 'SZ' 'TA' 'TC' 'TD' 'TF' 'TG' 'TH' 'TJ' 'TK' 'TL' 'TM' 'TN' 'TO' 'TR' 'TT' 'TV' 'TW' 'TZ' 'UA' 'UG' 'UM' 'US' 'UY' 'UZ' 'VA' 'VC' 'VE' 'VG' 'VI' 'VN' 'VU' 'WF' 'WS' 'XA' 'XB' 'XK' 'YE' 'YT' 'ZA' 'ZM' 'ZW')}}\",\n \"post_code\": \"\"\n },\n \"bank_account\": {\n \"account_number\": \"\",\n \"account_number_iban\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"swift\": \"\"\n },\n \"cash_settled\": {{faker 'datatype.boolean'}},\n \"eu_tax_number\": \"\",\n \"ev_number\": \"\",\n \"name\": \"\",\n \"small_taxpayer\": {{faker 'datatype.boolean'}},\n \"tax_number\": \"\"\n },\n \"paid_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"partner\": {\n \"account_number\": \"\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"{{oneOf (array '' 'AC' 'AD' 'AE' 'AF' 'AG' 'AI' 'AL' 'AM' 'AO' 'AQ' 'AR' 'AS' 'AT' 'AU' 'AW' 'AX' 'AZ' 'BA' 'BB' 'BD' 'BE' 'BF' 'BG' 'BH' 'BI' 'BJ' 'BL' 'BM' 'BN' 'BO' 'BQ' 'BR' 'BS' 'BT' 'BW' 'BY' 'BZ' 'CA' 'CC' 'CD' 'CF' 'CG' 'CH' 'CI' 'CK' 'CL' 'CM' 'CN' 'CO' 'CR' 'CU' 'CV' 'CW' 'CX' 'CY' 'CZ' 'DE' 'DG' 'DJ' 'DK' 'DM' 'DO' 'DZ' 'EA' 'EC' 'EE' 'EG' 'EH' 'ER' 'ES' 'ET' 'FI' 'FJ' 'FK' 'FM' 'FO' 'FR' 'GA' 'GB' 'GD' 'GE' 'GF' 'GG' 'GH' 'GI' 'GL' 'GM' 'GN' 'GP' 'GQ' 'GR' 'GS' 'GT' 'GU' 'GW' 'GY' 'HK' 'HN' 'HR' 'HT' 'HU' 'IC' 'ID' 'IE' 'IL' 'IM' 'IN' 'IO' 'IQ' 'IR' 'IS' 'IT' 'JE' 'JM' 'JO' 'JP' 'KE' 'KG' 'KH' 'KI' 'KM' 'KN' 'KP' 'KR' 'KW' 'KY' 'KZ' 'LA' 'LB' 'LC' 'LI' 'LK' 'LR' 'LS' 'LT' 'LU' 'LV' 'LY' 'MA' 'MC' 'MD' 'ME' 'MF' 'MG' 'MH' 'MK' 'ML' 'MM' 'MN' 'MO' 'MP' 'MQ' 'MR' 'MS' 'MT' 'MU' 'MV' 'MW' 'MX' 'MY' 'MZ' 'NA' 'NC' 'NE' 'NF' 'NG' 'NI' 'NL' 'NO' 'NP' 'NR' 'NU' 'NZ' 'OM' 'PA' 'PE' 'PF' 'PG' 'PH' 'PK' 'PL' 'PM' 'PN' 'PR' 'PS' 'PT' 'PW' 'PY' 'QA' 'RE' 'RO' 'RS' 'RU' 'RW' 'SA' 'SB' 'SC' 'SD' 'SE' 'SG' 'SH' 'SI' 'SJ' 'SK' 'SL' 'SM' 'SN' 'SO' 'SR' 'SS' 'ST' 'SV' 'SX' 'SY' 'SZ' 'TA' 'TC' 'TD' 'TF' 'TG' 'TH' 'TJ' 'TK' 'TL' 'TM' 'TN' 'TO' 'TR' 'TT' 'TV' 'TW' 'TZ' 'UA' 'UG' 'UM' 'US' 'UY' 'UZ' 'VA' 'VC' 'VE' 'VG' 'VI' 'VN' 'VU' 'WF' 'WS' 'XA' 'XB' 'XK' 'YE' 'YT' 'ZA' 'ZM' 'ZW')}}\",\n \"post_code\": \"\"\n },\n \"emails\": [\n \"\"\n ],\n \"general_ledger_number\": \"\",\n \"iban\": \"\",\n \"name\": \"\",\n \"phone\": \"\",\n \"swift\": \"\",\n \"taxcode\": \"\"\n },\n \"payment_method\": \"{{oneOf (array 'aruhitel' 'bankcard' 'barion' 'barter' 'cash' 'cash_on_delivery' 'coupon' 'elore_utalas' 'ep_kartya' 'kompenzacio' 'levonas' 'online_bankcard' 'payoneer' 'paypal' 'paypal_utolag' 'payu' 'pick_pack_pont' 'postai_csekk' 'postautalvany' 'skrill' 'szep_card' 'transferwise' 'upwork' 'utalvany' 'valto' 'wire_transfer')}}\",\n \"payment_status\": \"{{oneOf (array 'expired' 'none' 'outstanding' 'paid' 'partially_paid')}}\",\n \"settings\": {\n \"mediated_service\": {{faker 'datatype.boolean'}},\n \"online_payment\": \"{{oneOf (array '' 'Barion' 'SimplePay' 'no')}}\",\n \"place_id\": {{faker 'number.int' max=99999}},\n \"round\": \"{{oneOf (array 'five' 'none' 'one' 'ten')}}\",\n \"without_financial_fulfillment\": {{faker 'datatype.boolean'}}\n },\n \"summary\": {\n \"gross_amount_local\": {{faker 'number.float'}},\n \"net_amount\": {{faker 'number.float'}},\n \"net_amount_local\": {{faker 'number.float'}},\n \"vat_amount\": {{faker 'number.float'}},\n \"vat_amount_local\": {{faker 'number.float'}},\n \"vat_rate_summary\": [\n {\n \"vat_name\": \"\",\n \"vat_percentage\": {{faker 'number.float'}},\n \"vat_rate_gross_amount\": {{faker 'number.float'}},\n \"vat_rate_net_amount\": {{faker 'number.float'}},\n \"vat_rate_vat_amount\": {{faker 'number.float'}},\n \"vat_rate_vat_amount_local\": {{faker 'number.float'}}\n }\n ]\n },\n \"tags\": [\n \"\"\n ],\n \"type\": \"{{oneOf (array 'advance' 'canceled' 'cancellation' 'draft' 'invoice' 'proforma')}}\"\n }\n ],\n \"last_page\": {{faker 'number.int' max=99999}},\n \"next_page_url\": \"\",\n \"per_page\": {{faker 'number.int' max=99999}},\n \"prev_page_url\": \"\",\n \"total\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "85694a53-2f52-4d8a-8603-e53f2850b527", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "88e29cae-9848-4310-8b58-67f667db785c", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "45610247-5720-4ab9-9f88-d28792ee1f1f", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e8daf5a3-4899-4a0e-bbfa-373997607676", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "aaa1ac19-ec14-4c4a-8384-7b9f500a4631", "documentation": "Create a document", "method": "post", "endpoint": "documents", "responses": [ { "uuid": "74591eac-c76b-4f32-930f-56eefb7b8386", "body": "{\n \"block_id\": {{faker 'number.int' max=99999}},\n \"cancelled\": {{faker 'datatype.boolean'}},\n \"comment\": \"\",\n \"conversion_rate\": {{faker 'number.float'}},\n \"currency\": \"{{oneOf (array 'AUD' 'BGN' 'BRL' 'CAD' 'CHF' 'CNY' 'CZK' 'DKK' 'EUR' 'GBP' 'HKD' 'HRK' 'HUF' 'IDR' 'ILS' 'INR' 'ISK' 'JPY' 'KRW' 'LTL' 'LVL' 'MXN' 'MYR' 'NOK' 'NZD' 'PHP' 'PLN' 'RON' 'RSD' 'RUB' 'SEK' 'SGD' 'THB' 'TRY' 'UAH' 'USD' 'ZAR')}}\",\n \"due_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"electronic\": {{faker 'datatype.boolean'}},\n \"fulfillment_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"gross_total\": {{faker 'number.float'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"invoice_number\": \"PREFIX / 2020-000001\",\n \"items\": [\n {\n \"gross_amount\": {{faker 'number.float'}},\n \"name\": \"\",\n \"net_amount\": {{faker 'number.float'}},\n \"net_unit_amount\": {{faker 'number.float'}},\n \"product_id\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.float'}},\n \"vat\": \"{{oneOf (array '0%' '1%' '10%' '11%' '12%' '13%' '14%' '15%' '16%' '17%' '18%' '19%' '2%' '20%' '21%' '22%' '23%' '24%' '25%' '26%' '27%' '3%' '4%' '5%' '6%' '7%' '8%' '9%' 'AAM' 'AM' 'EU' 'EUK' 'F.AFA' 'FAD' 'K.AFA' 'MAA' 'TAM' 'ÁKK' 'ÁTHK')}}\",\n \"vat_amount\": {{faker 'number.float'}}\n }\n ],\n \"language\": \"{{oneOf (array 'de' 'en' 'fr' 'hr' 'hu' 'it' 'ro' 'sk')}}\",\n \"notification_status\": \"{{oneOf (array 'closed' 'downloaded' 'failed' 'none' 'opened' 'readed')}}\",\n \"organization\": {\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"{{oneOf (array '' 'AC' 'AD' 'AE' 'AF' 'AG' 'AI' 'AL' 'AM' 'AO' 'AQ' 'AR' 'AS' 'AT' 'AU' 'AW' 'AX' 'AZ' 'BA' 'BB' 'BD' 'BE' 'BF' 'BG' 'BH' 'BI' 'BJ' 'BL' 'BM' 'BN' 'BO' 'BQ' 'BR' 'BS' 'BT' 'BW' 'BY' 'BZ' 'CA' 'CC' 'CD' 'CF' 'CG' 'CH' 'CI' 'CK' 'CL' 'CM' 'CN' 'CO' 'CR' 'CU' 'CV' 'CW' 'CX' 'CY' 'CZ' 'DE' 'DG' 'DJ' 'DK' 'DM' 'DO' 'DZ' 'EA' 'EC' 'EE' 'EG' 'EH' 'ER' 'ES' 'ET' 'FI' 'FJ' 'FK' 'FM' 'FO' 'FR' 'GA' 'GB' 'GD' 'GE' 'GF' 'GG' 'GH' 'GI' 'GL' 'GM' 'GN' 'GP' 'GQ' 'GR' 'GS' 'GT' 'GU' 'GW' 'GY' 'HK' 'HN' 'HR' 'HT' 'HU' 'IC' 'ID' 'IE' 'IL' 'IM' 'IN' 'IO' 'IQ' 'IR' 'IS' 'IT' 'JE' 'JM' 'JO' 'JP' 'KE' 'KG' 'KH' 'KI' 'KM' 'KN' 'KP' 'KR' 'KW' 'KY' 'KZ' 'LA' 'LB' 'LC' 'LI' 'LK' 'LR' 'LS' 'LT' 'LU' 'LV' 'LY' 'MA' 'MC' 'MD' 'ME' 'MF' 'MG' 'MH' 'MK' 'ML' 'MM' 'MN' 'MO' 'MP' 'MQ' 'MR' 'MS' 'MT' 'MU' 'MV' 'MW' 'MX' 'MY' 'MZ' 'NA' 'NC' 'NE' 'NF' 'NG' 'NI' 'NL' 'NO' 'NP' 'NR' 'NU' 'NZ' 'OM' 'PA' 'PE' 'PF' 'PG' 'PH' 'PK' 'PL' 'PM' 'PN' 'PR' 'PS' 'PT' 'PW' 'PY' 'QA' 'RE' 'RO' 'RS' 'RU' 'RW' 'SA' 'SB' 'SC' 'SD' 'SE' 'SG' 'SH' 'SI' 'SJ' 'SK' 'SL' 'SM' 'SN' 'SO' 'SR' 'SS' 'ST' 'SV' 'SX' 'SY' 'SZ' 'TA' 'TC' 'TD' 'TF' 'TG' 'TH' 'TJ' 'TK' 'TL' 'TM' 'TN' 'TO' 'TR' 'TT' 'TV' 'TW' 'TZ' 'UA' 'UG' 'UM' 'US' 'UY' 'UZ' 'VA' 'VC' 'VE' 'VG' 'VI' 'VN' 'VU' 'WF' 'WS' 'XA' 'XB' 'XK' 'YE' 'YT' 'ZA' 'ZM' 'ZW')}}\",\n \"post_code\": \"\"\n },\n \"bank_account\": {\n \"account_number\": \"\",\n \"account_number_iban\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"swift\": \"\"\n },\n \"cash_settled\": {{faker 'datatype.boolean'}},\n \"eu_tax_number\": \"\",\n \"ev_number\": \"\",\n \"name\": \"\",\n \"small_taxpayer\": {{faker 'datatype.boolean'}},\n \"tax_number\": \"\"\n },\n \"paid_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"partner\": {\n \"account_number\": \"\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"{{oneOf (array '' 'AC' 'AD' 'AE' 'AF' 'AG' 'AI' 'AL' 'AM' 'AO' 'AQ' 'AR' 'AS' 'AT' 'AU' 'AW' 'AX' 'AZ' 'BA' 'BB' 'BD' 'BE' 'BF' 'BG' 'BH' 'BI' 'BJ' 'BL' 'BM' 'BN' 'BO' 'BQ' 'BR' 'BS' 'BT' 'BW' 'BY' 'BZ' 'CA' 'CC' 'CD' 'CF' 'CG' 'CH' 'CI' 'CK' 'CL' 'CM' 'CN' 'CO' 'CR' 'CU' 'CV' 'CW' 'CX' 'CY' 'CZ' 'DE' 'DG' 'DJ' 'DK' 'DM' 'DO' 'DZ' 'EA' 'EC' 'EE' 'EG' 'EH' 'ER' 'ES' 'ET' 'FI' 'FJ' 'FK' 'FM' 'FO' 'FR' 'GA' 'GB' 'GD' 'GE' 'GF' 'GG' 'GH' 'GI' 'GL' 'GM' 'GN' 'GP' 'GQ' 'GR' 'GS' 'GT' 'GU' 'GW' 'GY' 'HK' 'HN' 'HR' 'HT' 'HU' 'IC' 'ID' 'IE' 'IL' 'IM' 'IN' 'IO' 'IQ' 'IR' 'IS' 'IT' 'JE' 'JM' 'JO' 'JP' 'KE' 'KG' 'KH' 'KI' 'KM' 'KN' 'KP' 'KR' 'KW' 'KY' 'KZ' 'LA' 'LB' 'LC' 'LI' 'LK' 'LR' 'LS' 'LT' 'LU' 'LV' 'LY' 'MA' 'MC' 'MD' 'ME' 'MF' 'MG' 'MH' 'MK' 'ML' 'MM' 'MN' 'MO' 'MP' 'MQ' 'MR' 'MS' 'MT' 'MU' 'MV' 'MW' 'MX' 'MY' 'MZ' 'NA' 'NC' 'NE' 'NF' 'NG' 'NI' 'NL' 'NO' 'NP' 'NR' 'NU' 'NZ' 'OM' 'PA' 'PE' 'PF' 'PG' 'PH' 'PK' 'PL' 'PM' 'PN' 'PR' 'PS' 'PT' 'PW' 'PY' 'QA' 'RE' 'RO' 'RS' 'RU' 'RW' 'SA' 'SB' 'SC' 'SD' 'SE' 'SG' 'SH' 'SI' 'SJ' 'SK' 'SL' 'SM' 'SN' 'SO' 'SR' 'SS' 'ST' 'SV' 'SX' 'SY' 'SZ' 'TA' 'TC' 'TD' 'TF' 'TG' 'TH' 'TJ' 'TK' 'TL' 'TM' 'TN' 'TO' 'TR' 'TT' 'TV' 'TW' 'TZ' 'UA' 'UG' 'UM' 'US' 'UY' 'UZ' 'VA' 'VC' 'VE' 'VG' 'VI' 'VN' 'VU' 'WF' 'WS' 'XA' 'XB' 'XK' 'YE' 'YT' 'ZA' 'ZM' 'ZW')}}\",\n \"post_code\": \"\"\n },\n \"emails\": [\n \"\"\n ],\n \"general_ledger_number\": \"\",\n \"iban\": \"\",\n \"name\": \"\",\n \"phone\": \"\",\n \"swift\": \"\",\n \"taxcode\": \"\"\n },\n \"payment_method\": \"{{oneOf (array 'aruhitel' 'bankcard' 'barion' 'barter' 'cash' 'cash_on_delivery' 'coupon' 'elore_utalas' 'ep_kartya' 'kompenzacio' 'levonas' 'online_bankcard' 'payoneer' 'paypal' 'paypal_utolag' 'payu' 'pick_pack_pont' 'postai_csekk' 'postautalvany' 'skrill' 'szep_card' 'transferwise' 'upwork' 'utalvany' 'valto' 'wire_transfer')}}\",\n \"payment_status\": \"{{oneOf (array 'expired' 'none' 'outstanding' 'paid' 'partially_paid')}}\",\n \"settings\": {\n \"mediated_service\": {{faker 'datatype.boolean'}},\n \"online_payment\": \"{{oneOf (array '' 'Barion' 'SimplePay' 'no')}}\",\n \"place_id\": {{faker 'number.int' max=99999}},\n \"round\": \"{{oneOf (array 'five' 'none' 'one' 'ten')}}\",\n \"without_financial_fulfillment\": {{faker 'datatype.boolean'}}\n },\n \"summary\": {\n \"gross_amount_local\": {{faker 'number.float'}},\n \"net_amount\": {{faker 'number.float'}},\n \"net_amount_local\": {{faker 'number.float'}},\n \"vat_amount\": {{faker 'number.float'}},\n \"vat_amount_local\": {{faker 'number.float'}},\n \"vat_rate_summary\": [\n {\n \"vat_name\": \"\",\n \"vat_percentage\": {{faker 'number.float'}},\n \"vat_rate_gross_amount\": {{faker 'number.float'}},\n \"vat_rate_net_amount\": {{faker 'number.float'}},\n \"vat_rate_vat_amount\": {{faker 'number.float'}},\n \"vat_rate_vat_amount_local\": {{faker 'number.float'}}\n }\n ]\n },\n \"tags\": [\n \"\"\n ],\n \"type\": \"{{oneOf (array 'advance' 'canceled' 'cancellation' 'draft' 'invoice' 'proforma')}}\"\n}", "latency": 0, "statusCode": 201, "label": "Document created successfully.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8904e378-9664-43a4-9959-fd56b9e93007", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "95785bef-4e1e-4c79-94ab-b81dd6c17e13", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7c4b60c4-a858-4feb-9cc4-b80257abc20d", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 403, "label": "Authenticated user doesn't have access to the resource.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "48d61f91-bedf-4678-9642-7d96a3c3af8a", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5dd1834a-efb4-49a4-b7ea-e5b3fcb7a5c0", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "afce2c21-70fe-4f6a-871d-28deadd0bd33", "documentation": "Retrieve a document", "method": "get", "endpoint": "documents/:id", "responses": [ { "uuid": "f1010781-c8e5-4ac7-827c-47a79e531070", "body": "{\n \"block_id\": {{faker 'number.int' max=99999}},\n \"cancelled\": {{faker 'datatype.boolean'}},\n \"comment\": \"\",\n \"conversion_rate\": {{faker 'number.float'}},\n \"currency\": \"{{oneOf (array 'AUD' 'BGN' 'BRL' 'CAD' 'CHF' 'CNY' 'CZK' 'DKK' 'EUR' 'GBP' 'HKD' 'HRK' 'HUF' 'IDR' 'ILS' 'INR' 'ISK' 'JPY' 'KRW' 'LTL' 'LVL' 'MXN' 'MYR' 'NOK' 'NZD' 'PHP' 'PLN' 'RON' 'RSD' 'RUB' 'SEK' 'SGD' 'THB' 'TRY' 'UAH' 'USD' 'ZAR')}}\",\n \"due_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"electronic\": {{faker 'datatype.boolean'}},\n \"fulfillment_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"gross_total\": {{faker 'number.float'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"invoice_number\": \"PREFIX / 2020-000001\",\n \"items\": [\n {\n \"gross_amount\": {{faker 'number.float'}},\n \"name\": \"\",\n \"net_amount\": {{faker 'number.float'}},\n \"net_unit_amount\": {{faker 'number.float'}},\n \"product_id\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.float'}},\n \"vat\": \"{{oneOf (array '0%' '1%' '10%' '11%' '12%' '13%' '14%' '15%' '16%' '17%' '18%' '19%' '2%' '20%' '21%' '22%' '23%' '24%' '25%' '26%' '27%' '3%' '4%' '5%' '6%' '7%' '8%' '9%' 'AAM' 'AM' 'EU' 'EUK' 'F.AFA' 'FAD' 'K.AFA' 'MAA' 'TAM' 'ÁKK' 'ÁTHK')}}\",\n \"vat_amount\": {{faker 'number.float'}}\n }\n ],\n \"language\": \"{{oneOf (array 'de' 'en' 'fr' 'hr' 'hu' 'it' 'ro' 'sk')}}\",\n \"notification_status\": \"{{oneOf (array 'closed' 'downloaded' 'failed' 'none' 'opened' 'readed')}}\",\n \"organization\": {\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"{{oneOf (array '' 'AC' 'AD' 'AE' 'AF' 'AG' 'AI' 'AL' 'AM' 'AO' 'AQ' 'AR' 'AS' 'AT' 'AU' 'AW' 'AX' 'AZ' 'BA' 'BB' 'BD' 'BE' 'BF' 'BG' 'BH' 'BI' 'BJ' 'BL' 'BM' 'BN' 'BO' 'BQ' 'BR' 'BS' 'BT' 'BW' 'BY' 'BZ' 'CA' 'CC' 'CD' 'CF' 'CG' 'CH' 'CI' 'CK' 'CL' 'CM' 'CN' 'CO' 'CR' 'CU' 'CV' 'CW' 'CX' 'CY' 'CZ' 'DE' 'DG' 'DJ' 'DK' 'DM' 'DO' 'DZ' 'EA' 'EC' 'EE' 'EG' 'EH' 'ER' 'ES' 'ET' 'FI' 'FJ' 'FK' 'FM' 'FO' 'FR' 'GA' 'GB' 'GD' 'GE' 'GF' 'GG' 'GH' 'GI' 'GL' 'GM' 'GN' 'GP' 'GQ' 'GR' 'GS' 'GT' 'GU' 'GW' 'GY' 'HK' 'HN' 'HR' 'HT' 'HU' 'IC' 'ID' 'IE' 'IL' 'IM' 'IN' 'IO' 'IQ' 'IR' 'IS' 'IT' 'JE' 'JM' 'JO' 'JP' 'KE' 'KG' 'KH' 'KI' 'KM' 'KN' 'KP' 'KR' 'KW' 'KY' 'KZ' 'LA' 'LB' 'LC' 'LI' 'LK' 'LR' 'LS' 'LT' 'LU' 'LV' 'LY' 'MA' 'MC' 'MD' 'ME' 'MF' 'MG' 'MH' 'MK' 'ML' 'MM' 'MN' 'MO' 'MP' 'MQ' 'MR' 'MS' 'MT' 'MU' 'MV' 'MW' 'MX' 'MY' 'MZ' 'NA' 'NC' 'NE' 'NF' 'NG' 'NI' 'NL' 'NO' 'NP' 'NR' 'NU' 'NZ' 'OM' 'PA' 'PE' 'PF' 'PG' 'PH' 'PK' 'PL' 'PM' 'PN' 'PR' 'PS' 'PT' 'PW' 'PY' 'QA' 'RE' 'RO' 'RS' 'RU' 'RW' 'SA' 'SB' 'SC' 'SD' 'SE' 'SG' 'SH' 'SI' 'SJ' 'SK' 'SL' 'SM' 'SN' 'SO' 'SR' 'SS' 'ST' 'SV' 'SX' 'SY' 'SZ' 'TA' 'TC' 'TD' 'TF' 'TG' 'TH' 'TJ' 'TK' 'TL' 'TM' 'TN' 'TO' 'TR' 'TT' 'TV' 'TW' 'TZ' 'UA' 'UG' 'UM' 'US' 'UY' 'UZ' 'VA' 'VC' 'VE' 'VG' 'VI' 'VN' 'VU' 'WF' 'WS' 'XA' 'XB' 'XK' 'YE' 'YT' 'ZA' 'ZM' 'ZW')}}\",\n \"post_code\": \"\"\n },\n \"bank_account\": {\n \"account_number\": \"\",\n \"account_number_iban\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"swift\": \"\"\n },\n \"cash_settled\": {{faker 'datatype.boolean'}},\n \"eu_tax_number\": \"\",\n \"ev_number\": \"\",\n \"name\": \"\",\n \"small_taxpayer\": {{faker 'datatype.boolean'}},\n \"tax_number\": \"\"\n },\n \"paid_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"partner\": {\n \"account_number\": \"\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"{{oneOf (array '' 'AC' 'AD' 'AE' 'AF' 'AG' 'AI' 'AL' 'AM' 'AO' 'AQ' 'AR' 'AS' 'AT' 'AU' 'AW' 'AX' 'AZ' 'BA' 'BB' 'BD' 'BE' 'BF' 'BG' 'BH' 'BI' 'BJ' 'BL' 'BM' 'BN' 'BO' 'BQ' 'BR' 'BS' 'BT' 'BW' 'BY' 'BZ' 'CA' 'CC' 'CD' 'CF' 'CG' 'CH' 'CI' 'CK' 'CL' 'CM' 'CN' 'CO' 'CR' 'CU' 'CV' 'CW' 'CX' 'CY' 'CZ' 'DE' 'DG' 'DJ' 'DK' 'DM' 'DO' 'DZ' 'EA' 'EC' 'EE' 'EG' 'EH' 'ER' 'ES' 'ET' 'FI' 'FJ' 'FK' 'FM' 'FO' 'FR' 'GA' 'GB' 'GD' 'GE' 'GF' 'GG' 'GH' 'GI' 'GL' 'GM' 'GN' 'GP' 'GQ' 'GR' 'GS' 'GT' 'GU' 'GW' 'GY' 'HK' 'HN' 'HR' 'HT' 'HU' 'IC' 'ID' 'IE' 'IL' 'IM' 'IN' 'IO' 'IQ' 'IR' 'IS' 'IT' 'JE' 'JM' 'JO' 'JP' 'KE' 'KG' 'KH' 'KI' 'KM' 'KN' 'KP' 'KR' 'KW' 'KY' 'KZ' 'LA' 'LB' 'LC' 'LI' 'LK' 'LR' 'LS' 'LT' 'LU' 'LV' 'LY' 'MA' 'MC' 'MD' 'ME' 'MF' 'MG' 'MH' 'MK' 'ML' 'MM' 'MN' 'MO' 'MP' 'MQ' 'MR' 'MS' 'MT' 'MU' 'MV' 'MW' 'MX' 'MY' 'MZ' 'NA' 'NC' 'NE' 'NF' 'NG' 'NI' 'NL' 'NO' 'NP' 'NR' 'NU' 'NZ' 'OM' 'PA' 'PE' 'PF' 'PG' 'PH' 'PK' 'PL' 'PM' 'PN' 'PR' 'PS' 'PT' 'PW' 'PY' 'QA' 'RE' 'RO' 'RS' 'RU' 'RW' 'SA' 'SB' 'SC' 'SD' 'SE' 'SG' 'SH' 'SI' 'SJ' 'SK' 'SL' 'SM' 'SN' 'SO' 'SR' 'SS' 'ST' 'SV' 'SX' 'SY' 'SZ' 'TA' 'TC' 'TD' 'TF' 'TG' 'TH' 'TJ' 'TK' 'TL' 'TM' 'TN' 'TO' 'TR' 'TT' 'TV' 'TW' 'TZ' 'UA' 'UG' 'UM' 'US' 'UY' 'UZ' 'VA' 'VC' 'VE' 'VG' 'VI' 'VN' 'VU' 'WF' 'WS' 'XA' 'XB' 'XK' 'YE' 'YT' 'ZA' 'ZM' 'ZW')}}\",\n \"post_code\": \"\"\n },\n \"emails\": [\n \"\"\n ],\n \"general_ledger_number\": \"\",\n \"iban\": \"\",\n \"name\": \"\",\n \"phone\": \"\",\n \"swift\": \"\",\n \"taxcode\": \"\"\n },\n \"payment_method\": \"{{oneOf (array 'aruhitel' 'bankcard' 'barion' 'barter' 'cash' 'cash_on_delivery' 'coupon' 'elore_utalas' 'ep_kartya' 'kompenzacio' 'levonas' 'online_bankcard' 'payoneer' 'paypal' 'paypal_utolag' 'payu' 'pick_pack_pont' 'postai_csekk' 'postautalvany' 'skrill' 'szep_card' 'transferwise' 'upwork' 'utalvany' 'valto' 'wire_transfer')}}\",\n \"payment_status\": \"{{oneOf (array 'expired' 'none' 'outstanding' 'paid' 'partially_paid')}}\",\n \"settings\": {\n \"mediated_service\": {{faker 'datatype.boolean'}},\n \"online_payment\": \"{{oneOf (array '' 'Barion' 'SimplePay' 'no')}}\",\n \"place_id\": {{faker 'number.int' max=99999}},\n \"round\": \"{{oneOf (array 'five' 'none' 'one' 'ten')}}\",\n \"without_financial_fulfillment\": {{faker 'datatype.boolean'}}\n },\n \"summary\": {\n \"gross_amount_local\": {{faker 'number.float'}},\n \"net_amount\": {{faker 'number.float'}},\n \"net_amount_local\": {{faker 'number.float'}},\n \"vat_amount\": {{faker 'number.float'}},\n \"vat_amount_local\": {{faker 'number.float'}},\n \"vat_rate_summary\": [\n {\n \"vat_name\": \"\",\n \"vat_percentage\": {{faker 'number.float'}},\n \"vat_rate_gross_amount\": {{faker 'number.float'}},\n \"vat_rate_net_amount\": {{faker 'number.float'}},\n \"vat_rate_vat_amount\": {{faker 'number.float'}},\n \"vat_rate_vat_amount_local\": {{faker 'number.float'}}\n }\n ]\n },\n \"tags\": [\n \"\"\n ],\n \"type\": \"{{oneOf (array 'advance' 'canceled' 'cancellation' 'draft' 'invoice' 'proforma')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Success response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3bf5491e-e2b5-4e62-b1c8-d35745740d2b", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f11ef2d5-99ea-4c9f-9ba6-c076f6dbd4e9", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f3604cfa-bbc1-48b8-94da-d97cf2e2ff20", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 404, "label": "Non-existent resource is requested.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9961969f-40ee-4321-a861-29072a2a78aa", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a040fbcd-783c-4c65-9307-ab662b2b03ca", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fa87b897-2878-43eb-9ef7-88057e92f9a1", "documentation": "Cancel a document", "method": "post", "endpoint": "documents/:id/cancel", "responses": [ { "uuid": "f842b7ed-1b7f-4dea-8a7a-f23b5efef337", "body": "{\n \"block_id\": {{faker 'number.int' max=99999}},\n \"cancelled\": {{faker 'datatype.boolean'}},\n \"comment\": \"\",\n \"conversion_rate\": {{faker 'number.float'}},\n \"currency\": \"{{oneOf (array 'AUD' 'BGN' 'BRL' 'CAD' 'CHF' 'CNY' 'CZK' 'DKK' 'EUR' 'GBP' 'HKD' 'HRK' 'HUF' 'IDR' 'ILS' 'INR' 'ISK' 'JPY' 'KRW' 'LTL' 'LVL' 'MXN' 'MYR' 'NOK' 'NZD' 'PHP' 'PLN' 'RON' 'RSD' 'RUB' 'SEK' 'SGD' 'THB' 'TRY' 'UAH' 'USD' 'ZAR')}}\",\n \"due_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"electronic\": {{faker 'datatype.boolean'}},\n \"fulfillment_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"gross_total\": {{faker 'number.float'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"invoice_number\": \"PREFIX / 2020-000001\",\n \"items\": [\n {\n \"gross_amount\": {{faker 'number.float'}},\n \"name\": \"\",\n \"net_amount\": {{faker 'number.float'}},\n \"net_unit_amount\": {{faker 'number.float'}},\n \"product_id\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.float'}},\n \"vat\": \"{{oneOf (array '0%' '1%' '10%' '11%' '12%' '13%' '14%' '15%' '16%' '17%' '18%' '19%' '2%' '20%' '21%' '22%' '23%' '24%' '25%' '26%' '27%' '3%' '4%' '5%' '6%' '7%' '8%' '9%' 'AAM' 'AM' 'EU' 'EUK' 'F.AFA' 'FAD' 'K.AFA' 'MAA' 'TAM' 'ÁKK' 'ÁTHK')}}\",\n \"vat_amount\": {{faker 'number.float'}}\n }\n ],\n \"language\": \"{{oneOf (array 'de' 'en' 'fr' 'hr' 'hu' 'it' 'ro' 'sk')}}\",\n \"notification_status\": \"{{oneOf (array 'closed' 'downloaded' 'failed' 'none' 'opened' 'readed')}}\",\n \"organization\": {\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"{{oneOf (array '' 'AC' 'AD' 'AE' 'AF' 'AG' 'AI' 'AL' 'AM' 'AO' 'AQ' 'AR' 'AS' 'AT' 'AU' 'AW' 'AX' 'AZ' 'BA' 'BB' 'BD' 'BE' 'BF' 'BG' 'BH' 'BI' 'BJ' 'BL' 'BM' 'BN' 'BO' 'BQ' 'BR' 'BS' 'BT' 'BW' 'BY' 'BZ' 'CA' 'CC' 'CD' 'CF' 'CG' 'CH' 'CI' 'CK' 'CL' 'CM' 'CN' 'CO' 'CR' 'CU' 'CV' 'CW' 'CX' 'CY' 'CZ' 'DE' 'DG' 'DJ' 'DK' 'DM' 'DO' 'DZ' 'EA' 'EC' 'EE' 'EG' 'EH' 'ER' 'ES' 'ET' 'FI' 'FJ' 'FK' 'FM' 'FO' 'FR' 'GA' 'GB' 'GD' 'GE' 'GF' 'GG' 'GH' 'GI' 'GL' 'GM' 'GN' 'GP' 'GQ' 'GR' 'GS' 'GT' 'GU' 'GW' 'GY' 'HK' 'HN' 'HR' 'HT' 'HU' 'IC' 'ID' 'IE' 'IL' 'IM' 'IN' 'IO' 'IQ' 'IR' 'IS' 'IT' 'JE' 'JM' 'JO' 'JP' 'KE' 'KG' 'KH' 'KI' 'KM' 'KN' 'KP' 'KR' 'KW' 'KY' 'KZ' 'LA' 'LB' 'LC' 'LI' 'LK' 'LR' 'LS' 'LT' 'LU' 'LV' 'LY' 'MA' 'MC' 'MD' 'ME' 'MF' 'MG' 'MH' 'MK' 'ML' 'MM' 'MN' 'MO' 'MP' 'MQ' 'MR' 'MS' 'MT' 'MU' 'MV' 'MW' 'MX' 'MY' 'MZ' 'NA' 'NC' 'NE' 'NF' 'NG' 'NI' 'NL' 'NO' 'NP' 'NR' 'NU' 'NZ' 'OM' 'PA' 'PE' 'PF' 'PG' 'PH' 'PK' 'PL' 'PM' 'PN' 'PR' 'PS' 'PT' 'PW' 'PY' 'QA' 'RE' 'RO' 'RS' 'RU' 'RW' 'SA' 'SB' 'SC' 'SD' 'SE' 'SG' 'SH' 'SI' 'SJ' 'SK' 'SL' 'SM' 'SN' 'SO' 'SR' 'SS' 'ST' 'SV' 'SX' 'SY' 'SZ' 'TA' 'TC' 'TD' 'TF' 'TG' 'TH' 'TJ' 'TK' 'TL' 'TM' 'TN' 'TO' 'TR' 'TT' 'TV' 'TW' 'TZ' 'UA' 'UG' 'UM' 'US' 'UY' 'UZ' 'VA' 'VC' 'VE' 'VG' 'VI' 'VN' 'VU' 'WF' 'WS' 'XA' 'XB' 'XK' 'YE' 'YT' 'ZA' 'ZM' 'ZW')}}\",\n \"post_code\": \"\"\n },\n \"bank_account\": {\n \"account_number\": \"\",\n \"account_number_iban\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"swift\": \"\"\n },\n \"cash_settled\": {{faker 'datatype.boolean'}},\n \"eu_tax_number\": \"\",\n \"ev_number\": \"\",\n \"name\": \"\",\n \"small_taxpayer\": {{faker 'datatype.boolean'}},\n \"tax_number\": \"\"\n },\n \"paid_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"partner\": {\n \"account_number\": \"\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"{{oneOf (array '' 'AC' 'AD' 'AE' 'AF' 'AG' 'AI' 'AL' 'AM' 'AO' 'AQ' 'AR' 'AS' 'AT' 'AU' 'AW' 'AX' 'AZ' 'BA' 'BB' 'BD' 'BE' 'BF' 'BG' 'BH' 'BI' 'BJ' 'BL' 'BM' 'BN' 'BO' 'BQ' 'BR' 'BS' 'BT' 'BW' 'BY' 'BZ' 'CA' 'CC' 'CD' 'CF' 'CG' 'CH' 'CI' 'CK' 'CL' 'CM' 'CN' 'CO' 'CR' 'CU' 'CV' 'CW' 'CX' 'CY' 'CZ' 'DE' 'DG' 'DJ' 'DK' 'DM' 'DO' 'DZ' 'EA' 'EC' 'EE' 'EG' 'EH' 'ER' 'ES' 'ET' 'FI' 'FJ' 'FK' 'FM' 'FO' 'FR' 'GA' 'GB' 'GD' 'GE' 'GF' 'GG' 'GH' 'GI' 'GL' 'GM' 'GN' 'GP' 'GQ' 'GR' 'GS' 'GT' 'GU' 'GW' 'GY' 'HK' 'HN' 'HR' 'HT' 'HU' 'IC' 'ID' 'IE' 'IL' 'IM' 'IN' 'IO' 'IQ' 'IR' 'IS' 'IT' 'JE' 'JM' 'JO' 'JP' 'KE' 'KG' 'KH' 'KI' 'KM' 'KN' 'KP' 'KR' 'KW' 'KY' 'KZ' 'LA' 'LB' 'LC' 'LI' 'LK' 'LR' 'LS' 'LT' 'LU' 'LV' 'LY' 'MA' 'MC' 'MD' 'ME' 'MF' 'MG' 'MH' 'MK' 'ML' 'MM' 'MN' 'MO' 'MP' 'MQ' 'MR' 'MS' 'MT' 'MU' 'MV' 'MW' 'MX' 'MY' 'MZ' 'NA' 'NC' 'NE' 'NF' 'NG' 'NI' 'NL' 'NO' 'NP' 'NR' 'NU' 'NZ' 'OM' 'PA' 'PE' 'PF' 'PG' 'PH' 'PK' 'PL' 'PM' 'PN' 'PR' 'PS' 'PT' 'PW' 'PY' 'QA' 'RE' 'RO' 'RS' 'RU' 'RW' 'SA' 'SB' 'SC' 'SD' 'SE' 'SG' 'SH' 'SI' 'SJ' 'SK' 'SL' 'SM' 'SN' 'SO' 'SR' 'SS' 'ST' 'SV' 'SX' 'SY' 'SZ' 'TA' 'TC' 'TD' 'TF' 'TG' 'TH' 'TJ' 'TK' 'TL' 'TM' 'TN' 'TO' 'TR' 'TT' 'TV' 'TW' 'TZ' 'UA' 'UG' 'UM' 'US' 'UY' 'UZ' 'VA' 'VC' 'VE' 'VG' 'VI' 'VN' 'VU' 'WF' 'WS' 'XA' 'XB' 'XK' 'YE' 'YT' 'ZA' 'ZM' 'ZW')}}\",\n \"post_code\": \"\"\n },\n \"emails\": [\n \"\"\n ],\n \"general_ledger_number\": \"\",\n \"iban\": \"\",\n \"name\": \"\",\n \"phone\": \"\",\n \"swift\": \"\",\n \"taxcode\": \"\"\n },\n \"payment_method\": \"{{oneOf (array 'aruhitel' 'bankcard' 'barion' 'barter' 'cash' 'cash_on_delivery' 'coupon' 'elore_utalas' 'ep_kartya' 'kompenzacio' 'levonas' 'online_bankcard' 'payoneer' 'paypal' 'paypal_utolag' 'payu' 'pick_pack_pont' 'postai_csekk' 'postautalvany' 'skrill' 'szep_card' 'transferwise' 'upwork' 'utalvany' 'valto' 'wire_transfer')}}\",\n \"payment_status\": \"{{oneOf (array 'expired' 'none' 'outstanding' 'paid' 'partially_paid')}}\",\n \"settings\": {\n \"mediated_service\": {{faker 'datatype.boolean'}},\n \"online_payment\": \"{{oneOf (array '' 'Barion' 'SimplePay' 'no')}}\",\n \"place_id\": {{faker 'number.int' max=99999}},\n \"round\": \"{{oneOf (array 'five' 'none' 'one' 'ten')}}\",\n \"without_financial_fulfillment\": {{faker 'datatype.boolean'}}\n },\n \"summary\": {\n \"gross_amount_local\": {{faker 'number.float'}},\n \"net_amount\": {{faker 'number.float'}},\n \"net_amount_local\": {{faker 'number.float'}},\n \"vat_amount\": {{faker 'number.float'}},\n \"vat_amount_local\": {{faker 'number.float'}},\n \"vat_rate_summary\": [\n {\n \"vat_name\": \"\",\n \"vat_percentage\": {{faker 'number.float'}},\n \"vat_rate_gross_amount\": {{faker 'number.float'}},\n \"vat_rate_net_amount\": {{faker 'number.float'}},\n \"vat_rate_vat_amount\": {{faker 'number.float'}},\n \"vat_rate_vat_amount_local\": {{faker 'number.float'}}\n }\n ]\n },\n \"tags\": [\n \"\"\n ],\n \"type\": \"{{oneOf (array 'advance' 'canceled' 'cancellation' 'draft' 'invoice' 'proforma')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Document cancellation successfully. Cancel document returned.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "821a15ad-da18-4d37-9586-ccd49919048e", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3d6abd13-1749-483c-8453-005f3a27097c", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d80341a0-848b-4fa8-ac6a-0ca1c669ab34", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 403, "label": "Authenticated user doesn't have access to the resource.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "55cf987b-950f-4c57-9aaf-94b75d8c1237", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 404, "label": "Non-existent resource is requested.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b8713053-4158-49ff-a7a0-2ee28ccb71d2", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2f7785e3-6ae5-4558-94d2-ddbdfd8e2319", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "776b9f4d-741a-4d20-885e-c81a79562784", "documentation": "Create a document from proforma.", "method": "post", "endpoint": "documents/:id/create-from-proforma", "responses": [ { "uuid": "bb4b3119-255b-4c1b-8164-66e032a477f6", "body": "{\n \"block_id\": {{faker 'number.int' max=99999}},\n \"cancelled\": {{faker 'datatype.boolean'}},\n \"comment\": \"\",\n \"conversion_rate\": {{faker 'number.float'}},\n \"currency\": \"{{oneOf (array 'AUD' 'BGN' 'BRL' 'CAD' 'CHF' 'CNY' 'CZK' 'DKK' 'EUR' 'GBP' 'HKD' 'HRK' 'HUF' 'IDR' 'ILS' 'INR' 'ISK' 'JPY' 'KRW' 'LTL' 'LVL' 'MXN' 'MYR' 'NOK' 'NZD' 'PHP' 'PLN' 'RON' 'RSD' 'RUB' 'SEK' 'SGD' 'THB' 'TRY' 'UAH' 'USD' 'ZAR')}}\",\n \"due_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"electronic\": {{faker 'datatype.boolean'}},\n \"fulfillment_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"gross_total\": {{faker 'number.float'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"invoice_number\": \"PREFIX / 2020-000001\",\n \"items\": [\n {\n \"gross_amount\": {{faker 'number.float'}},\n \"name\": \"\",\n \"net_amount\": {{faker 'number.float'}},\n \"net_unit_amount\": {{faker 'number.float'}},\n \"product_id\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.float'}},\n \"vat\": \"{{oneOf (array '0%' '1%' '10%' '11%' '12%' '13%' '14%' '15%' '16%' '17%' '18%' '19%' '2%' '20%' '21%' '22%' '23%' '24%' '25%' '26%' '27%' '3%' '4%' '5%' '6%' '7%' '8%' '9%' 'AAM' 'AM' 'EU' 'EUK' 'F.AFA' 'FAD' 'K.AFA' 'MAA' 'TAM' 'ÁKK' 'ÁTHK')}}\",\n \"vat_amount\": {{faker 'number.float'}}\n }\n ],\n \"language\": \"{{oneOf (array 'de' 'en' 'fr' 'hr' 'hu' 'it' 'ro' 'sk')}}\",\n \"notification_status\": \"{{oneOf (array 'closed' 'downloaded' 'failed' 'none' 'opened' 'readed')}}\",\n \"organization\": {\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"{{oneOf (array '' 'AC' 'AD' 'AE' 'AF' 'AG' 'AI' 'AL' 'AM' 'AO' 'AQ' 'AR' 'AS' 'AT' 'AU' 'AW' 'AX' 'AZ' 'BA' 'BB' 'BD' 'BE' 'BF' 'BG' 'BH' 'BI' 'BJ' 'BL' 'BM' 'BN' 'BO' 'BQ' 'BR' 'BS' 'BT' 'BW' 'BY' 'BZ' 'CA' 'CC' 'CD' 'CF' 'CG' 'CH' 'CI' 'CK' 'CL' 'CM' 'CN' 'CO' 'CR' 'CU' 'CV' 'CW' 'CX' 'CY' 'CZ' 'DE' 'DG' 'DJ' 'DK' 'DM' 'DO' 'DZ' 'EA' 'EC' 'EE' 'EG' 'EH' 'ER' 'ES' 'ET' 'FI' 'FJ' 'FK' 'FM' 'FO' 'FR' 'GA' 'GB' 'GD' 'GE' 'GF' 'GG' 'GH' 'GI' 'GL' 'GM' 'GN' 'GP' 'GQ' 'GR' 'GS' 'GT' 'GU' 'GW' 'GY' 'HK' 'HN' 'HR' 'HT' 'HU' 'IC' 'ID' 'IE' 'IL' 'IM' 'IN' 'IO' 'IQ' 'IR' 'IS' 'IT' 'JE' 'JM' 'JO' 'JP' 'KE' 'KG' 'KH' 'KI' 'KM' 'KN' 'KP' 'KR' 'KW' 'KY' 'KZ' 'LA' 'LB' 'LC' 'LI' 'LK' 'LR' 'LS' 'LT' 'LU' 'LV' 'LY' 'MA' 'MC' 'MD' 'ME' 'MF' 'MG' 'MH' 'MK' 'ML' 'MM' 'MN' 'MO' 'MP' 'MQ' 'MR' 'MS' 'MT' 'MU' 'MV' 'MW' 'MX' 'MY' 'MZ' 'NA' 'NC' 'NE' 'NF' 'NG' 'NI' 'NL' 'NO' 'NP' 'NR' 'NU' 'NZ' 'OM' 'PA' 'PE' 'PF' 'PG' 'PH' 'PK' 'PL' 'PM' 'PN' 'PR' 'PS' 'PT' 'PW' 'PY' 'QA' 'RE' 'RO' 'RS' 'RU' 'RW' 'SA' 'SB' 'SC' 'SD' 'SE' 'SG' 'SH' 'SI' 'SJ' 'SK' 'SL' 'SM' 'SN' 'SO' 'SR' 'SS' 'ST' 'SV' 'SX' 'SY' 'SZ' 'TA' 'TC' 'TD' 'TF' 'TG' 'TH' 'TJ' 'TK' 'TL' 'TM' 'TN' 'TO' 'TR' 'TT' 'TV' 'TW' 'TZ' 'UA' 'UG' 'UM' 'US' 'UY' 'UZ' 'VA' 'VC' 'VE' 'VG' 'VI' 'VN' 'VU' 'WF' 'WS' 'XA' 'XB' 'XK' 'YE' 'YT' 'ZA' 'ZM' 'ZW')}}\",\n \"post_code\": \"\"\n },\n \"bank_account\": {\n \"account_number\": \"\",\n \"account_number_iban\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"swift\": \"\"\n },\n \"cash_settled\": {{faker 'datatype.boolean'}},\n \"eu_tax_number\": \"\",\n \"ev_number\": \"\",\n \"name\": \"\",\n \"small_taxpayer\": {{faker 'datatype.boolean'}},\n \"tax_number\": \"\"\n },\n \"paid_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"partner\": {\n \"account_number\": \"\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"{{oneOf (array '' 'AC' 'AD' 'AE' 'AF' 'AG' 'AI' 'AL' 'AM' 'AO' 'AQ' 'AR' 'AS' 'AT' 'AU' 'AW' 'AX' 'AZ' 'BA' 'BB' 'BD' 'BE' 'BF' 'BG' 'BH' 'BI' 'BJ' 'BL' 'BM' 'BN' 'BO' 'BQ' 'BR' 'BS' 'BT' 'BW' 'BY' 'BZ' 'CA' 'CC' 'CD' 'CF' 'CG' 'CH' 'CI' 'CK' 'CL' 'CM' 'CN' 'CO' 'CR' 'CU' 'CV' 'CW' 'CX' 'CY' 'CZ' 'DE' 'DG' 'DJ' 'DK' 'DM' 'DO' 'DZ' 'EA' 'EC' 'EE' 'EG' 'EH' 'ER' 'ES' 'ET' 'FI' 'FJ' 'FK' 'FM' 'FO' 'FR' 'GA' 'GB' 'GD' 'GE' 'GF' 'GG' 'GH' 'GI' 'GL' 'GM' 'GN' 'GP' 'GQ' 'GR' 'GS' 'GT' 'GU' 'GW' 'GY' 'HK' 'HN' 'HR' 'HT' 'HU' 'IC' 'ID' 'IE' 'IL' 'IM' 'IN' 'IO' 'IQ' 'IR' 'IS' 'IT' 'JE' 'JM' 'JO' 'JP' 'KE' 'KG' 'KH' 'KI' 'KM' 'KN' 'KP' 'KR' 'KW' 'KY' 'KZ' 'LA' 'LB' 'LC' 'LI' 'LK' 'LR' 'LS' 'LT' 'LU' 'LV' 'LY' 'MA' 'MC' 'MD' 'ME' 'MF' 'MG' 'MH' 'MK' 'ML' 'MM' 'MN' 'MO' 'MP' 'MQ' 'MR' 'MS' 'MT' 'MU' 'MV' 'MW' 'MX' 'MY' 'MZ' 'NA' 'NC' 'NE' 'NF' 'NG' 'NI' 'NL' 'NO' 'NP' 'NR' 'NU' 'NZ' 'OM' 'PA' 'PE' 'PF' 'PG' 'PH' 'PK' 'PL' 'PM' 'PN' 'PR' 'PS' 'PT' 'PW' 'PY' 'QA' 'RE' 'RO' 'RS' 'RU' 'RW' 'SA' 'SB' 'SC' 'SD' 'SE' 'SG' 'SH' 'SI' 'SJ' 'SK' 'SL' 'SM' 'SN' 'SO' 'SR' 'SS' 'ST' 'SV' 'SX' 'SY' 'SZ' 'TA' 'TC' 'TD' 'TF' 'TG' 'TH' 'TJ' 'TK' 'TL' 'TM' 'TN' 'TO' 'TR' 'TT' 'TV' 'TW' 'TZ' 'UA' 'UG' 'UM' 'US' 'UY' 'UZ' 'VA' 'VC' 'VE' 'VG' 'VI' 'VN' 'VU' 'WF' 'WS' 'XA' 'XB' 'XK' 'YE' 'YT' 'ZA' 'ZM' 'ZW')}}\",\n \"post_code\": \"\"\n },\n \"emails\": [\n \"\"\n ],\n \"general_ledger_number\": \"\",\n \"iban\": \"\",\n \"name\": \"\",\n \"phone\": \"\",\n \"swift\": \"\",\n \"taxcode\": \"\"\n },\n \"payment_method\": \"{{oneOf (array 'aruhitel' 'bankcard' 'barion' 'barter' 'cash' 'cash_on_delivery' 'coupon' 'elore_utalas' 'ep_kartya' 'kompenzacio' 'levonas' 'online_bankcard' 'payoneer' 'paypal' 'paypal_utolag' 'payu' 'pick_pack_pont' 'postai_csekk' 'postautalvany' 'skrill' 'szep_card' 'transferwise' 'upwork' 'utalvany' 'valto' 'wire_transfer')}}\",\n \"payment_status\": \"{{oneOf (array 'expired' 'none' 'outstanding' 'paid' 'partially_paid')}}\",\n \"settings\": {\n \"mediated_service\": {{faker 'datatype.boolean'}},\n \"online_payment\": \"{{oneOf (array '' 'Barion' 'SimplePay' 'no')}}\",\n \"place_id\": {{faker 'number.int' max=99999}},\n \"round\": \"{{oneOf (array 'five' 'none' 'one' 'ten')}}\",\n \"without_financial_fulfillment\": {{faker 'datatype.boolean'}}\n },\n \"summary\": {\n \"gross_amount_local\": {{faker 'number.float'}},\n \"net_amount\": {{faker 'number.float'}},\n \"net_amount_local\": {{faker 'number.float'}},\n \"vat_amount\": {{faker 'number.float'}},\n \"vat_amount_local\": {{faker 'number.float'}},\n \"vat_rate_summary\": [\n {\n \"vat_name\": \"\",\n \"vat_percentage\": {{faker 'number.float'}},\n \"vat_rate_gross_amount\": {{faker 'number.float'}},\n \"vat_rate_net_amount\": {{faker 'number.float'}},\n \"vat_rate_vat_amount\": {{faker 'number.float'}},\n \"vat_rate_vat_amount_local\": {{faker 'number.float'}}\n }\n ]\n },\n \"tags\": [\n \"\"\n ],\n \"type\": \"{{oneOf (array 'advance' 'canceled' 'cancellation' 'draft' 'invoice' 'proforma')}}\"\n}", "latency": 0, "statusCode": 201, "label": "Document created successfully.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "89d4b8de-4468-40bc-a7c2-405e7be4e0db", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1aa9f240-97d5-4699-ab4f-d1f053d9926b", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "69333de7-20c4-4cb3-a184-e37a0f93b151", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 403, "label": "Authenticated user doesn't have access to the resource.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1616f35f-24d0-4c57-813c-52bc7b2253d6", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 404, "label": "Non-existent resource is requested.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1833865a-75b4-4356-99c4-baa19abe95e3", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a1f9d6fb-c240-4e06-8f68-a775fee2e92d", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "685f8adc-92ea-4a2f-8133-7e0dbda8385a", "documentation": "Download a document in PDF format.", "method": "get", "endpoint": "documents/:id/download", "responses": [ { "uuid": "05d52828-ef23-45b2-9013-c130b9ebd5d6", "body": "", "latency": 0, "statusCode": 200, "label": "Document PDF file.", "headers": [ { "key": "Content-Type", "value": "application/pdf" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e40e9a86-9e94-4fb3-83e4-755c9927572c", "body": "{\n \"message\": \"\"\n}", "latency": 0, "statusCode": 202, "label": "Document PDF has not generated yet. You should try to download again later.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a31bc80a-3c4f-43a6-b048-15282192ccc0", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "eb5d2fb7-673d-4d93-a2b1-8c9f9083fc6a", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e2842022-b5d2-402b-ab30-0045830599b1", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 404, "label": "Non-existent resource is requested.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "885a76a6-4407-4b52-a2de-6fecf7a8d2d8", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b2f61274-b594-4e64-a9a1-ac8237055afb", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0f704a4f-17fd-41a9-95a0-86dfb25bacf4", "documentation": "Retrieve a document Online Számla status", "method": "get", "endpoint": "documents/:id/online-szamla", "responses": [ { "uuid": "89221e18-ae9b-451e-8fe7-649b36e5aede", "body": "{\n \"messages\": [\n {\n \"human_readable_message\": \"\",\n \"validation_error_code\": \"\",\n \"validation_result_code\": \"\"\n }\n ],\n \"status\": \"\",\n \"transaction_id\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ee992645-7b76-465b-8359-d8358c2ec384", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2a1173b1-a35e-46e6-a7f3-d43e0ecd266d", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e7f2a567-f0cb-4db1-9b75-90bb5d22940e", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 404, "label": "Non-existent resource is requested.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4a4d8da7-5f1d-49bb-ae5d-53f68746c8ce", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fb8263db-221a-442a-aa34-1931b1fa36a6", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b6d1bea8-9f70-45be-b7f2-c401054c73a8", "documentation": "Delete all payment history on document", "method": "delete", "endpoint": "documents/:id/payments", "responses": [ { "uuid": "5907a3c9-e5b9-4d2a-8beb-b611e1a121f9", "body": "[\n {\n \"conversion_rate\": {{faker 'number.float'}},\n \"date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"payment_method\": \"{{oneOf (array 'aruhitel' 'bankcard' 'barion' 'barter' 'cash' 'cash_on_delivery' 'coupon' 'elore_utalas' 'ep_kartya' 'kompenzacio' 'levonas' 'online_bankcard' 'payoneer' 'paypal' 'paypal_utolag' 'payu' 'pick_pack_pont' 'postai_csekk' 'postautalvany' 'skrill' 'szep_card' 'transferwise' 'upwork' 'utalvany' 'valto' 'wire_transfer')}}\",\n \"price\": {{faker 'number.float'}},\n \"voucher_number\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Payment history deleted successfully.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c7332a3c-1bcf-48e0-9c32-ce12c86bbe37", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8cc95990-a4df-467b-82b2-cbf0832f8c92", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ff039a97-52b8-48df-95e6-08a2f44d17b8", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 403, "label": "Authenticated user doesn't have access to the resource.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "228efffa-749e-4c64-a025-17c79c480abc", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 404, "label": "Non-existent resource is requested.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cf80b73b-a175-4b5c-923f-3d5a85f289ac", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f4a5e46e-392c-4a60-a863-4f4c3d69b2c4", "documentation": "Retrieve a payment histroy", "method": "get", "endpoint": "documents/:id/payments", "responses": [ { "uuid": "ebd7f33c-f331-484e-ae5d-2da5f816d1ca", "body": "[\n {\n \"conversion_rate\": {{faker 'number.float'}},\n \"date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"payment_method\": \"{{oneOf (array 'aruhitel' 'bankcard' 'barion' 'barter' 'cash' 'cash_on_delivery' 'coupon' 'elore_utalas' 'ep_kartya' 'kompenzacio' 'levonas' 'online_bankcard' 'payoneer' 'paypal' 'paypal_utolag' 'payu' 'pick_pack_pont' 'postai_csekk' 'postautalvany' 'skrill' 'szep_card' 'transferwise' 'upwork' 'utalvany' 'valto' 'wire_transfer')}}\",\n \"price\": {{faker 'number.float'}},\n \"voucher_number\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Success response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "09568fda-e7c4-4ecb-ab02-e8fc69dcc6b5", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c97e0785-65f2-464a-88dc-9d11f5d23892", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d2c55de9-1d23-413a-a6a6-40e41ac64a10", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 404, "label": "Non-existent resource is requested.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ab837d03-d3cf-42d6-8cd8-284a5f051a81", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1a789416-7f5a-477f-953b-5a355e9ebf3e", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "51b6228a-9ca1-4632-996b-a1271630ad70", "documentation": "Update payment history", "method": "put", "endpoint": "documents/:id/payments", "responses": [ { "uuid": "f4be3269-32f9-4884-b57d-9633be8128f7", "body": "[\n {\n \"conversion_rate\": {{faker 'number.float'}},\n \"date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"payment_method\": \"{{oneOf (array 'aruhitel' 'bankcard' 'barion' 'barter' 'cash' 'cash_on_delivery' 'coupon' 'elore_utalas' 'ep_kartya' 'kompenzacio' 'levonas' 'online_bankcard' 'payoneer' 'paypal' 'paypal_utolag' 'payu' 'pick_pack_pont' 'postai_csekk' 'postautalvany' 'skrill' 'szep_card' 'transferwise' 'upwork' 'utalvany' 'valto' 'wire_transfer')}}\",\n \"price\": {{faker 'number.float'}},\n \"voucher_number\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Payment history updated successfully.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4f83721e-fcea-4167-a6e9-282c6a44f0f7", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "df02e282-ef92-4d94-9398-270e765e4f16", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1141f397-1bc4-426c-838b-31a2d5c68092", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 403, "label": "Authenticated user doesn't have access to the resource.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f6e00dd3-c3d2-497b-b014-b94df64c8bf4", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 404, "label": "Non-existent resource is requested.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9adaf824-174c-4353-a635-c12bad501b8c", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "809e0d40-8267-4ba4-9ae2-2c5c54a81c46", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "701dd8a2-b3fe-4393-a5c3-dd8d86181910", "documentation": "Retrieve a document download public url.", "method": "get", "endpoint": "documents/:id/public-url", "responses": [ { "uuid": "589752ee-0111-4acb-9b39-477a649dfa57", "body": "{\n \"public_url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "926a784c-2af6-4c47-a724-cdb7fbd0ed41", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "93d68f09-f13d-4091-8843-ac95a81fb3d1", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5a6638df-7caa-4e93-9bc4-81681a2dc23b", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 404, "label": "Non-existent resource is requested.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e73645a0-d2e6-4326-afc8-44601b103f2d", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "65af319b-21de-494e-9d85-405f8edc7256", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "692cb70c-dd24-4663-bb30-c97a3e25ae3e", "documentation": "Send invoice to given email adresses.", "method": "post", "endpoint": "documents/:id/send", "responses": [ { "uuid": "6497e101-ab89-4200-a02e-1396d9381739", "body": "{\n \"emails\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "List of email adresses where the invoice sent.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "59f53139-b67e-4a62-a978-b5065d7f961c", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "911d39c4-3b28-4337-ab21-8a12e4841e5c", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c13367b5-c3e1-437f-a7b7-ebf0f4da49e7", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 403, "label": "Authenticated user doesn't have access to the resource.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "201a67f9-9359-4971-a433-df02d8ff9ba7", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 404, "label": "Non-existent resource is requested.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c079c975-a3bd-40d9-9410-5da8e591eb83", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1c5375d2-ff5e-4905-9154-38dceec2b75f", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "658de728-ac8d-4833-a33f-6cb09afaf8dd", "documentation": "Retrieve a organization data.", "method": "get", "endpoint": "organization", "responses": [ { "uuid": "41c3788f-102c-4c82-b8a2-ce38298fe76d", "body": "{\n \"tax_code\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "87819b50-4610-4963-851f-3ae5fc92efb2", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "137ed5f6-8b86-4720-a432-8f7d7f2d75f8", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b4f974ed-8a98-4ce1-973e-5919826d271e", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0d3549c5-6516-472d-9a0b-3c04d064e881", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "33abc0d7-d4a4-459f-a4a0-f9fdeb3c68d4", "documentation": "List all partners", "method": "get", "endpoint": "partners", "responses": [ { "uuid": "60bba960-1757-4d5a-b317-738f8c9e671d", "body": "{\n \"current_page\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"account_number\": \"\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"{{oneOf (array '' 'AC' 'AD' 'AE' 'AF' 'AG' 'AI' 'AL' 'AM' 'AO' 'AQ' 'AR' 'AS' 'AT' 'AU' 'AW' 'AX' 'AZ' 'BA' 'BB' 'BD' 'BE' 'BF' 'BG' 'BH' 'BI' 'BJ' 'BL' 'BM' 'BN' 'BO' 'BQ' 'BR' 'BS' 'BT' 'BW' 'BY' 'BZ' 'CA' 'CC' 'CD' 'CF' 'CG' 'CH' 'CI' 'CK' 'CL' 'CM' 'CN' 'CO' 'CR' 'CU' 'CV' 'CW' 'CX' 'CY' 'CZ' 'DE' 'DG' 'DJ' 'DK' 'DM' 'DO' 'DZ' 'EA' 'EC' 'EE' 'EG' 'EH' 'ER' 'ES' 'ET' 'FI' 'FJ' 'FK' 'FM' 'FO' 'FR' 'GA' 'GB' 'GD' 'GE' 'GF' 'GG' 'GH' 'GI' 'GL' 'GM' 'GN' 'GP' 'GQ' 'GR' 'GS' 'GT' 'GU' 'GW' 'GY' 'HK' 'HN' 'HR' 'HT' 'HU' 'IC' 'ID' 'IE' 'IL' 'IM' 'IN' 'IO' 'IQ' 'IR' 'IS' 'IT' 'JE' 'JM' 'JO' 'JP' 'KE' 'KG' 'KH' 'KI' 'KM' 'KN' 'KP' 'KR' 'KW' 'KY' 'KZ' 'LA' 'LB' 'LC' 'LI' 'LK' 'LR' 'LS' 'LT' 'LU' 'LV' 'LY' 'MA' 'MC' 'MD' 'ME' 'MF' 'MG' 'MH' 'MK' 'ML' 'MM' 'MN' 'MO' 'MP' 'MQ' 'MR' 'MS' 'MT' 'MU' 'MV' 'MW' 'MX' 'MY' 'MZ' 'NA' 'NC' 'NE' 'NF' 'NG' 'NI' 'NL' 'NO' 'NP' 'NR' 'NU' 'NZ' 'OM' 'PA' 'PE' 'PF' 'PG' 'PH' 'PK' 'PL' 'PM' 'PN' 'PR' 'PS' 'PT' 'PW' 'PY' 'QA' 'RE' 'RO' 'RS' 'RU' 'RW' 'SA' 'SB' 'SC' 'SD' 'SE' 'SG' 'SH' 'SI' 'SJ' 'SK' 'SL' 'SM' 'SN' 'SO' 'SR' 'SS' 'ST' 'SV' 'SX' 'SY' 'SZ' 'TA' 'TC' 'TD' 'TF' 'TG' 'TH' 'TJ' 'TK' 'TL' 'TM' 'TN' 'TO' 'TR' 'TT' 'TV' 'TW' 'TZ' 'UA' 'UG' 'UM' 'US' 'UY' 'UZ' 'VA' 'VC' 'VE' 'VG' 'VI' 'VN' 'VU' 'WF' 'WS' 'XA' 'XB' 'XK' 'YE' 'YT' 'ZA' 'ZM' 'ZW')}}\",\n \"post_code\": \"\"\n },\n \"emails\": [\n \"\"\n ],\n \"general_ledger_number\": \"\",\n \"iban\": \"\",\n \"name\": \"\",\n \"phone\": \"\",\n \"swift\": \"\",\n \"taxcode\": \"\"\n }\n ],\n \"last_page\": {{faker 'number.int' max=99999}},\n \"next_page_url\": \"\",\n \"per_page\": {{faker 'number.int' max=99999}},\n \"prev_page_url\": \"\",\n \"total\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "de424cf7-8c8c-48e7-8430-33690f66ff49", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b374f182-d6c5-4a82-b668-0893f583a59f", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "47e80312-b17b-47c6-9fec-1c62371413f0", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d48efc43-74d7-4dce-9cfe-c92f5e12d6be", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "809c50af-ad72-41a7-a2db-e8d02f322a68", "documentation": "Create a partner", "method": "post", "endpoint": "partners", "responses": [ { "uuid": "9e76e82c-8500-422d-8466-449458501c06", "body": "{\n \"account_number\": \"\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"{{oneOf (array '' 'AC' 'AD' 'AE' 'AF' 'AG' 'AI' 'AL' 'AM' 'AO' 'AQ' 'AR' 'AS' 'AT' 'AU' 'AW' 'AX' 'AZ' 'BA' 'BB' 'BD' 'BE' 'BF' 'BG' 'BH' 'BI' 'BJ' 'BL' 'BM' 'BN' 'BO' 'BQ' 'BR' 'BS' 'BT' 'BW' 'BY' 'BZ' 'CA' 'CC' 'CD' 'CF' 'CG' 'CH' 'CI' 'CK' 'CL' 'CM' 'CN' 'CO' 'CR' 'CU' 'CV' 'CW' 'CX' 'CY' 'CZ' 'DE' 'DG' 'DJ' 'DK' 'DM' 'DO' 'DZ' 'EA' 'EC' 'EE' 'EG' 'EH' 'ER' 'ES' 'ET' 'FI' 'FJ' 'FK' 'FM' 'FO' 'FR' 'GA' 'GB' 'GD' 'GE' 'GF' 'GG' 'GH' 'GI' 'GL' 'GM' 'GN' 'GP' 'GQ' 'GR' 'GS' 'GT' 'GU' 'GW' 'GY' 'HK' 'HN' 'HR' 'HT' 'HU' 'IC' 'ID' 'IE' 'IL' 'IM' 'IN' 'IO' 'IQ' 'IR' 'IS' 'IT' 'JE' 'JM' 'JO' 'JP' 'KE' 'KG' 'KH' 'KI' 'KM' 'KN' 'KP' 'KR' 'KW' 'KY' 'KZ' 'LA' 'LB' 'LC' 'LI' 'LK' 'LR' 'LS' 'LT' 'LU' 'LV' 'LY' 'MA' 'MC' 'MD' 'ME' 'MF' 'MG' 'MH' 'MK' 'ML' 'MM' 'MN' 'MO' 'MP' 'MQ' 'MR' 'MS' 'MT' 'MU' 'MV' 'MW' 'MX' 'MY' 'MZ' 'NA' 'NC' 'NE' 'NF' 'NG' 'NI' 'NL' 'NO' 'NP' 'NR' 'NU' 'NZ' 'OM' 'PA' 'PE' 'PF' 'PG' 'PH' 'PK' 'PL' 'PM' 'PN' 'PR' 'PS' 'PT' 'PW' 'PY' 'QA' 'RE' 'RO' 'RS' 'RU' 'RW' 'SA' 'SB' 'SC' 'SD' 'SE' 'SG' 'SH' 'SI' 'SJ' 'SK' 'SL' 'SM' 'SN' 'SO' 'SR' 'SS' 'ST' 'SV' 'SX' 'SY' 'SZ' 'TA' 'TC' 'TD' 'TF' 'TG' 'TH' 'TJ' 'TK' 'TL' 'TM' 'TN' 'TO' 'TR' 'TT' 'TV' 'TW' 'TZ' 'UA' 'UG' 'UM' 'US' 'UY' 'UZ' 'VA' 'VC' 'VE' 'VG' 'VI' 'VN' 'VU' 'WF' 'WS' 'XA' 'XB' 'XK' 'YE' 'YT' 'ZA' 'ZM' 'ZW')}}\",\n \"post_code\": \"\"\n },\n \"emails\": [\n \"\"\n ],\n \"general_ledger_number\": \"\",\n \"iban\": \"\",\n \"name\": \"\",\n \"phone\": \"\",\n \"swift\": \"\",\n \"taxcode\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Partner created successfully.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "285ecca8-f293-41aa-bf07-5809aea7889b", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8f7092ce-f7e9-47e6-ad72-43a25e8bb26b", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "71a8184e-c342-4d4b-beb9-a0e59af7ee17", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 403, "label": "Authenticated user doesn't have access to the resource.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6598f6bf-00ac-4812-9cb8-87a9646a5ee4", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3b395338-e523-4e50-bb58-0c6e79b3bc69", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "48db6159-4ab1-4139-9468-4c327f862fa2", "documentation": "Delete a partner", "method": "delete", "endpoint": "partners/:id", "responses": [ { "uuid": "7de5e3b4-a7cf-4cbd-b7b1-3e4e97eaa9ed", "body": "", "latency": 0, "statusCode": 204, "label": "Partner deleted successfully.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0a40a877-2c1c-4cc8-9dec-6ea53cf885c6", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4d002afd-74d7-49d7-82d8-518f2d1c7cf4", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "87d88c85-eb4b-46b5-9e25-30a2bd42b123", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 403, "label": "Authenticated user doesn't have access to the resource.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "639aa3a4-4829-4242-b5c9-9edd7fbfda03", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 404, "label": "Non-existent resource is requested.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5fc2236c-36a4-4184-8461-1bc1b4e78311", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1d4ca071-efff-4eff-ba5a-e3779d43ebe6", "documentation": "Retrieve a partner", "method": "get", "endpoint": "partners/:id", "responses": [ { "uuid": "ff3a85fa-acf8-4d95-bbb9-a37ae1e3ceb2", "body": "{\n \"account_number\": \"\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"{{oneOf (array '' 'AC' 'AD' 'AE' 'AF' 'AG' 'AI' 'AL' 'AM' 'AO' 'AQ' 'AR' 'AS' 'AT' 'AU' 'AW' 'AX' 'AZ' 'BA' 'BB' 'BD' 'BE' 'BF' 'BG' 'BH' 'BI' 'BJ' 'BL' 'BM' 'BN' 'BO' 'BQ' 'BR' 'BS' 'BT' 'BW' 'BY' 'BZ' 'CA' 'CC' 'CD' 'CF' 'CG' 'CH' 'CI' 'CK' 'CL' 'CM' 'CN' 'CO' 'CR' 'CU' 'CV' 'CW' 'CX' 'CY' 'CZ' 'DE' 'DG' 'DJ' 'DK' 'DM' 'DO' 'DZ' 'EA' 'EC' 'EE' 'EG' 'EH' 'ER' 'ES' 'ET' 'FI' 'FJ' 'FK' 'FM' 'FO' 'FR' 'GA' 'GB' 'GD' 'GE' 'GF' 'GG' 'GH' 'GI' 'GL' 'GM' 'GN' 'GP' 'GQ' 'GR' 'GS' 'GT' 'GU' 'GW' 'GY' 'HK' 'HN' 'HR' 'HT' 'HU' 'IC' 'ID' 'IE' 'IL' 'IM' 'IN' 'IO' 'IQ' 'IR' 'IS' 'IT' 'JE' 'JM' 'JO' 'JP' 'KE' 'KG' 'KH' 'KI' 'KM' 'KN' 'KP' 'KR' 'KW' 'KY' 'KZ' 'LA' 'LB' 'LC' 'LI' 'LK' 'LR' 'LS' 'LT' 'LU' 'LV' 'LY' 'MA' 'MC' 'MD' 'ME' 'MF' 'MG' 'MH' 'MK' 'ML' 'MM' 'MN' 'MO' 'MP' 'MQ' 'MR' 'MS' 'MT' 'MU' 'MV' 'MW' 'MX' 'MY' 'MZ' 'NA' 'NC' 'NE' 'NF' 'NG' 'NI' 'NL' 'NO' 'NP' 'NR' 'NU' 'NZ' 'OM' 'PA' 'PE' 'PF' 'PG' 'PH' 'PK' 'PL' 'PM' 'PN' 'PR' 'PS' 'PT' 'PW' 'PY' 'QA' 'RE' 'RO' 'RS' 'RU' 'RW' 'SA' 'SB' 'SC' 'SD' 'SE' 'SG' 'SH' 'SI' 'SJ' 'SK' 'SL' 'SM' 'SN' 'SO' 'SR' 'SS' 'ST' 'SV' 'SX' 'SY' 'SZ' 'TA' 'TC' 'TD' 'TF' 'TG' 'TH' 'TJ' 'TK' 'TL' 'TM' 'TN' 'TO' 'TR' 'TT' 'TV' 'TW' 'TZ' 'UA' 'UG' 'UM' 'US' 'UY' 'UZ' 'VA' 'VC' 'VE' 'VG' 'VI' 'VN' 'VU' 'WF' 'WS' 'XA' 'XB' 'XK' 'YE' 'YT' 'ZA' 'ZM' 'ZW')}}\",\n \"post_code\": \"\"\n },\n \"emails\": [\n \"\"\n ],\n \"general_ledger_number\": \"\",\n \"iban\": \"\",\n \"name\": \"\",\n \"phone\": \"\",\n \"swift\": \"\",\n \"taxcode\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b77a080a-4e6c-4357-bc81-da0fb4798df8", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "add4f30c-ac26-45db-8b01-52c2953b5aa8", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7950ef08-63ac-413b-b835-8b0d3f22ae41", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 404, "label": "Non-existent resource is requested.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "518f66e8-4841-48bb-94fe-010f0b476173", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1f880cfc-8aba-45eb-89d1-3c71b3c539de", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "890dc0ee-1956-435b-83c3-c6281364be54", "documentation": "Update a partner", "method": "put", "endpoint": "partners/:id", "responses": [ { "uuid": "21a6dbf3-dade-49e9-9246-0960a2c3b83f", "body": "{\n \"account_number\": \"\",\n \"address\": {\n \"address\": \"\",\n \"city\": \"\",\n \"country_code\": \"{{oneOf (array '' 'AC' 'AD' 'AE' 'AF' 'AG' 'AI' 'AL' 'AM' 'AO' 'AQ' 'AR' 'AS' 'AT' 'AU' 'AW' 'AX' 'AZ' 'BA' 'BB' 'BD' 'BE' 'BF' 'BG' 'BH' 'BI' 'BJ' 'BL' 'BM' 'BN' 'BO' 'BQ' 'BR' 'BS' 'BT' 'BW' 'BY' 'BZ' 'CA' 'CC' 'CD' 'CF' 'CG' 'CH' 'CI' 'CK' 'CL' 'CM' 'CN' 'CO' 'CR' 'CU' 'CV' 'CW' 'CX' 'CY' 'CZ' 'DE' 'DG' 'DJ' 'DK' 'DM' 'DO' 'DZ' 'EA' 'EC' 'EE' 'EG' 'EH' 'ER' 'ES' 'ET' 'FI' 'FJ' 'FK' 'FM' 'FO' 'FR' 'GA' 'GB' 'GD' 'GE' 'GF' 'GG' 'GH' 'GI' 'GL' 'GM' 'GN' 'GP' 'GQ' 'GR' 'GS' 'GT' 'GU' 'GW' 'GY' 'HK' 'HN' 'HR' 'HT' 'HU' 'IC' 'ID' 'IE' 'IL' 'IM' 'IN' 'IO' 'IQ' 'IR' 'IS' 'IT' 'JE' 'JM' 'JO' 'JP' 'KE' 'KG' 'KH' 'KI' 'KM' 'KN' 'KP' 'KR' 'KW' 'KY' 'KZ' 'LA' 'LB' 'LC' 'LI' 'LK' 'LR' 'LS' 'LT' 'LU' 'LV' 'LY' 'MA' 'MC' 'MD' 'ME' 'MF' 'MG' 'MH' 'MK' 'ML' 'MM' 'MN' 'MO' 'MP' 'MQ' 'MR' 'MS' 'MT' 'MU' 'MV' 'MW' 'MX' 'MY' 'MZ' 'NA' 'NC' 'NE' 'NF' 'NG' 'NI' 'NL' 'NO' 'NP' 'NR' 'NU' 'NZ' 'OM' 'PA' 'PE' 'PF' 'PG' 'PH' 'PK' 'PL' 'PM' 'PN' 'PR' 'PS' 'PT' 'PW' 'PY' 'QA' 'RE' 'RO' 'RS' 'RU' 'RW' 'SA' 'SB' 'SC' 'SD' 'SE' 'SG' 'SH' 'SI' 'SJ' 'SK' 'SL' 'SM' 'SN' 'SO' 'SR' 'SS' 'ST' 'SV' 'SX' 'SY' 'SZ' 'TA' 'TC' 'TD' 'TF' 'TG' 'TH' 'TJ' 'TK' 'TL' 'TM' 'TN' 'TO' 'TR' 'TT' 'TV' 'TW' 'TZ' 'UA' 'UG' 'UM' 'US' 'UY' 'UZ' 'VA' 'VC' 'VE' 'VG' 'VI' 'VN' 'VU' 'WF' 'WS' 'XA' 'XB' 'XK' 'YE' 'YT' 'ZA' 'ZM' 'ZW')}}\",\n \"post_code\": \"\"\n },\n \"emails\": [\n \"\"\n ],\n \"general_ledger_number\": \"\",\n \"iban\": \"\",\n \"name\": \"\",\n \"phone\": \"\",\n \"swift\": \"\",\n \"taxcode\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Partner updated successfully.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c90ee4a0-a1c8-4458-8d95-b1d55bb2552b", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e02cbf1e-cf9e-4187-bc1d-17be4fe56afc", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7b584728-b7aa-4db1-b15e-5304f70199f4", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 403, "label": "Authenticated user doesn't have access to the resource.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5b48a772-6feb-444f-8ed4-ee67ad1d4897", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 404, "label": "Non-existent resource is requested.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "032afe87-434c-481c-b570-b43d89027562", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e5e71ce7-5e74-4153-bd90-9c23907cd213", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ac1572eb-6752-442a-b4ab-ff638e0f1ca6", "documentation": "List all product", "method": "get", "endpoint": "products", "responses": [ { "uuid": "2822db75-03e3-40de-8b7d-fb0ece4ef33e", "body": "{\n \"current_page\": {{faker 'number.int' max=99999}},\n \"data\": [\n {\n \"comment\": \"\",\n \"currency\": \"{{oneOf (array 'AUD' 'BGN' 'BRL' 'CAD' 'CHF' 'CNY' 'CZK' 'DKK' 'EUR' 'GBP' 'HKD' 'HRK' 'HUF' 'IDR' 'ILS' 'INR' 'ISK' 'JPY' 'KRW' 'LTL' 'LVL' 'MXN' 'MYR' 'NOK' 'NZD' 'PHP' 'PLN' 'RON' 'RSD' 'RUB' 'SEK' 'SGD' 'THB' 'TRY' 'UAH' 'USD' 'ZAR')}}\",\n \"general_ledger_number\": \"\",\n \"general_ledger_taxcode\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"net_unit_price\": {{faker 'number.float'}},\n \"unit\": \"\",\n \"vat\": \"{{oneOf (array '0%' '1%' '10%' '11%' '12%' '13%' '14%' '15%' '16%' '17%' '18%' '19%' '2%' '20%' '21%' '22%' '23%' '24%' '25%' '26%' '27%' '3%' '4%' '5%' '6%' '7%' '8%' '9%' 'AAM' 'AM' 'EU' 'EUK' 'F.AFA' 'FAD' 'K.AFA' 'MAA' 'TAM' 'ÁKK' 'ÁTHK')}}\"\n }\n ],\n \"last_page\": {{faker 'number.int' max=99999}},\n \"next_page_url\": \"\",\n \"per_page\": {{faker 'number.int' max=99999}},\n \"prev_page_url\": \"\",\n \"total\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ca8dbc38-ab06-4ecc-8202-6f03cc49cbde", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b55ec91f-ca4e-4b4f-9ca6-02c425277825", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ab83e336-2540-42e6-b242-0fcd80c14c25", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c4f48e4c-003a-43b5-9311-adc1c05f1a42", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "66e25ad3-60df-4140-9633-de2d3ef63933", "documentation": "Create a product", "method": "post", "endpoint": "products", "responses": [ { "uuid": "e20f6d88-5a5f-4840-9c81-31b5b1b6f11c", "body": "{\n \"comment\": \"\",\n \"currency\": \"{{oneOf (array 'AUD' 'BGN' 'BRL' 'CAD' 'CHF' 'CNY' 'CZK' 'DKK' 'EUR' 'GBP' 'HKD' 'HRK' 'HUF' 'IDR' 'ILS' 'INR' 'ISK' 'JPY' 'KRW' 'LTL' 'LVL' 'MXN' 'MYR' 'NOK' 'NZD' 'PHP' 'PLN' 'RON' 'RSD' 'RUB' 'SEK' 'SGD' 'THB' 'TRY' 'UAH' 'USD' 'ZAR')}}\",\n \"general_ledger_number\": \"\",\n \"general_ledger_taxcode\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"net_unit_price\": {{faker 'number.float'}},\n \"unit\": \"\",\n \"vat\": \"{{oneOf (array '0%' '1%' '10%' '11%' '12%' '13%' '14%' '15%' '16%' '17%' '18%' '19%' '2%' '20%' '21%' '22%' '23%' '24%' '25%' '26%' '27%' '3%' '4%' '5%' '6%' '7%' '8%' '9%' 'AAM' 'AM' 'EU' 'EUK' 'F.AFA' 'FAD' 'K.AFA' 'MAA' 'TAM' 'ÁKK' 'ÁTHK')}}\"\n}", "latency": 0, "statusCode": 201, "label": "Product created successfully.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "83b019d4-37b6-4875-9aef-aff097c93eb5", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3ff5ceeb-bc7b-40fd-a115-e4a47e11c646", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5bdce2a2-e7cd-4b82-805d-3ef84c9db030", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 403, "label": "Authenticated user doesn't have access to the resource.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c7831344-89a4-4279-8510-0bedb5320dfd", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7fdbcbe0-2b8a-4433-b34e-da1dfc9b2862", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d99ae754-3a30-43df-b284-59d6f307802a", "documentation": "Delete a product", "method": "delete", "endpoint": "products/:id", "responses": [ { "uuid": "31f0af1b-5bf2-4bd5-bab1-d09b439ebbd9", "body": "", "latency": 0, "statusCode": 204, "label": "Product deleted successfully.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "01e1bad5-5042-46a0-952a-f26a19543f9a", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "968d21a3-109d-4ab6-a78f-341c88f87df5", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3604c524-92bc-4ec8-9df9-e90c557c4a09", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 403, "label": "Authenticated user doesn't have access to the resource.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e8265604-47f9-485f-b581-089b0e409f4b", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 404, "label": "Non-existent resource is requested.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bd50d130-9950-44fe-a2e6-074e19a19436", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "066728f5-fd0c-432c-bd62-d8180d1148f2", "documentation": "Retrieve a product", "method": "get", "endpoint": "products/:id", "responses": [ { "uuid": "2b7b6cca-1327-491e-bf34-72aaa02c0afc", "body": "{\n \"comment\": \"\",\n \"currency\": \"{{oneOf (array 'AUD' 'BGN' 'BRL' 'CAD' 'CHF' 'CNY' 'CZK' 'DKK' 'EUR' 'GBP' 'HKD' 'HRK' 'HUF' 'IDR' 'ILS' 'INR' 'ISK' 'JPY' 'KRW' 'LTL' 'LVL' 'MXN' 'MYR' 'NOK' 'NZD' 'PHP' 'PLN' 'RON' 'RSD' 'RUB' 'SEK' 'SGD' 'THB' 'TRY' 'UAH' 'USD' 'ZAR')}}\",\n \"general_ledger_number\": \"\",\n \"general_ledger_taxcode\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"net_unit_price\": {{faker 'number.float'}},\n \"unit\": \"\",\n \"vat\": \"{{oneOf (array '0%' '1%' '10%' '11%' '12%' '13%' '14%' '15%' '16%' '17%' '18%' '19%' '2%' '20%' '21%' '22%' '23%' '24%' '25%' '26%' '27%' '3%' '4%' '5%' '6%' '7%' '8%' '9%' 'AAM' 'AM' 'EU' 'EUK' 'F.AFA' 'FAD' 'K.AFA' 'MAA' 'TAM' 'ÁKK' 'ÁTHK')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Success response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6cddf047-9b0c-4c17-a571-1ac395aee4fb", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f3480f8f-2a85-4a35-9516-092ec5008ba2", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d8da93de-c009-4881-95c0-6cf852c8a746", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 404, "label": "Non-existent resource is requested.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "42f2d9c1-eced-4cb8-8d42-720b793a7847", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7a42fb8c-2c6b-4c60-9a0d-e37fbdeb1ce4", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c9b41203-3089-48a4-a8d3-930e805ccf77", "documentation": "Update a product", "method": "put", "endpoint": "products/:id", "responses": [ { "uuid": "28a1d53e-41ac-4305-a444-17dd737a653e", "body": "{\n \"comment\": \"\",\n \"currency\": \"{{oneOf (array 'AUD' 'BGN' 'BRL' 'CAD' 'CHF' 'CNY' 'CZK' 'DKK' 'EUR' 'GBP' 'HKD' 'HRK' 'HUF' 'IDR' 'ILS' 'INR' 'ISK' 'JPY' 'KRW' 'LTL' 'LVL' 'MXN' 'MYR' 'NOK' 'NZD' 'PHP' 'PLN' 'RON' 'RSD' 'RUB' 'SEK' 'SGD' 'THB' 'TRY' 'UAH' 'USD' 'ZAR')}}\",\n \"general_ledger_number\": \"\",\n \"general_ledger_taxcode\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"net_unit_price\": {{faker 'number.float'}},\n \"unit\": \"\",\n \"vat\": \"{{oneOf (array '0%' '1%' '10%' '11%' '12%' '13%' '14%' '15%' '16%' '17%' '18%' '19%' '2%' '20%' '21%' '22%' '23%' '24%' '25%' '26%' '27%' '3%' '4%' '5%' '6%' '7%' '8%' '9%' 'AAM' 'AM' 'EU' 'EUK' 'F.AFA' 'FAD' 'K.AFA' 'MAA' 'TAM' 'ÁKK' 'ÁTHK')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Product updated successfully.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2a358cdd-b537-46ce-8444-1a0a89c14a19", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "20277b6b-662e-4a8a-be55-f4a2b32fe7b2", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "17890d37-4496-4810-b1cd-2c0d1d0599da", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 403, "label": "Authenticated user doesn't have access to the resource.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0bb3c084-b975-40e1-95e1-a648e270e130", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 404, "label": "Non-existent resource is requested.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a26cd5b6-3ba6-4776-a346-386e54bf702d", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1b7eb5c6-9516-484e-b389-1d1e16703aaf", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "00600c96-ee7e-4716-931c-1a41dd55161e", "documentation": "Convert legacy ID to v3 ID.", "method": "get", "endpoint": "utils/convert-legacy-id/:id", "responses": [ { "uuid": "0a0c66ad-7e27-46a8-8419-858f458a8f33", "body": "{\n \"id\": {{faker 'number.int' max=99999}},\n \"legacy_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success response", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9b2569f0-36e7-4c4f-bf8f-81bddaefbf85", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 400, "label": "The request is malformed.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "18b46615-36d6-4b16-8863-abc7959f1058", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 401, "label": "Authorization information is missing or invalid.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b1f5383b-8781-499a-b325-dcbce212ee5f", "body": "{\n \"error\": {\n \"message\": \"Authorization information (Header: %s) is missing or invalid.\"\n }\n}", "latency": 0, "statusCode": 404, "label": "Non-existent resource is requested.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8b445fa8-ffa0-456c-bac2-380ea9b7dd8d", "body": "{\n \"errors\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ],\n \"message\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Validation errors occured.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "455414eb-7ce8-409a-88f1-0a76c8a64a35", "body": "{\n \"error\": {\n \"message\": \"Internal Server Error.\",\n \"trace_id\": \"664b218f93954a3480cb0ddb8f919c3f\"\n }\n}", "latency": 0, "statusCode": 500, "label": "Internal server error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Retry-After", "value": "" }, { "key": "X-RateLimit-Limit", "value": "" }, { "key": "X-RateLimit-Remaining", "value": "" }, { "key": "X-RateLimit-Reset", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "aa783a3e-51f9-4ba1-8b9d-147fb01c65c3" }, { "type": "route", "uuid": "5ff749cf-61c8-4dd4-9428-e14935940f68" }, { "type": "route", "uuid": "2b71a213-cefc-4c97-832f-1cb95ea67f12" }, { "type": "route", "uuid": "1424aea1-6d77-4bdd-8c99-42a394a10a36" }, { "type": "route", "uuid": "8941822b-f083-4252-9deb-ac4036b5e1ce" }, { "type": "route", "uuid": "a6f7de17-2246-4572-8205-96ebd329d1b1" }, { "type": "route", "uuid": "ece97351-61d7-4292-ab86-a1bc604e9947" }, { "type": "route", "uuid": "930dd552-95f0-4579-b0df-e53d05d0b3f6" }, { "type": "route", "uuid": "aaa1ac19-ec14-4c4a-8384-7b9f500a4631" }, { "type": "route", "uuid": "afce2c21-70fe-4f6a-871d-28deadd0bd33" }, { "type": "route", "uuid": "fa87b897-2878-43eb-9ef7-88057e92f9a1" }, { "type": "route", "uuid": "776b9f4d-741a-4d20-885e-c81a79562784" }, { "type": "route", "uuid": "685f8adc-92ea-4a2f-8133-7e0dbda8385a" }, { "type": "route", "uuid": "0f704a4f-17fd-41a9-95a0-86dfb25bacf4" }, { "type": "route", "uuid": "b6d1bea8-9f70-45be-b7f2-c401054c73a8" }, { "type": "route", "uuid": "f4a5e46e-392c-4a60-a863-4f4c3d69b2c4" }, { "type": "route", "uuid": "51b6228a-9ca1-4632-996b-a1271630ad70" }, { "type": "route", "uuid": "701dd8a2-b3fe-4393-a5c3-dd8d86181910" }, { "type": "route", "uuid": "692cb70c-dd24-4663-bb30-c97a3e25ae3e" }, { "type": "route", "uuid": "658de728-ac8d-4833-a33f-6cb09afaf8dd" }, { "type": "route", "uuid": "33abc0d7-d4a4-459f-a4a0-f9fdeb3c68d4" }, { "type": "route", "uuid": "809c50af-ad72-41a7-a2db-e8d02f322a68" }, { "type": "route", "uuid": "48db6159-4ab1-4139-9468-4c327f862fa2" }, { "type": "route", "uuid": "1d4ca071-efff-4eff-ba5a-e3779d43ebe6" }, { "type": "route", "uuid": "890dc0ee-1956-435b-83c3-c6281364be54" }, { "type": "route", "uuid": "ac1572eb-6752-442a-b4ab-ff638e0f1ca6" }, { "type": "route", "uuid": "66e25ad3-60df-4140-9633-de2d3ef63933" }, { "type": "route", "uuid": "d99ae754-3a30-43df-b284-59d6f307802a" }, { "type": "route", "uuid": "066728f5-fd0c-432c-bd62-d8180d1148f2" }, { "type": "route", "uuid": "c9b41203-3089-48a4-a8d3-930e805ccf77" }, { "type": "route", "uuid": "00600c96-ee7e-4716-931c-1a41dd55161e" } ] }