{ "info": { "_postman_id": "7c30e971-00d6-4022-a49e-4063dd7d9b8a", "name": "Unified.to account deduction API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:23:51.000Z", "updatedAt": "2026-07-28T03:23:51.000Z", "lastUpdatedBy": "35240", "uid": "35240-7c30e971-00d6-4022-a49e-4063dd7d9b8a" }, "item": [ { "name": "hris", "item": [ { "name": "{connection_id}", "item": [ { "name": "deduction", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Deduction", "id": "0ded02d4-b98a-4d67-bd40-34ddfdf48d4a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction", ":id" ], "variable": [ { "id": "dcdcb753-b4cb-4117-9a21-24256ea3bda4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "8cb89259-a22a-4408-a9b7-d3f95ec91976", "key": "id", "value": "", "description": "(Required) ID of the Deduction" } ] } }, "response": [ { "id": "c967484a-55e5-4b79-8562-320348c8bc27", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-c967484a-55e5-4b79-8562-320348c8bc27" }, { "id": "8abc2f9f-36e1-46af-b10b-233cbbd23c8b", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction/:id", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-8abc2f9f-36e1-46af-b10b-233cbbd23c8b" } ], "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-0ded02d4-b98a-4d67-bd40-34ddfdf48d4a" }, { "name": "Retrieve a Deduction", "id": "64f62ee3-4cd3-489a-8d74-4ce9cd42d5dc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction/:id?fields=company_id&fields=coverage_level&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "company_id" }, { "description": "Fields to return", "key": "fields", "value": "coverage_level" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "22649960-7a73-4d21-8c65-63a21a6909e7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "181306af-3ec7-4961-b2f5-460ac8e50077", "key": "id", "value": "", "description": "(Required) ID of the Deduction" } ] } }, "response": [ { "id": "b8d53788-032b-44b0-b34b-4e653e0cf999", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction/:id?fields=coverage_level&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "coverage_level" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_ONLY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"QUARTER\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"Lorem_0\": 26384595.374538973\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-b8d53788-032b-44b0-b34b-4e653e0cf999" } ], "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-64f62ee3-4cd3-489a-8d74-4ce9cd42d5dc" }, { "name": "Update a Deduction", "id": "c479efd6-6b71-4168-bb7e-921d3ce1b886", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_ONLY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"QUARTER\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"Lorem_0\": 26384595.374538973\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction/:id?fields=company_id&fields=coverage_level&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "company_id" }, { "description": "Fields to return", "key": "fields", "value": "coverage_level" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "41abcd61-596e-4756-a957-311b22971841", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "5c6fabff-126a-4a4c-a543-0a18b37dbc29", "key": "id", "value": "", "description": "(Required) ID of the Deduction" } ] } }, "response": [ { "id": "8730fff6-141b-4338-800b-04e0e1de20ef", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_ONLY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"QUARTER\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"Lorem_0\": 26384595.374538973\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction/:id?fields=coverage_level&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "coverage_level" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_ONLY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"QUARTER\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"Lorem_0\": 26384595.374538973\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-8730fff6-141b-4338-800b-04e0e1de20ef" } ], "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-c479efd6-6b71-4168-bb7e-921d3ce1b886" }, { "name": "Update a Deduction", "id": "2b422a6e-d157-488f-9ff9-05f51c61083f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_ONLY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"QUARTER\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"Lorem_0\": 26384595.374538973\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction/:id?fields=company_id&fields=coverage_level&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "company_id" }, { "description": "Fields to return", "key": "fields", "value": "coverage_level" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "988dfedb-e420-4e8d-bc87-7760bea801ac", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d7d780f1-4a04-441a-a984-c0b9dbeb5c29", "key": "id", "value": "", "description": "(Required) ID of the Deduction" } ] } }, "response": [ { "id": "e4e9e9f2-4758-4ffa-840f-42ab790f564d", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_ONLY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"QUARTER\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"Lorem_0\": 26384595.374538973\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction/:id?fields=coverage_level&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "coverage_level" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_ONLY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"QUARTER\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"Lorem_0\": 26384595.374538973\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-e4e9e9f2-4758-4ffa-840f-42ab790f564d" } ], "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-2b422a6e-d157-488f-9ff9-05f51c61083f" } ], "id": "a485dda6-661a-4ba3-91a1-93fc356091c1", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-a485dda6-661a-4ba3-91a1-93fc356091c1" }, { "name": "List All Deductions", "id": "f2f40145-beb1-4e1c-bf6e-fbe8939720ec", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&payslip_id=&benefit_id=&start_gte=&end_lt=&fields=company_id&fields=coverage_level&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "The payslip ID to filter by", "key": "payslip_id", "value": "" }, { "description": "The benefit ID to filter by", "key": "benefit_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "company_id" }, { "description": "Fields to return", "key": "fields", "value": "coverage_level" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "2942faa4-e22a-4ec7-9441-53ce216a5673", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "849958ca-67c3-4eee-b917-9ad5dd341779", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction?limit=&offset=&updated_gte=&sort=&order=&query=&user_id=&company_id=&payslip_id=&benefit_id=&start_gte=&end_lt=&fields=coverage_level&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "The company ID to filter by (reference to HrisCompany)", "key": "company_id", "value": "" }, { "description": "The payslip ID to filter by", "key": "payslip_id", "value": "" }, { "description": "The benefit ID to filter by", "key": "benefit_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "coverage_level" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_CHILD\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"DAY\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"ut814\": 68077398.42646989\n },\n \"start_at\": \"\",\n \"type\": \"FIXED\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"OTHER\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"QUARTER\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"sintc0b\": false,\n \"id_b56\": 14474092.296839118,\n \"aliqua__\": \"deser\"\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-849958ca-67c3-4eee-b917-9ad5dd341779" } ], "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-f2f40145-beb1-4e1c-bf6e-fbe8939720ec" }, { "name": "Create a Deduction", "id": "14b97e42-2400-4e1d-ae6a-791c5caa2cc7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_ONLY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"QUARTER\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"Lorem_0\": 26384595.374538973\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction?fields=company_id&fields=coverage_level&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "company_id" }, { "description": "Fields to return", "key": "fields", "value": "coverage_level" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "b41eb9af-0959-43af-bd33-09998994281d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "d8c21573-c0a8-4da4-9761-bbeb4be7139c", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_ONLY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"QUARTER\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"Lorem_0\": 26384595.374538973\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/hris/:connection_id/deduction?fields=coverage_level&raw=", "host": [ "{{baseUrl}}" ], "path": [ "hris", ":connection_id", "deduction" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "coverage_level" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"amount\": \"\",\n \"benefit_id\": \"\",\n \"company_id\": \"\",\n \"coverage_level\": \"EMPLOYEE_ONLY\",\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"frequency\": \"QUARTER\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"Lorem_0\": 26384595.374538973\n },\n \"start_at\": \"\",\n \"type\": \"PERCENTAGE\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-d8c21573-c0a8-4da4-9761-bbeb4be7139c" } ], "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-14b97e42-2400-4e1d-ae6a-791c5caa2cc7" } ], "id": "ec9cd261-20f7-4cc2-b367-c4be6ba5a191", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-ec9cd261-20f7-4cc2-b367-c4be6ba5a191" } ], "id": "7bfddfe1-cabf-4fa6-a2ce-c4a43e324626", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-7bfddfe1-cabf-4fa6-a2ce-c4a43e324626" } ], "id": "2500cbb4-c22f-4302-8837-eb4d42fc5557", "createdAt": "2026-07-28T03:23:52.000Z", "updatedAt": "2026-07-28T03:23:52.000Z", "uid": "35240-2500cbb4-c22f-4302-8837-eb4d42fc5557" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.unified.to" } ] }