{ "info": { "_postman_id": "7c409b39-b3e2-4b37-83a2-af07433102b4", "name": "Remote Address Details Contractors API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:45:16.000Z", "updatedAt": "2026-07-28T02:45:16.000Z", "lastUpdatedBy": "35240", "uid": "35240-7c409b39-b3e2-4b37-83a2-af07433102b4" }, "item": [ { "name": "v1", "item": [ { "name": "contractor-invoices", "item": [ { "name": "{id}", "item": [ { "name": "Show Contractor Invoice", "id": "86a1b224-b038-409d-9806-a82b9e5651d7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoices/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoices", ":id" ], "variable": [ { "id": "da2d14df-4fbf-4c8d-8ce1-748dc4b17a25", "key": "id", "value": "", "description": "(Required) Resource unique identifier" } ] }, "description": "Shows a single Contractor Invoice record.\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage invoices (`invoices`) | View invoices (`invoices:read`) | Manage invoices (`invoices:write`) |\n" }, "response": [ { "id": "060dd8f0-1a5f-4927-9591-2d03a2111763", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoices/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoices", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"contractor_invoice\": {\n \"id\": \"\",\n \"date\": \"\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"type\": \"manual\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"type\": \"expense\"\n }\n ],\n \"amount\": \"\",\n \"currency\": \"\",\n \"source_amount\": \"\",\n \"source_currency\": \"\",\n \"status\": \"rejected\",\n \"approved_at\": \"\",\n \"contractor_invoice_schedule_id\": \"\",\n \"description\": \"\",\n \"due_date\": \"\",\n \"employment_id\": \"\",\n \"fx_rate\": \"\",\n \"number\": \"\",\n \"paid_out_at\": \"\",\n \"pay_out_method\": \"swift_our\",\n \"processing_fee\": \"\",\n \"processing_fee_currency\": \"\",\n \"processing_fee_payer\": \"contractor\",\n \"target_amount\": \"\",\n \"target_currency\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-060dd8f0-1a5f-4927-9591-2d03a2111763" }, { "id": "cd7f0fc4-b526-41ea-9b20-ebf764bdad19", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoices/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoices", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-cd7f0fc4-b526-41ea-9b20-ebf764bdad19" }, { "id": "29b3f054-89cf-4a08-b244-bdca53f2c8c4", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoices/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoices", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-29b3f054-89cf-4a08-b244-bdca53f2c8c4" }, { "id": "43314789-b915-4e4a-b000-df4f1dfd8d06", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoices/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoices", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-43314789-b915-4e4a-b000-df4f1dfd8d06" }, { "id": "956e2f75-e166-47d6-b5c2-dce5c498e5b4", "name": "Unprocessable Entity", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoices/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoices", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-956e2f75-e166-47d6-b5c2-dce5c498e5b4" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-86a1b224-b038-409d-9806-a82b9e5651d7" } ], "id": "c7750541-d0f9-45ab-a774-236cb673a291", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-c7750541-d0f9-45ab-a774-236cb673a291" }, { "name": "List Contractor Invoices", "id": "adc853c2-1e65-4f46-bf5f-5af8991c86f1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoices?status=enqueued&contractor_invoice_schedule_id=&date_from=&date_to=&due_date_from=&due_date_to=&approved_date_from=&approved_date_to=&paid_out_date_from=&paid_out_date_to=&sort_by=approved_at&order=desc&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoices" ], "query": [ { "description": "Filters contractor invoices by status matching the value.", "key": "status", "value": "enqueued" }, { "description": "Filters contractor invoices by invoice schedule ID matching the value.", "key": "contractor_invoice_schedule_id", "value": "" }, { "description": "Filters contractor invoices by date greater than or equal to the value.", "key": "date_from", "value": "" }, { "description": "Filters contractor invoices by date less than or equal to the value.", "key": "date_to", "value": "" }, { "description": "Filters contractor invoices by due date greater than or equal to the value.", "key": "due_date_from", "value": "" }, { "description": "Filters contractor invoices by due date less than or equal to the value.", "key": "due_date_to", "value": "" }, { "description": "Filters contractor invoices by approved date greater than or equal to the value.", "key": "approved_date_from", "value": "" }, { "description": "Filters contractor invoices by approved date less than or equal to the value.", "key": "approved_date_to", "value": "" }, { "description": "Filters contractor invoices by paid out date greater than or equal to the value.", "key": "paid_out_date_from", "value": "" }, { "description": "Filters contractor invoices by paid out date less than or equal to the value.", "key": "paid_out_date_to", "value": "" }, { "description": "Field to sort by", "key": "sort_by", "value": "approved_at" }, { "description": "Sort order", "key": "order", "value": "desc" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] }, "description": "Lists Contractor Invoice records.\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage invoices (`invoices`) | View invoices (`invoices:read`) | Manage invoices (`invoices:write`) |\n" }, "response": [ { "id": "6d3dc6ed-5522-4b51-9a31-270f062de5b0", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoices?status=enqueued&contractor_invoice_schedule_id=&date_from=&date_to=&due_date_from=&due_date_to=&approved_date_from=&approved_date_to=&paid_out_date_from=&paid_out_date_to=&sort_by=approved_at&order=desc&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoices" ], "query": [ { "description": "Filters contractor invoices by status matching the value.", "key": "status", "value": "enqueued" }, { "description": "Filters contractor invoices by invoice schedule ID matching the value.", "key": "contractor_invoice_schedule_id", "value": "" }, { "description": "Filters contractor invoices by date greater than or equal to the value.", "key": "date_from", "value": "" }, { "description": "Filters contractor invoices by date less than or equal to the value.", "key": "date_to", "value": "" }, { "description": "Filters contractor invoices by due date greater than or equal to the value.", "key": "due_date_from", "value": "" }, { "description": "Filters contractor invoices by due date less than or equal to the value.", "key": "due_date_to", "value": "" }, { "description": "Filters contractor invoices by approved date greater than or equal to the value.", "key": "approved_date_from", "value": "" }, { "description": "Filters contractor invoices by approved date less than or equal to the value.", "key": "approved_date_to", "value": "" }, { "description": "Filters contractor invoices by paid out date greater than or equal to the value.", "key": "paid_out_date_from", "value": "" }, { "description": "Filters contractor invoices by paid out date less than or equal to the value.", "key": "paid_out_date_to", "value": "" }, { "description": "Field to sort by", "key": "sort_by", "value": "approved_at" }, { "description": "Sort order", "key": "order", "value": "desc" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"contractor_invoices\": [\n {\n \"id\": \"\",\n \"date\": \"\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"type\": \"manual\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"type\": \"time_tracking\"\n }\n ],\n \"amount\": \"\",\n \"currency\": \"\",\n \"source_amount\": \"\",\n \"source_currency\": \"\",\n \"status\": \"processing\",\n \"approved_at\": \"\",\n \"contractor_invoice_schedule_id\": \"\",\n \"description\": \"\",\n \"due_date\": \"\",\n \"employment_id\": \"\",\n \"fx_rate\": \"\",\n \"number\": \"\",\n \"paid_out_at\": \"\",\n \"pay_out_method\": \"swift_our\",\n \"processing_fee\": \"\",\n \"processing_fee_currency\": \"\",\n \"processing_fee_payer\": \"contractor\",\n \"target_amount\": \"\",\n \"target_currency\": \"\"\n },\n {\n \"id\": \"\",\n \"date\": \"\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"type\": \"expense\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\",\n \"type\": \"time_tracking\"\n }\n ],\n \"amount\": \"\",\n \"currency\": \"\",\n \"source_amount\": \"\",\n \"source_currency\": \"\",\n \"status\": \"rejected_by_remote\",\n \"approved_at\": \"\",\n \"contractor_invoice_schedule_id\": \"\",\n \"description\": \"\",\n \"due_date\": \"\",\n \"employment_id\": \"\",\n \"fx_rate\": \"\",\n \"number\": \"\",\n \"paid_out_at\": \"\",\n \"pay_out_method\": \"swift_our\",\n \"processing_fee\": \"\",\n \"processing_fee_currency\": \"\",\n \"processing_fee_payer\": \"contractor\",\n \"target_amount\": \"\",\n \"target_currency\": \"\"\n }\n ],\n \"current_page\": \"\",\n \"total_count\": \"\",\n \"total_pages\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-6d3dc6ed-5522-4b51-9a31-270f062de5b0" }, { "id": "917f7aed-5653-49d6-93f4-841accaa6988", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoices?status=enqueued&contractor_invoice_schedule_id=&date_from=&date_to=&due_date_from=&due_date_to=&approved_date_from=&approved_date_to=&paid_out_date_from=&paid_out_date_to=&sort_by=approved_at&order=desc&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoices" ], "query": [ { "description": "Filters contractor invoices by status matching the value.", "key": "status", "value": "enqueued" }, { "description": "Filters contractor invoices by invoice schedule ID matching the value.", "key": "contractor_invoice_schedule_id", "value": "" }, { "description": "Filters contractor invoices by date greater than or equal to the value.", "key": "date_from", "value": "" }, { "description": "Filters contractor invoices by date less than or equal to the value.", "key": "date_to", "value": "" }, { "description": "Filters contractor invoices by due date greater than or equal to the value.", "key": "due_date_from", "value": "" }, { "description": "Filters contractor invoices by due date less than or equal to the value.", "key": "due_date_to", "value": "" }, { "description": "Filters contractor invoices by approved date greater than or equal to the value.", "key": "approved_date_from", "value": "" }, { "description": "Filters contractor invoices by approved date less than or equal to the value.", "key": "approved_date_to", "value": "" }, { "description": "Filters contractor invoices by paid out date greater than or equal to the value.", "key": "paid_out_date_from", "value": "" }, { "description": "Filters contractor invoices by paid out date less than or equal to the value.", "key": "paid_out_date_to", "value": "" }, { "description": "Field to sort by", "key": "sort_by", "value": "approved_at" }, { "description": "Sort order", "key": "order", "value": "desc" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-917f7aed-5653-49d6-93f4-841accaa6988" }, { "id": "97d61072-96a4-4284-bccd-7333538a00df", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoices?status=enqueued&contractor_invoice_schedule_id=&date_from=&date_to=&due_date_from=&due_date_to=&approved_date_from=&approved_date_to=&paid_out_date_from=&paid_out_date_to=&sort_by=approved_at&order=desc&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoices" ], "query": [ { "description": "Filters contractor invoices by status matching the value.", "key": "status", "value": "enqueued" }, { "description": "Filters contractor invoices by invoice schedule ID matching the value.", "key": "contractor_invoice_schedule_id", "value": "" }, { "description": "Filters contractor invoices by date greater than or equal to the value.", "key": "date_from", "value": "" }, { "description": "Filters contractor invoices by date less than or equal to the value.", "key": "date_to", "value": "" }, { "description": "Filters contractor invoices by due date greater than or equal to the value.", "key": "due_date_from", "value": "" }, { "description": "Filters contractor invoices by due date less than or equal to the value.", "key": "due_date_to", "value": "" }, { "description": "Filters contractor invoices by approved date greater than or equal to the value.", "key": "approved_date_from", "value": "" }, { "description": "Filters contractor invoices by approved date less than or equal to the value.", "key": "approved_date_to", "value": "" }, { "description": "Filters contractor invoices by paid out date greater than or equal to the value.", "key": "paid_out_date_from", "value": "" }, { "description": "Filters contractor invoices by paid out date less than or equal to the value.", "key": "paid_out_date_to", "value": "" }, { "description": "Field to sort by", "key": "sort_by", "value": "approved_at" }, { "description": "Sort order", "key": "order", "value": "desc" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-97d61072-96a4-4284-bccd-7333538a00df" }, { "id": "2c70e167-04bb-4885-9ba1-f670ead81b0f", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoices?status=enqueued&contractor_invoice_schedule_id=&date_from=&date_to=&due_date_from=&due_date_to=&approved_date_from=&approved_date_to=&paid_out_date_from=&paid_out_date_to=&sort_by=approved_at&order=desc&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoices" ], "query": [ { "description": "Filters contractor invoices by status matching the value.", "key": "status", "value": "enqueued" }, { "description": "Filters contractor invoices by invoice schedule ID matching the value.", "key": "contractor_invoice_schedule_id", "value": "" }, { "description": "Filters contractor invoices by date greater than or equal to the value.", "key": "date_from", "value": "" }, { "description": "Filters contractor invoices by date less than or equal to the value.", "key": "date_to", "value": "" }, { "description": "Filters contractor invoices by due date greater than or equal to the value.", "key": "due_date_from", "value": "" }, { "description": "Filters contractor invoices by due date less than or equal to the value.", "key": "due_date_to", "value": "" }, { "description": "Filters contractor invoices by approved date greater than or equal to the value.", "key": "approved_date_from", "value": "" }, { "description": "Filters contractor invoices by approved date less than or equal to the value.", "key": "approved_date_to", "value": "" }, { "description": "Filters contractor invoices by paid out date greater than or equal to the value.", "key": "paid_out_date_from", "value": "" }, { "description": "Filters contractor invoices by paid out date less than or equal to the value.", "key": "paid_out_date_to", "value": "" }, { "description": "Field to sort by", "key": "sort_by", "value": "approved_at" }, { "description": "Sort order", "key": "order", "value": "desc" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-2c70e167-04bb-4885-9ba1-f670ead81b0f" }, { "id": "aed309dc-de2b-454f-93af-1ba0c9a74108", "name": "Unprocessable Entity", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoices?status=enqueued&contractor_invoice_schedule_id=&date_from=&date_to=&due_date_from=&due_date_to=&approved_date_from=&approved_date_to=&paid_out_date_from=&paid_out_date_to=&sort_by=approved_at&order=desc&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoices" ], "query": [ { "description": "Filters contractor invoices by status matching the value.", "key": "status", "value": "enqueued" }, { "description": "Filters contractor invoices by invoice schedule ID matching the value.", "key": "contractor_invoice_schedule_id", "value": "" }, { "description": "Filters contractor invoices by date greater than or equal to the value.", "key": "date_from", "value": "" }, { "description": "Filters contractor invoices by date less than or equal to the value.", "key": "date_to", "value": "" }, { "description": "Filters contractor invoices by due date greater than or equal to the value.", "key": "due_date_from", "value": "" }, { "description": "Filters contractor invoices by due date less than or equal to the value.", "key": "due_date_to", "value": "" }, { "description": "Filters contractor invoices by approved date greater than or equal to the value.", "key": "approved_date_from", "value": "" }, { "description": "Filters contractor invoices by approved date less than or equal to the value.", "key": "approved_date_to", "value": "" }, { "description": "Filters contractor invoices by paid out date greater than or equal to the value.", "key": "paid_out_date_from", "value": "" }, { "description": "Filters contractor invoices by paid out date less than or equal to the value.", "key": "paid_out_date_to", "value": "" }, { "description": "Field to sort by", "key": "sort_by", "value": "approved_at" }, { "description": "Sort order", "key": "order", "value": "desc" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-aed309dc-de2b-454f-93af-1ba0c9a74108" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-adc853c2-1e65-4f46-bf5f-5af8991c86f1" } ], "id": "d8b86a6d-2086-47da-89ac-c4075bb79756", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-d8b86a6d-2086-47da-89ac-c4075bb79756" }, { "name": "contractors", "item": [ { "name": "employments", "item": [ { "name": "{employment_id}", "item": [ { "name": "contractor-subscriptions", "item": [ { "name": "List contractor subscriptions", "id": "25fcae8a-40f9-4c69-ba0e-149340e61029", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-subscriptions" ], "variable": [ { "id": "52cc7d3d-52b0-4a36-9260-89f5314fe73b", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Endpoint that can be used to list contractor subscriptions.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | View employments (`employment:read`) | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "2291812f-66f5-404b-b4a7-6351bd107574", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-subscriptions" ], "variable": [ { "key": "employment_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"company_product\": {\n \"slug\": \"\"\n },\n \"company_product_discount\": {\n \"expiration_date\": \"\",\n \"percent\": \"-4.89204593477\"\n },\n \"currency\": {\n \"code\": \"\",\n \"slug\": \"\",\n \"symbol\": \"\",\n \"name\": \"\"\n },\n \"price\": {\n \"amount\": \"\",\n \"final_amount\": \"\"\n },\n \"product\": {\n \"name\": \"\",\n \"tier\": \"\",\n \"frequency\": \"\",\n \"description\": \"\",\n \"features\": [\n \"\",\n \"\"\n ],\n \"identifier\": \"\",\n \"short_name\": \"\"\n },\n \"total_amount\": \"\",\n \"eligibility_questionnaire\": {\n \"slug\": \"\",\n \"is_blocking\": \"\",\n \"type\": \"contractor_of_record\",\n \"submitted_at\": \"\",\n \"questions\": {},\n \"responses\": {}\n },\n \"is_termination_fees_enabled\": \"\",\n \"total_discount\": \"\",\n \"total_in_advance\": \"\",\n \"total_prorated\": \"\"\n },\n {\n \"company_product\": {\n \"slug\": \"\"\n },\n \"company_product_discount\": {\n \"expiration_date\": \"\",\n \"percent\": \"-6627\"\n },\n \"currency\": {\n \"code\": \"\",\n \"slug\": \"\",\n \"symbol\": \"\",\n \"name\": \"\"\n },\n \"price\": {\n \"amount\": \"\",\n \"final_amount\": \"\"\n },\n \"product\": {\n \"name\": \"\",\n \"tier\": \"\",\n \"frequency\": \"\",\n \"description\": \"\",\n \"features\": [\n \"\",\n \"\"\n ],\n \"identifier\": \"\",\n \"short_name\": \"\"\n },\n \"total_amount\": \"\",\n \"eligibility_questionnaire\": {\n \"slug\": \"\",\n \"is_blocking\": \"\",\n \"type\": \"contractor_of_record\",\n \"submitted_at\": \"\",\n \"questions\": {},\n \"responses\": {}\n },\n \"is_termination_fees_enabled\": \"\",\n \"total_discount\": \"\",\n \"total_in_advance\": \"\",\n \"total_prorated\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-2291812f-66f5-404b-b4a7-6351bd107574" }, { "id": "26116115-5a12-48b3-b812-353d727c5e23", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-subscriptions" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-26116115-5a12-48b3-b812-353d727c5e23" }, { "id": "144256c2-c44b-451e-b2a6-57ce73521e22", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-subscriptions" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-144256c2-c44b-451e-b2a6-57ce73521e22" }, { "id": "a159bf83-587f-4023-9300-594cbfa771d5", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-subscriptions", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-subscriptions" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-a159bf83-587f-4023-9300-594cbfa771d5" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-25fcae8a-40f9-4c69-ba0e-149340e61029" } ], "id": "31009100-f454-4bd3-a3d2-260e56b3983c", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-31009100-f454-4bd3-a3d2-260e56b3983c" }, { "name": "contract-documents", "item": [ { "name": "{id}", "item": [ { "name": "Return a base64 encoded version of the contract document", "id": "e2a75476-228a-4eb9-9f40-66ecebadfced", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contract-documents/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contract-documents", ":id" ], "variable": [ { "id": "9f4c57cb-fa91-45e8-9e61-81e9609b2feb", "key": "employment_id", "value": "", "description": "(Required) Employment ID" }, { "id": "c7176bc4-fb0d-409b-ba5e-45bd2c2cdae5", "key": "id", "value": "", "description": "(Required) Document ID" } ] }, "description": "## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employment documents (`employment_documents`) | View documents (`document:read`) | Manage documents (`document:write`) |\n" }, "response": [ { "id": "1f81602a-704b-4f08-8d32-dc1f1a814006", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contract-documents/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contract-documents", ":id" ], "variable": [ { "key": "employment_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"contract_document\": {\n \"content\": \"\",\n \"name\": \"\",\n \"signatories\": [\n {\n \"type\": \"admin\",\n \"status\": \"unassigned\",\n \"email\": \"\",\n \"name\": \"\",\n \"signature\": \"\",\n \"signature_method\": \"docusign\",\n \"signature_type\": \"ses\",\n \"signed_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"type\": \"company\",\n \"status\": \"signed\",\n \"email\": \"\",\n \"name\": \"\",\n \"signature\": \"\",\n \"signature_method\": \"docusign\",\n \"signature_type\": \"aes\",\n \"signed_at\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"status\": \"draft\"\n }\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-1f81602a-704b-4f08-8d32-dc1f1a814006" }, { "id": "a18c85d0-79c6-4ea2-bc0d-47b2b2088f02", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contract-documents/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contract-documents", ":id" ], "variable": [ { "key": "employment_id" }, { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-a18c85d0-79c6-4ea2-bc0d-47b2b2088f02" }, { "id": "5232d5c0-2078-444a-b6f8-dbd13f1359b6", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contract-documents/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contract-documents", ":id" ], "variable": [ { "key": "employment_id" }, { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-5232d5c0-2078-444a-b6f8-dbd13f1359b6" }, { "id": "48fb509b-1881-449b-9abe-b9a39a714387", "name": "Unprocessable Entity", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contract-documents/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contract-documents", ":id" ], "variable": [ { "key": "employment_id" }, { "key": "id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-48fb509b-1881-449b-9abe-b9a39a714387" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-e2a75476-228a-4eb9-9f40-66ecebadfced" } ], "id": "cae1fec5-f397-42fb-9849-708e78fbbcdd", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-cae1fec5-f397-42fb-9849-708e78fbbcdd" }, { "name": "{contract_document_id}", "item": [ { "name": "sign", "item": [ { "name": "Sign a document for a contractor", "id": "bc97a268-842c-49e2-9470-1d9e03fa7bda", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"signature\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contract-documents/:contract_document_id/sign", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contract-documents", ":contract_document_id", "sign" ], "variable": [ { "id": "eaec3226-dcbb-4930-8c9c-a4aa6d8d27cf", "key": "employment_id", "value": "", "description": "(Required) Employment ID" }, { "id": "12eb24a9-2b2f-45a5-bf81-2b43387aa1ce", "key": "contract_document_id", "value": "", "description": "(Required) Document ID" } ] }, "description": "## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employment documents (`employment_documents`) | - | Manage documents (`document:write`) |\n" }, "response": [ { "id": "b051a8a3-eca2-450d-8f7e-47865d2f3cf3", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"signature\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contract-documents/:contract_document_id/sign", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contract-documents", ":contract_document_id", "sign" ], "variable": [ { "key": "employment_id" }, { "key": "contract_document_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"status\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-b051a8a3-eca2-450d-8f7e-47865d2f3cf3" }, { "id": "71ee9290-430e-4bb7-8827-666b95844798", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"signature\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contract-documents/:contract_document_id/sign", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contract-documents", ":contract_document_id", "sign" ], "variable": [ { "key": "employment_id" }, { "key": "contract_document_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-71ee9290-430e-4bb7-8827-666b95844798" }, { "id": "d28a3f8c-f242-41e2-93c8-41aa069647c1", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"signature\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contract-documents/:contract_document_id/sign", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contract-documents", ":contract_document_id", "sign" ], "variable": [ { "key": "employment_id" }, { "key": "contract_document_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-d28a3f8c-f242-41e2-93c8-41aa069647c1" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-bc97a268-842c-49e2-9470-1d9e03fa7bda" } ], "id": "9f7f54a7-caf8-4b5c-a5ae-2efdab6467ae", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-9f7f54a7-caf8-4b5c-a5ae-2efdab6467ae" } ], "id": "37dec2f2-35cb-43b7-9245-25a9e4c6462d", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-37dec2f2-35cb-43b7-9245-25a9e4c6462d" }, { "name": "Create a contract document for a contractor", "id": "31d44519-8924-4663-83e0-9ff4d2263252", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contract_document\": {},\n \"skip_ai_checks\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contract-documents", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contract-documents" ], "variable": [ { "id": "5bc1bee3-3da8-45ae-a41b-c16dd78d3fa8", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Create a contract document for a contractor.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employment documents (`employment_documents`) | - | Manage documents (`document:write`) |\n" }, "response": [ { "id": "4be51566-0581-43bf-9b26-4e8e66efd832", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"contract_document\": {},\n \"skip_ai_checks\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contract-documents", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contract-documents" ], "variable": [ { "key": "employment_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"contract_document\": {\n \"id\": \"\",\n \"status\": \"draft\"\n }\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-4be51566-0581-43bf-9b26-4e8e66efd832" }, { "id": "ad67db5f-587b-435c-85f7-5a5e72a277f1", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"contract_document\": {},\n \"skip_ai_checks\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contract-documents", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contract-documents" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-ad67db5f-587b-435c-85f7-5a5e72a277f1" }, { "id": "118c47bc-5213-4dbc-bbbe-a1441d10b9eb", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"contract_document\": {},\n \"skip_ai_checks\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contract-documents", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contract-documents" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-118c47bc-5213-4dbc-bbbe-a1441d10b9eb" }, { "id": "c6dd6c5e-f752-49c1-9d75-7f805b356eb7", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"contract_document\": {},\n \"skip_ai_checks\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contract-documents", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contract-documents" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-c6dd6c5e-f752-49c1-9d75-7f805b356eb7" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-31d44519-8924-4663-83e0-9ff4d2263252" } ], "id": "0010b3ff-3506-4625-9925-d60ea1597e79", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-0010b3ff-3506-4625-9925-d60ea1597e79" }, { "name": "contractor-currencies", "item": [ { "name": "List all currencies for the contractor", "id": "fe35f2dd-ef61-4443-aacd-73959269d6bc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-currencies?restrict_to_guaranteed_pay_out_currencies=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-currencies" ], "query": [ { "description": "Restrict to currencies which payout is guaranteed (default: true)", "key": "restrict_to_guaranteed_pay_out_currencies", "value": "" } ], "variable": [ { "id": "a69768eb-1ead-4cc8-a38f-bf0407b9d4de", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "The currencies are listed in the following order:\n1. billing currency of the company\n2. currencies of contractor\u2019s existing withdrawal methods\n3. currency of the contractor\u2019s country\n4. the rest, alphabetical.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | View employments (`employment:read`) | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "366277c3-00ef-4821-abef-8c794927a69a", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-currencies?restrict_to_guaranteed_pay_out_currencies=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-currencies" ], "query": [ { "description": "Restrict to currencies which payout is guaranteed (default: true)", "key": "restrict_to_guaranteed_pay_out_currencies", "value": "" } ], "variable": [ { "key": "employment_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"code\": \"\",\n \"source\": \"\"\n },\n {\n \"code\": \"\",\n \"source\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-366277c3-00ef-4821-abef-8c794927a69a" }, { "id": "069ff0ad-b224-4f3d-97cf-1e670cbfedaa", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-currencies?restrict_to_guaranteed_pay_out_currencies=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-currencies" ], "query": [ { "description": "Restrict to currencies which payout is guaranteed (default: true)", "key": "restrict_to_guaranteed_pay_out_currencies", "value": "" } ], "variable": [ { "key": "employment_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-069ff0ad-b224-4f3d-97cf-1e670cbfedaa" }, { "id": "e91e59da-250b-4358-b866-3faa2633a385", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-currencies?restrict_to_guaranteed_pay_out_currencies=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-currencies" ], "query": [ { "description": "Restrict to currencies which payout is guaranteed (default: true)", "key": "restrict_to_guaranteed_pay_out_currencies", "value": "" } ], "variable": [ { "key": "employment_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-e91e59da-250b-4358-b866-3faa2633a385" }, { "id": "731e9848-161b-4ce0-b43e-632262dd718d", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-currencies?restrict_to_guaranteed_pay_out_currencies=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-currencies" ], "query": [ { "description": "Restrict to currencies which payout is guaranteed (default: true)", "key": "restrict_to_guaranteed_pay_out_currencies", "value": "" } ], "variable": [ { "key": "employment_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-731e9848-161b-4ce0-b43e-632262dd718d" }, { "id": "b29c3460-af44-4188-bf35-53ea8ad9a234", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-currencies?restrict_to_guaranteed_pay_out_currencies=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-currencies" ], "query": [ { "description": "Restrict to currencies which payout is guaranteed (default: true)", "key": "restrict_to_guaranteed_pay_out_currencies", "value": "" } ], "variable": [ { "key": "employment_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {\n \"labore6c_\": -62091032\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-b29c3460-af44-4188-bf35-53ea8ad9a234" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-fe35f2dd-ef61-4443-aacd-73959269d6bc" } ], "id": "d623ae8d-cf39-4e3a-831b-ff0ba3e85ab6", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-d623ae8d-cf39-4e3a-831b-ff0ba3e85ab6" }, { "name": "cor-termination-requests", "item": [ { "name": "{termination_request_id}", "item": [ { "name": "Show a contractor of record (COR) termination request", "id": "f300b6a8-6a3a-449e-a6a4-78026fea59b2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/cor-termination-requests/:termination_request_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "cor-termination-requests", ":termination_request_id" ], "variable": [ { "id": "3f0aa554-0cf0-44b1-a873-6100ef4d8cad", "key": "employment_id", "value": "", "description": "(Required) Employment ID" }, { "id": "ff1c005e-a7d7-41d2-8336-5b41a32a7126", "key": "termination_request_id", "value": "", "description": "(Required) Termination Request ID" } ] }, "description": "Retrieves a Contractor of Record termination request by ID.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | View employments (`employment:read`) | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "0567057f-8220-4d28-8b63-5fe8b3ec64e7", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/cor-termination-requests/:termination_request_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "cor-termination-requests", ":termination_request_id" ], "variable": [ { "key": "employment_id" }, { "key": "termination_request_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"employment_id\": \"\",\n \"status\": \"executed\",\n \"initiated_at\": \"\",\n \"termination_date\": \"\",\n \"employment_deactivation_date\": \"\",\n \"executed_at\": \"\",\n \"cancelled_at\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-0567057f-8220-4d28-8b63-5fe8b3ec64e7" }, { "id": "713bdda4-8b2b-4293-9132-54baeae94981", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/cor-termination-requests/:termination_request_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "cor-termination-requests", ":termination_request_id" ], "variable": [ { "key": "employment_id" }, { "key": "termination_request_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-713bdda4-8b2b-4293-9132-54baeae94981" }, { "id": "6d4a2ecd-b9ab-4d7b-a6c0-4b7d4685235c", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/cor-termination-requests/:termination_request_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "cor-termination-requests", ":termination_request_id" ], "variable": [ { "key": "employment_id" }, { "key": "termination_request_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-6d4a2ecd-b9ab-4d7b-a6c0-4b7d4685235c" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-f300b6a8-6a3a-449e-a6a4-78026fea59b2" } ], "id": "ae314984-c6d0-4d8f-b68a-6ec95c828675", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-ae314984-c6d0-4d8f-b68a-6ec95c828675" }, { "name": "Create a contractor of record (COR) termination request", "id": "3825621d-06da-4dfd-8462-3212fc126988", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/cor-termination-requests", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "cor-termination-requests" ], "variable": [ { "id": "97281875-0540-4c4e-b5dc-b12b25879754", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Initiates a termination request for a Contractor of Record employment.\nWhen a termination request is sent, a stop work order is issued and the contractor remains active until a final invoice is paid or waived.\nCurrently, only Contractor of Record employments can be terminated.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | - | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "657b0014-59a5-4759-ae37-2f9a7ef77c6f", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/cor-termination-requests", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "cor-termination-requests" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"status\": \"cancelled\",\n \"termination_date\": \"\",\n \"employment_deactivation_date\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-657b0014-59a5-4759-ae37-2f9a7ef77c6f" }, { "id": "e5d09848-cdda-4ae0-a7ec-64090daa3f65", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/cor-termination-requests", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "cor-termination-requests" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-e5d09848-cdda-4ae0-a7ec-64090daa3f65" }, { "id": "bd818866-741c-4acc-8dd2-4978cbc97011", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/cor-termination-requests", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "cor-termination-requests" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-bd818866-741c-4acc-8dd2-4978cbc97011" }, { "id": "fdefe1f0-b329-45b5-9351-4438b9f46b02", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/cor-termination-requests", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "cor-termination-requests" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-fdefe1f0-b329-45b5-9351-4438b9f46b02" }, { "id": "c9ab1187-e41b-47df-8c17-c9f14ba7064b", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/cor-termination-requests", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "cor-termination-requests" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-c9ab1187-e41b-47df-8c17-c9f14ba7064b" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-3825621d-06da-4dfd-8462-3212fc126988" } ], "id": "bb205e42-a5f0-4e9d-9e84-d3bfd90c3557", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-bb205e42-a5f0-4e9d-9e84-d3bfd90c3557" }, { "name": "terminate-cor-employment", "item": [ { "name": "Terminate contractor of record employment", "id": "8dbd7a1a-0b08-4c47-bacf-30ad4ecbf316", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/terminate-cor-employment", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "terminate-cor-employment" ], "variable": [ { "id": "d5542016-6ba0-46d2-931c-fac68ca87c2e", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "**Deprecated.** Use `POST /contractors/employments/{employment_id}/cor-termination-requests` instead.\n\nInitiates a termination request for a Contractor of Record employment.\nWhen a termination request is sent, a stop work order is issued and the contractor remains active until a final invoice is paid or waived.\nCurrently, only Contractor of Record employments can be terminated.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | - | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "3f6a6a29-f79e-47eb-8762-119a0380a6fe", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/terminate-cor-employment", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "terminate-cor-employment" ], "variable": [ { "key": "employment_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"status\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-3f6a6a29-f79e-47eb-8762-119a0380a6fe" }, { "id": "b2104070-3a92-476d-8082-52db9ad7681d", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/terminate-cor-employment", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "terminate-cor-employment" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-b2104070-3a92-476d-8082-52db9ad7681d" }, { "id": "02850861-f6a8-4486-b7ea-831d60a72a0b", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/terminate-cor-employment", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "terminate-cor-employment" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-02850861-f6a8-4486-b7ea-831d60a72a0b" }, { "id": "c7bd8ef5-8a85-42ca-99e4-a50fb6e30514", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/terminate-cor-employment", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "terminate-cor-employment" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-c7bd8ef5-8a85-42ca-99e4-a50fb6e30514" }, { "id": "861828a6-4e95-4ef1-8419-244e963b3a82", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/terminate-cor-employment", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "terminate-cor-employment" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-861828a6-4e95-4ef1-8419-244e963b3a82" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-8dbd7a1a-0b08-4c47-bacf-30ad4ecbf316" } ], "id": "d1f87706-1332-459e-b4ec-a012fb6c2784", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-d1f87706-1332-459e-b4ec-a012fb6c2784" }, { "name": "contractor-plus-subscription", "item": [ { "name": "Manage contractor plus subscription", "id": "8a228769-d40f-4dc8-bebd-b3e5a956d9d8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"operation\": \"upgrade\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-plus-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-plus-subscription" ], "variable": [ { "id": "69e10322-6583-4fd1-896b-2727e06d241d", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Endpoint that can be used to upgrade, assign or downgrade a contractor's subscription.\nThis can be used when company admins desire to assign someone to the Contractor Plus plan,\nbut also to change the contractor's subscription between Plus and Standard.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | - | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "4431f1f4-5b5d-4c35-afc4-9966c32d6c84", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"operation\": \"upgrade\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-plus-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-plus-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"status\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-4431f1f4-5b5d-4c35-afc4-9966c32d6c84" }, { "id": "0d892658-08f9-4178-a5b3-3cdac32e0cdc", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"operation\": \"upgrade\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-plus-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-plus-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-0d892658-08f9-4178-a5b3-3cdac32e0cdc" }, { "id": "32840613-0d22-4729-a1ec-c6c474e7d4cf", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"operation\": \"upgrade\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-plus-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-plus-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-32840613-0d22-4729-a1ec-c6c474e7d4cf" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-8a228769-d40f-4dc8-bebd-b3e5a956d9d8" } ], "id": "d9c72e90-dbb4-4a84-8960-7bebfcb2c4e5", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-d9c72e90-dbb4-4a84-8960-7bebfcb2c4e5" }, { "name": "contractor-cor-subscription", "item": [ { "name": "Delete contractor of record subscription intent", "id": "59bc2456-04aa-461a-92ca-6957024cdcd5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "id": "3f2e66eb-08b1-41e3-b7a6-1acca35b41f6", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Deletes Contractor of Record subscription intent.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | - | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "92cfd7dd-3a06-4528-b723-48fd2005887e", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-92cfd7dd-3a06-4528-b723-48fd2005887e" }, { "id": "a81dae3d-d180-4c6a-9d79-0f050ad6a0e8", "name": "Unauthorized", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-a81dae3d-d180-4c6a-9d79-0f050ad6a0e8" }, { "id": "578b843f-a1b6-4c37-aded-49a2f12eba8a", "name": "Forbidden", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-578b843f-a1b6-4c37-aded-49a2f12eba8a" }, { "id": "fe809add-9068-4003-bf16-3bb8e1629775", "name": "Not Found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-fe809add-9068-4003-bf16-3bb8e1629775" }, { "id": "d4650db5-3f56-4092-ae5f-e81c5b7e3e11", "name": "Unprocessable Entity", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-d4650db5-3f56-4092-ae5f-e81c5b7e3e11" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-59bc2456-04aa-461a-92ca-6957024cdcd5" }, { "name": "Create contractor of record subscription intent", "id": "9e7db936-b6df-4e35-87e7-1d9d6179df37", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "id": "291ccfc4-702c-4fa1-9386-d5821e4e9585", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Assigns Contractor of Record subscription in pending state to employment.\nOnce risk analysis is performed, subscription may start upon contract signing,\nor might be denied.\n\nRequires a non-blocking eligibility questionnaire to be submitted before creating the subscription intent.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | - | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "6e98bc31-6140-4e0f-95aa-50e243ae06c7", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"status\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-6e98bc31-6140-4e0f-95aa-50e243ae06c7" }, { "id": "d070ec5b-bf2f-483a-a4ae-fbae6f0b7d46", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-d070ec5b-bf2f-483a-a4ae-fbae6f0b7d46" }, { "id": "8f54aa84-48f2-476f-bdc3-6468bf2c3997", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-8f54aa84-48f2-476f-bdc3-6468bf2c3997" }, { "id": "868ad8c9-123e-48c5-9a61-e5dfb3b95ea4", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-868ad8c9-123e-48c5-9a61-e5dfb3b95ea4" }, { "id": "c06910d6-ba16-4d6e-9643-a0fc6afe2f9c", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/employments/:employment_id/contractor-cor-subscription", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "employments", ":employment_id", "contractor-cor-subscription" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-c06910d6-ba16-4d6e-9643-a0fc6afe2f9c" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-9e7db936-b6df-4e35-87e7-1d9d6179df37" } ], "id": "4d23c3a8-c32d-44c2-9a8e-ae7a4958fa2d", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-4d23c3a8-c32d-44c2-9a8e-ae7a4958fa2d" } ], "id": "1a06c41b-1625-4548-84c3-744e4cff7605", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-1a06c41b-1625-4548-84c3-744e4cff7605" } ], "id": "82f397b2-219f-41fb-aacf-9e19458885e8", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-82f397b2-219f-41fb-aacf-9e19458885e8" }, { "name": "cor-termination-requests", "item": [ { "name": "List contractor of record (COR) termination requests", "id": "c47a9637-8909-4bc0-a14b-62b1801077f5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/contractors/cor-termination-requests?employment_id=&status=initiated&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "cor-termination-requests" ], "query": [ { "description": "Filter termination requests by employment ID.", "key": "employment_id", "value": "" }, { "description": "Filter termination requests by status.", "key": "status", "value": "initiated" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] }, "description": "Lists Contractor of Record termination requests for your company,\noptionally filtered by employment and status.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | View employments (`employment:read`) | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "9b7c029d-d75a-4565-be50-8b8830583282", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/cor-termination-requests?employment_id=&status=initiated&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "cor-termination-requests" ], "query": [ { "description": "Filter termination requests by employment ID.", "key": "employment_id", "value": "" }, { "description": "Filter termination requests by status.", "key": "status", "value": "initiated" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"current_page\": \"\",\n \"termination_requests\": [\n {\n \"id\": \"\",\n \"employment_id\": \"\",\n \"status\": \"cancelled\",\n \"initiated_at\": \"\",\n \"termination_date\": \"\",\n \"employment_deactivation_date\": \"\",\n \"executed_at\": \"\",\n \"cancelled_at\": \"\"\n },\n {\n \"id\": \"\",\n \"employment_id\": \"\",\n \"status\": \"executed\",\n \"initiated_at\": \"\",\n \"termination_date\": \"\",\n \"employment_deactivation_date\": \"\",\n \"executed_at\": \"\",\n \"cancelled_at\": \"\"\n }\n ],\n \"total_count\": \"\",\n \"total_pages\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-9b7c029d-d75a-4565-be50-8b8830583282" }, { "id": "c4ebde76-e3ff-430e-91fc-dec271833f26", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/cor-termination-requests?employment_id=&status=initiated&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "cor-termination-requests" ], "query": [ { "description": "Filter termination requests by employment ID.", "key": "employment_id", "value": "" }, { "description": "Filter termination requests by status.", "key": "status", "value": "initiated" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-c4ebde76-e3ff-430e-91fc-dec271833f26" }, { "id": "5382a5e8-1d34-439e-8633-ca3c709042de", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/cor-termination-requests?employment_id=&status=initiated&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "cor-termination-requests" ], "query": [ { "description": "Filter termination requests by employment ID.", "key": "employment_id", "value": "" }, { "description": "Filter termination requests by status.", "key": "status", "value": "initiated" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-5382a5e8-1d34-439e-8633-ca3c709042de" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-c47a9637-8909-4bc0-a14b-62b1801077f5" } ], "id": "50b2d84a-7745-426a-82bd-30f4e02353b7", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-50b2d84a-7745-426a-82bd-30f4e02353b7" }, { "name": "eligibility-questionnaire", "item": [ { "name": "Submit eligibility questionnaire", "id": "12bbee75-f9c2-4468-99e3-bd456c0816a8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"employment_slug\": \"\",\n \"type\": \"contractor_of_record\",\n \"responses\": {\n \"et_cd\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/eligibility-questionnaire?json_schema_version=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "eligibility-questionnaire" ], "query": [ { "description": "Version of the form schema", "key": "json_schema_version", "value": "" } ] }, "description": "Submits an eligibility questionnaire for a contractor employment.\n\nThe questionnaire determines if the contractor is eligible for certain products or features.\nThe responses are validated against the JSON schema for the questionnaire type.\n\n**Requirements:**\n- Employment must be of type `contractor`\n- Employment must be in `created` status\n- Responses must conform to the questionnaire JSON schema\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | - | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "ad915e2c-050a-4204-86a7-b66737be911d", "name": "Questionnaire submitted successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"employment_slug\": \"\",\n \"type\": \"contractor_of_record\",\n \"responses\": {\n \"et_cd\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/eligibility-questionnaire?json_schema_version=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "eligibility-questionnaire" ], "query": [ { "description": "Version of the form schema", "key": "json_schema_version", "value": "" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"slug\": \"\",\n \"is_blocking\": \"\",\n \"type\": \"contractor_of_record\",\n \"submitted_at\": \"\",\n \"questions\": {},\n \"responses\": {}\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-ad915e2c-050a-4204-86a7-b66737be911d" }, { "id": "8efa767a-1604-4455-a9aa-32ca48ba18e7", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"employment_slug\": \"\",\n \"type\": \"contractor_of_record\",\n \"responses\": {\n \"et_cd\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/eligibility-questionnaire?json_schema_version=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "eligibility-questionnaire" ], "query": [ { "description": "Version of the form schema", "key": "json_schema_version", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-8efa767a-1604-4455-a9aa-32ca48ba18e7" }, { "id": "35061968-4164-4f0f-866f-5ea65a3ebda5", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"employment_slug\": \"\",\n \"type\": \"contractor_of_record\",\n \"responses\": {\n \"et_cd\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/eligibility-questionnaire?json_schema_version=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "eligibility-questionnaire" ], "query": [ { "description": "Version of the form schema", "key": "json_schema_version", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-35061968-4164-4f0f-866f-5ea65a3ebda5" }, { "id": "660af157-6775-4795-907c-48f85d363787", "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"employment_slug\": \"\",\n \"type\": \"contractor_of_record\",\n \"responses\": {\n \"et_cd\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/eligibility-questionnaire?json_schema_version=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "eligibility-questionnaire" ], "query": [ { "description": "Version of the form schema", "key": "json_schema_version", "value": "" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {\n \"labore6c_\": -62091032\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-660af157-6775-4795-907c-48f85d363787" }, { "id": "0ecaac56-1ca4-496c-8d82-b8c3a0371254", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"employment_slug\": \"\",\n \"type\": \"contractor_of_record\",\n \"responses\": {\n \"et_cd\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractors/eligibility-questionnaire?json_schema_version=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "eligibility-questionnaire" ], "query": [ { "description": "Version of the form schema", "key": "json_schema_version", "value": "" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-0ecaac56-1ca4-496c-8d82-b8c3a0371254" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-12bbee75-f9c2-4468-99e3-bd456c0816a8" } ], "id": "46649d7b-61f0-4ed5-bc9c-3193113d38a2", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-46649d7b-61f0-4ed5-bc9c-3193113d38a2" }, { "name": "schemas", "item": [ { "name": "eligibility-questionnaire", "item": [ { "name": "Get eligibility questionnaire schema", "id": "5181181f-289c-4e39-bc18-ab1a90e75936", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/contractors/schemas/eligibility-questionnaire?type=contractor_of_record&json_schema_version=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "schemas", "eligibility-questionnaire" ], "query": [ { "description": "(Required) Type of eligibility questionnaire", "key": "type", "value": "contractor_of_record" }, { "description": "Version of the form schema", "key": "json_schema_version", "value": "" } ] }, "description": "Returns the JSON schema for the eligibility questionnaire by type.\n\nThe schema defines the structure and validation rules for the questionnaire responses.\nSupports versioning to allow for schema evolution while maintaining backwards compatibility.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage employments (`employments`) | View employments (`employment:read`) | Manage employments (`employment:write`) |\n" }, "response": [ { "id": "94ccc8ac-cfb9-487d-8827-49a3afd48f5c", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/schemas/eligibility-questionnaire?type=contractor_of_record&json_schema_version=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "schemas", "eligibility-questionnaire" ], "query": [ { "description": "(Required) Type of eligibility questionnaire", "key": "type", "value": "contractor_of_record" }, { "description": "Version of the form schema", "key": "json_schema_version", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"permissions\": {},\n \"schema\": {},\n \"version\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-94ccc8ac-cfb9-487d-8827-49a3afd48f5c" }, { "id": "5cb0612e-c862-458c-aa1f-62b2d69be659", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/schemas/eligibility-questionnaire?type=contractor_of_record&json_schema_version=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "schemas", "eligibility-questionnaire" ], "query": [ { "description": "(Required) Type of eligibility questionnaire", "key": "type", "value": "contractor_of_record" }, { "description": "Version of the form schema", "key": "json_schema_version", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-5cb0612e-c862-458c-aa1f-62b2d69be659" }, { "id": "25d084a0-9300-402a-98ee-188584085637", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/schemas/eligibility-questionnaire?type=contractor_of_record&json_schema_version=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "schemas", "eligibility-questionnaire" ], "query": [ { "description": "(Required) Type of eligibility questionnaire", "key": "type", "value": "contractor_of_record" }, { "description": "Version of the form schema", "key": "json_schema_version", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-25d084a0-9300-402a-98ee-188584085637" }, { "id": "f1a7237d-af17-4bad-9e93-0536ecf04351", "name": "Unprocessable Entity", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractors/schemas/eligibility-questionnaire?type=contractor_of_record&json_schema_version=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractors", "schemas", "eligibility-questionnaire" ], "query": [ { "description": "(Required) Type of eligibility questionnaire", "key": "type", "value": "contractor_of_record" }, { "description": "Version of the form schema", "key": "json_schema_version", "value": "" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-f1a7237d-af17-4bad-9e93-0536ecf04351" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-5181181f-289c-4e39-bc18-ab1a90e75936" } ], "id": "a9655c01-9a2e-4d33-a691-0b871bf88e64", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-a9655c01-9a2e-4d33-a691-0b871bf88e64" } ], "id": "3b0bdccd-ab8c-4966-b9c8-3a9f29cdcf7f", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-3b0bdccd-ab8c-4966-b9c8-3a9f29cdcf7f" } ], "id": "f8227b13-f587-42d8-a85f-df97df7de6a8", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-f8227b13-f587-42d8-a85f-df97df7de6a8" }, { "name": "contractor-invoice-schedules", "item": [ { "name": "{id}", "item": [ { "name": "Show Contractor Invoice Schedule", "id": "db4c6230-56c8-48ad-b0b8-165a80d18698", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules", ":id" ], "variable": [ { "id": "83f45b9f-7aee-4251-932e-103168be66e2", "key": "id", "value": "", "description": "(Required) Resource unique identifier" } ] }, "description": "Shows a single Contractor Invoice Schedule record\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage invoices (`invoices`) | View invoices (`invoices:read`) | Manage invoices (`invoices:write`) |\n" }, "response": [ { "id": "29a094e6-f21d-45a5-ab8a-e09c554fd8cd", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"contractor_invoice_schedule\": {\n \"id\": \"\",\n \"employment_id\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"semi_monthly\",\n \"status\": \"processing\",\n \"currency\": \"\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"total_amount\": \"\",\n \"next_invoice_at\": \"\",\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-29a094e6-f21d-45a5-ab8a-e09c554fd8cd" }, { "id": "2fdb9446-6688-4b95-b33e-1a43e171a396", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-2fdb9446-6688-4b95-b33e-1a43e171a396" }, { "id": "8e0aa066-9da4-495c-9ec0-2ec3021c0865", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-8e0aa066-9da4-495c-9ec0-2ec3021c0865" }, { "id": "96bc3ba9-7ed3-4587-a96b-b671abbe2621", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-96bc3ba9-7ed3-4587-a96b-b671abbe2621" }, { "id": "4ed4e4df-37ef-42be-9db9-b25b3f8697f3", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-4ed4e4df-37ef-42be-9db9-b25b3f8697f3" }, { "id": "ad5fd14c-d3cf-457e-a67e-3b4a47864ad6", "name": "Unprocessable Entity", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-ad5fd14c-d3cf-457e-a67e-3b4a47864ad6" }, { "id": "f5930dd9-5aa0-475c-a75a-62f595a9b4e5", "name": "Unprocessable Entity", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Too many requests\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-f5930dd9-5aa0-475c-a75a-62f595a9b4e5" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-db4c6230-56c8-48ad-b0b8-165a80d18698" }, { "name": "Updates Contractor Invoice Schedule", "id": "5be8fe7b-4f41-4902-be45-b67c98fc7f55", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\",\n \"periodicity\": \"bi_weekly\",\n \"start_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules", ":id" ], "variable": [ { "id": "6ebc3a48-a724-43ca-a0b3-69a053731f66", "key": "id", "value": "", "description": "(Required) Resource unique identifier" } ] }, "description": "Updates a contractor invoice schedule record\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage invoices (`invoices`) | - | Manage invoices (`invoices:write`) |\n" }, "response": [ { "id": "589e7e08-73bb-4ec8-b2e6-ade560e9b6f8", "name": "Success", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\",\n \"periodicity\": \"bi_weekly\",\n \"start_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"contractor_invoice_schedule\": {\n \"id\": \"\",\n \"employment_id\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"semi_monthly\",\n \"status\": \"processing\",\n \"currency\": \"\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"total_amount\": \"\",\n \"next_invoice_at\": \"\",\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-589e7e08-73bb-4ec8-b2e6-ade560e9b6f8" }, { "id": "a462256c-9af4-4d18-806f-c1d6f63dd40d", "name": "Unauthorized", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\",\n \"periodicity\": \"bi_weekly\",\n \"start_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-a462256c-9af4-4d18-806f-c1d6f63dd40d" }, { "id": "d59317e2-adec-4862-b8d0-36bacbce605f", "name": "Forbidden", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\",\n \"periodicity\": \"bi_weekly\",\n \"start_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-d59317e2-adec-4862-b8d0-36bacbce605f" }, { "id": "a384d60f-fc68-41fb-b483-1153c0689e8b", "name": "Not Found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\",\n \"periodicity\": \"bi_weekly\",\n \"start_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-a384d60f-fc68-41fb-b483-1153c0689e8b" }, { "id": "0014d7d7-9de2-413f-978b-8f0b1bf3700e", "name": "Unprocessable Entity", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\",\n \"periodicity\": \"bi_weekly\",\n \"start_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-0014d7d7-9de2-413f-978b-8f0b1bf3700e" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-5be8fe7b-4f41-4902-be45-b67c98fc7f55" }, { "name": "Updates Contractor Invoice Schedule", "id": "b731e7d1-2ae3-4aa0-bef1-33a8d0a9362e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\",\n \"periodicity\": \"bi_weekly\",\n \"start_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules", ":id" ], "variable": [ { "id": "9d8b0bdb-b158-49de-8ea9-2b83abe2ca0f", "key": "id", "value": "", "description": "(Required) Resource unique identifier" } ] }, "description": "Updates a contractor invoice schedule record\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage invoices (`invoices`) | - | Manage invoices (`invoices:write`) |\n" }, "response": [ { "id": "ea36a62c-51d6-47aa-a555-c5a99f98ef09", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\",\n \"periodicity\": \"bi_weekly\",\n \"start_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"contractor_invoice_schedule\": {\n \"id\": \"\",\n \"employment_id\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"semi_monthly\",\n \"status\": \"processing\",\n \"currency\": \"\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"total_amount\": \"\",\n \"next_invoice_at\": \"\",\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-ea36a62c-51d6-47aa-a555-c5a99f98ef09" }, { "id": "43e54d68-226d-4481-8776-7fdb7a7c63c4", "name": "Unauthorized", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\",\n \"periodicity\": \"bi_weekly\",\n \"start_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-43e54d68-226d-4481-8776-7fdb7a7c63c4" }, { "id": "46e6cb4c-0ecd-41b0-b8d1-e121e0918876", "name": "Forbidden", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\",\n \"periodicity\": \"bi_weekly\",\n \"start_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-46e6cb4c-0ecd-41b0-b8d1-e121e0918876" }, { "id": "42ad71ce-92d3-4f24-970d-5a98a97ce7da", "name": "Not Found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\",\n \"periodicity\": \"bi_weekly\",\n \"start_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-42ad71ce-92d3-4f24-970d-5a98a97ce7da" }, { "id": "6e1c114c-1e8a-476c-93d2-c3dfa9476c3b", "name": "Unprocessable Entity", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"currency\": \"\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\",\n \"periodicity\": \"bi_weekly\",\n \"start_date\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": {}\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-6e1c114c-1e8a-476c-93d2-c3dfa9476c3b" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-b731e7d1-2ae3-4aa0-bef1-33a8d0a9362e" } ], "id": "0714015f-88ff-49a6-b6a1-b533d617e2af", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-0714015f-88ff-49a6-b6a1-b533d617e2af" }, { "name": "List Contractor Invoice Schedules", "id": "fa4944c0-1474-4442-a509-401060e2ce57", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules?start_date_from=&start_date_to=&next_invoice_date_from=&next_invoice_date_to=&status=completed&employment_id=&periodicity=monthly¤cy=&sort_by=start_date&order=desc&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules" ], "query": [ { "description": "Filters contractor invoice schedules by start date greater than or equal to the value.", "key": "start_date_from", "value": "" }, { "description": "Filters contractor invoice schedules by start date less than or equal to the value.", "key": "start_date_to", "value": "" }, { "description": "Filters contractor invoice schedules by next invoice date greater than or equal to the value.", "key": "next_invoice_date_from", "value": "" }, { "description": "Filters contractor invoice schedules by next invoice date less than or equal to the value.", "key": "next_invoice_date_to", "value": "" }, { "description": "Filters contractor invoice schedules by status matching the value.", "key": "status", "value": "completed" }, { "description": "Filters contractor invoice schedules by employment id matching the value.", "key": "employment_id", "value": "" }, { "description": "Filters contractor invoice schedules by periodicity matching the value.", "key": "periodicity", "value": "monthly" }, { "description": "Filters contractor invoice schedules by currency matching the value.", "key": "currency", "value": "" }, { "description": "Field to sort by", "key": "sort_by", "value": "start_date" }, { "description": "Sort order", "key": "order", "value": "desc" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] }, "description": "Lists Contractor Invoice Schedule records.\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage invoices (`invoices`) | - | Manage invoices (`invoices:write`) |\n" }, "response": [ { "id": "7276d07d-0a50-4e86-b2dd-696a9b7a97eb", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules?start_date_from=&start_date_to=&next_invoice_date_from=&next_invoice_date_to=&status=completed&employment_id=&periodicity=monthly¤cy=&sort_by=start_date&order=desc&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules" ], "query": [ { "description": "Filters contractor invoice schedules by start date greater than or equal to the value.", "key": "start_date_from", "value": "" }, { "description": "Filters contractor invoice schedules by start date less than or equal to the value.", "key": "start_date_to", "value": "" }, { "description": "Filters contractor invoice schedules by next invoice date greater than or equal to the value.", "key": "next_invoice_date_from", "value": "" }, { "description": "Filters contractor invoice schedules by next invoice date less than or equal to the value.", "key": "next_invoice_date_to", "value": "" }, { "description": "Filters contractor invoice schedules by status matching the value.", "key": "status", "value": "completed" }, { "description": "Filters contractor invoice schedules by employment id matching the value.", "key": "employment_id", "value": "" }, { "description": "Filters contractor invoice schedules by periodicity matching the value.", "key": "periodicity", "value": "monthly" }, { "description": "Filters contractor invoice schedules by currency matching the value.", "key": "currency", "value": "" }, { "description": "Field to sort by", "key": "sort_by", "value": "start_date" }, { "description": "Sort order", "key": "order", "value": "desc" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"contractor_invoice_schedules\": [\n {\n \"id\": \"\",\n \"employment_id\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"monthly\",\n \"status\": \"pending_contractor_action\",\n \"currency\": \"\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"total_amount\": \"\",\n \"next_invoice_at\": \"\",\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n },\n {\n \"id\": \"\",\n \"employment_id\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"weekly\",\n \"status\": \"processing\",\n \"currency\": \"\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n },\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"total_amount\": \"\",\n \"next_invoice_at\": \"\",\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n }\n ],\n \"current_page\": \"\",\n \"total_count\": \"\",\n \"total_pages\": \"\"\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-7276d07d-0a50-4e86-b2dd-696a9b7a97eb" }, { "id": "924736af-00f2-4cb9-a84d-40c689eb4abf", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules?start_date_from=&start_date_to=&next_invoice_date_from=&next_invoice_date_to=&status=completed&employment_id=&periodicity=monthly¤cy=&sort_by=start_date&order=desc&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules" ], "query": [ { "description": "Filters contractor invoice schedules by start date greater than or equal to the value.", "key": "start_date_from", "value": "" }, { "description": "Filters contractor invoice schedules by start date less than or equal to the value.", "key": "start_date_to", "value": "" }, { "description": "Filters contractor invoice schedules by next invoice date greater than or equal to the value.", "key": "next_invoice_date_from", "value": "" }, { "description": "Filters contractor invoice schedules by next invoice date less than or equal to the value.", "key": "next_invoice_date_to", "value": "" }, { "description": "Filters contractor invoice schedules by status matching the value.", "key": "status", "value": "completed" }, { "description": "Filters contractor invoice schedules by employment id matching the value.", "key": "employment_id", "value": "" }, { "description": "Filters contractor invoice schedules by periodicity matching the value.", "key": "periodicity", "value": "monthly" }, { "description": "Filters contractor invoice schedules by currency matching the value.", "key": "currency", "value": "" }, { "description": "Field to sort by", "key": "sort_by", "value": "start_date" }, { "description": "Sort order", "key": "order", "value": "desc" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-924736af-00f2-4cb9-a84d-40c689eb4abf" }, { "id": "2b1063ed-e2de-4e2e-aaeb-48d28f521876", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules?start_date_from=&start_date_to=&next_invoice_date_from=&next_invoice_date_to=&status=completed&employment_id=&periodicity=monthly¤cy=&sort_by=start_date&order=desc&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules" ], "query": [ { "description": "Filters contractor invoice schedules by start date greater than or equal to the value.", "key": "start_date_from", "value": "" }, { "description": "Filters contractor invoice schedules by start date less than or equal to the value.", "key": "start_date_to", "value": "" }, { "description": "Filters contractor invoice schedules by next invoice date greater than or equal to the value.", "key": "next_invoice_date_from", "value": "" }, { "description": "Filters contractor invoice schedules by next invoice date less than or equal to the value.", "key": "next_invoice_date_to", "value": "" }, { "description": "Filters contractor invoice schedules by status matching the value.", "key": "status", "value": "completed" }, { "description": "Filters contractor invoice schedules by employment id matching the value.", "key": "employment_id", "value": "" }, { "description": "Filters contractor invoice schedules by periodicity matching the value.", "key": "periodicity", "value": "monthly" }, { "description": "Filters contractor invoice schedules by currency matching the value.", "key": "currency", "value": "" }, { "description": "Field to sort by", "key": "sort_by", "value": "start_date" }, { "description": "Sort order", "key": "order", "value": "desc" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-2b1063ed-e2de-4e2e-aaeb-48d28f521876" }, { "id": "863494be-ad87-4167-a9ec-3571a6c854aa", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules?start_date_from=&start_date_to=&next_invoice_date_from=&next_invoice_date_to=&status=completed&employment_id=&periodicity=monthly¤cy=&sort_by=start_date&order=desc&page=1&page_size=20", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules" ], "query": [ { "description": "Filters contractor invoice schedules by start date greater than or equal to the value.", "key": "start_date_from", "value": "" }, { "description": "Filters contractor invoice schedules by start date less than or equal to the value.", "key": "start_date_to", "value": "" }, { "description": "Filters contractor invoice schedules by next invoice date greater than or equal to the value.", "key": "next_invoice_date_from", "value": "" }, { "description": "Filters contractor invoice schedules by next invoice date less than or equal to the value.", "key": "next_invoice_date_to", "value": "" }, { "description": "Filters contractor invoice schedules by status matching the value.", "key": "status", "value": "completed" }, { "description": "Filters contractor invoice schedules by employment id matching the value.", "key": "employment_id", "value": "" }, { "description": "Filters contractor invoice schedules by periodicity matching the value.", "key": "periodicity", "value": "monthly" }, { "description": "Filters contractor invoice schedules by currency matching the value.", "key": "currency", "value": "" }, { "description": "Field to sort by", "key": "sort_by", "value": "start_date" }, { "description": "Sort order", "key": "order", "value": "desc" }, { "description": "Starts fetching records after the given page", "key": "page", "value": "1" }, { "description": "Number of items per page", "key": "page_size", "value": "20" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-863494be-ad87-4167-a9ec-3571a6c854aa" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-fa4944c0-1474-4442-a509-401060e2ce57" }, { "name": "Create Contractor Invoice Schedules", "id": "4431f500-d47e-49f4-bd02-1a46000441e4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contractor_invoice_schedules\": [\n {\n \"employment_id\": \"\",\n \"currency\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"monthly\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules" ] }, "description": "Creates many invoice schedules records.\nIt's supposed to return two lists: one containing created records, and another one containing the schedules that failed to be inserted.\n\n\n## Scopes\n\n| Category | Read only Scope | Write only Scope (read access implicit) |\n|---|---|---|\n| Manage invoices (`invoices`) | - | Manage invoices (`invoices:write`) |\n" }, "response": [ { "id": "139bfd84-97ef-46d3-b84d-8bf52a92340d", "name": "All entries have been created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"contractor_invoice_schedules\": [\n {\n \"employment_id\": \"\",\n \"currency\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"monthly\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"successes\": [\n {\n \"employment_id\": \"\",\n \"currency\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"semi_monthly\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"id\": \"\",\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n },\n {\n \"employment_id\": \"\",\n \"currency\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"semi_monthly\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"id\": \"\",\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n }\n ],\n \"failures\": [\n {\n \"employment_id\": \"\",\n \"currency\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"weekly\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"errors\": {\n \"currency\": [\n \"\",\n \"\"\n ],\n \"employment_id\": [\n \"\",\n \"\"\n ],\n \"items\": [\n {\n \"amount\": [\n \"\",\n \"\"\n ],\n \"description\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": [\n \"\",\n \"\"\n ],\n \"description\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"note\": [\n \"\",\n \"\"\n ],\n \"nr_occurrences\": [\n \"\",\n \"\"\n ],\n \"number\": [\n \"\",\n \"\"\n ],\n \"periodicity\": [\n \"\",\n \"\"\n ],\n \"start_date\": [\n \"\",\n \"\"\n ]\n },\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n },\n {\n \"employment_id\": \"\",\n \"currency\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"monthly\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"errors\": {\n \"currency\": [\n \"\",\n \"\"\n ],\n \"employment_id\": [\n \"\",\n \"\"\n ],\n \"items\": [\n {\n \"amount\": [\n \"\",\n \"\"\n ],\n \"description\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": [\n \"\",\n \"\"\n ],\n \"description\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"note\": [\n \"\",\n \"\"\n ],\n \"nr_occurrences\": [\n \"\",\n \"\"\n ],\n \"number\": [\n \"\",\n \"\"\n ],\n \"periodicity\": [\n \"\",\n \"\"\n ],\n \"start_date\": [\n \"\",\n \"\"\n ]\n },\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-139bfd84-97ef-46d3-b84d-8bf52a92340d" }, { "id": "f67eac07-a0c1-498e-b3d8-85a82e804f01", "name": "Multiple successes and failures", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"contractor_invoice_schedules\": [\n {\n \"employment_id\": \"\",\n \"currency\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"monthly\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules" ] } }, "status": "Multi-Status (WebDAV) (RFC 4918)", "code": 207, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"successes\": [\n {\n \"employment_id\": \"\",\n \"currency\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"monthly\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"id\": \"\",\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n },\n {\n \"employment_id\": \"\",\n \"currency\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"monthly\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"id\": \"\",\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n }\n ],\n \"failures\": [\n {\n \"employment_id\": \"\",\n \"currency\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"weekly\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"errors\": {\n \"currency\": [\n \"\",\n \"\"\n ],\n \"employment_id\": [\n \"\",\n \"\"\n ],\n \"items\": [\n {\n \"amount\": [\n \"\",\n \"\"\n ],\n \"description\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": [\n \"\",\n \"\"\n ],\n \"description\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"note\": [\n \"\",\n \"\"\n ],\n \"nr_occurrences\": [\n \"\",\n \"\"\n ],\n \"number\": [\n \"\",\n \"\"\n ],\n \"periodicity\": [\n \"\",\n \"\"\n ],\n \"start_date\": [\n \"\",\n \"\"\n ]\n },\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n },\n {\n \"employment_id\": \"\",\n \"currency\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"monthly\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"errors\": {\n \"currency\": [\n \"\",\n \"\"\n ],\n \"employment_id\": [\n \"\",\n \"\"\n ],\n \"items\": [\n {\n \"amount\": [\n \"\",\n \"\"\n ],\n \"description\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": [\n \"\",\n \"\"\n ],\n \"description\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"note\": [\n \"\",\n \"\"\n ],\n \"nr_occurrences\": [\n \"\",\n \"\"\n ],\n \"number\": [\n \"\",\n \"\"\n ],\n \"periodicity\": [\n \"\",\n \"\"\n ],\n \"start_date\": [\n \"\",\n \"\"\n ]\n },\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-f67eac07-a0c1-498e-b3d8-85a82e804f01" }, { "id": "e3ee2acf-e0cc-4a8a-b279-a588ca71a317", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"contractor_invoice_schedules\": [\n {\n \"employment_id\": \"\",\n \"currency\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"monthly\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-e3ee2acf-e0cc-4a8a-b279-a588ca71a317" }, { "id": "0405064d-3bfc-43fd-b4ae-a6f5dd49031d", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"contractor_invoice_schedules\": [\n {\n \"employment_id\": \"\",\n \"currency\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"monthly\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-0405064d-3bfc-43fd-b4ae-a6f5dd49031d" }, { "id": "4ffcd99b-abb3-498d-84e9-4618e99f440a", "name": "All entries had failed", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"contractor_invoice_schedules\": [\n {\n \"employment_id\": \"\",\n \"currency\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"monthly\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/contractor-invoice-schedules", "host": [ "{{baseUrl}}" ], "path": [ "v1", "contractor-invoice-schedules" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"successes\": [\n {\n \"employment_id\": \"\",\n \"currency\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"weekly\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"id\": \"\",\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n },\n {\n \"employment_id\": \"\",\n \"currency\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"monthly\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"id\": \"\",\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n }\n ],\n \"failures\": [\n {\n \"employment_id\": \"\",\n \"currency\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"monthly\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"errors\": {\n \"currency\": [\n \"\",\n \"\"\n ],\n \"employment_id\": [\n \"\",\n \"\"\n ],\n \"items\": [\n {\n \"amount\": [\n \"\",\n \"\"\n ],\n \"description\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": [\n \"\",\n \"\"\n ],\n \"description\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"note\": [\n \"\",\n \"\"\n ],\n \"nr_occurrences\": [\n \"\",\n \"\"\n ],\n \"number\": [\n \"\",\n \"\"\n ],\n \"periodicity\": [\n \"\",\n \"\"\n ],\n \"start_date\": [\n \"\",\n \"\"\n ]\n },\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n },\n {\n \"employment_id\": \"\",\n \"currency\": \"\",\n \"start_date\": \"\",\n \"periodicity\": \"monthly\",\n \"items\": [\n {\n \"amount\": \"\",\n \"description\": \"\"\n }\n ],\n \"errors\": {\n \"currency\": [\n \"\",\n \"\"\n ],\n \"employment_id\": [\n \"\",\n \"\"\n ],\n \"items\": [\n {\n \"amount\": [\n \"\",\n \"\"\n ],\n \"description\": [\n \"\",\n \"\"\n ]\n },\n {\n \"amount\": [\n \"\",\n \"\"\n ],\n \"description\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"note\": [\n \"\",\n \"\"\n ],\n \"nr_occurrences\": [\n \"\",\n \"\"\n ],\n \"number\": [\n \"\",\n \"\"\n ],\n \"periodicity\": [\n \"\",\n \"\"\n ],\n \"start_date\": [\n \"\",\n \"\"\n ]\n },\n \"note\": \"\",\n \"nr_occurrences\": \"\",\n \"number\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-4ffcd99b-abb3-498d-84e9-4618e99f440a" } ], "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-4431f500-d47e-49f4-bd02-1a46000441e4" } ], "id": "4298f18c-413b-4009-9a56-854acadd3034", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-4298f18c-413b-4009-9a56-854acadd3034" } ], "id": "2b172d42-ddea-49dd-bc95-dac86191e12c", "createdAt": "2026-07-28T02:45:17.000Z", "updatedAt": "2026-07-28T02:45:17.000Z", "uid": "35240-2b172d42-ddea-49dd-bc95-dac86191e12c" } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "company_department:read webhook:write magic_link:write offboarding:write custom_field:write address:write expense:read employment:write identity_verification:write timesheet:write travel_letter:write incentive:read personal_detail:read invoices:write work_authorization:write timeoff:write company_structure:read benefit_renewal:write benefit_offer:read employment_documents onboarding:write payroll_run:read risk_reserve:write invoices resignation_letter:read resignation:read convert_currency:read employments probation_document:read company_admin payroll help_center_article:read timesheet:read custom_field_value:write company_currencies:read payslip:read pay_item:write resignation:write custom_field:read payroll_calendar:read contract_amendment:write offboarding:read timeoff:read probation_document:write country:read webhook:read company_department:write company_manager:read pay_item:read contract_amendment:read company:read sso_configuration:write benefit_offer:write contract_eligibility:write benefit_renewal:read background_check:read custom_field_value:read expense:write identity_verification:read address:read document:write time_and_attendance employment_payments form:read work_authorization:read invoices:read incentive:write employment:read contract:read company_manager:write travel_letter:read document:read sso_configuration:read", "type": "string" }, { "key": "accessTokenUrl", "value": "/auth/oauth2/token", "type": "string" }, { "key": "authUrl", "value": "/auth/oauth2/authorize", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://gateway.remote.com/" } ] }