{ "info": { "_postman_id": "7da96416-1d2d-4f8a-a053-df19eeb959d8", "name": "Remote Address Details Administrative Details API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:44:31.000Z", "updatedAt": "2026-07-28T02:44:32.000Z", "lastUpdatedBy": "35240", "uid": "35240-7da96416-1d2d-4f8a-a053-df19eeb959d8" }, "item": [ { "name": "v2", "item": [ { "name": "employments", "item": [ { "name": "{employment_id}", "item": [ { "name": "administrative-details", "item": [ { "name": "Update administrative details", "id": "e25fc582-5084-4431-a07c-1d36fc1c7d8e", "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 \"administrative_details\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/administrative-details", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "administrative-details" ], "variable": [ { "id": "2e660c98-64f3-4726-8da2-18bfe6feaa85", "key": "employment_id", "value": "", "description": "(Required) Employment ID" } ] }, "description": "Updates employment's administrative details.\n\nThis endpoint requires and returns country-specific data. The exact required and returned fields will\nvary depending on which country the employment is in. To see the list of parameters for each country,\nsee the **Show form schema** endpoint under the [Countries](#tag/Countries) category.\n\nPlease note that the compliance requirements for each country are subject to change according to local\nlaws. Given its continual updates, using Remote's [json-schema-form](https://developer.remote.com/docs/how-json-schemas-work) should be considered in order to avoid\ncompliance issues and to have the latest version of a country requirements.\n\nIf you are using this endpoint to build an integration, make sure you are dynamically collecting or\ndisplaying the latest parameters for each country by querying the _\"Show form schema\"_ endpoint.\n\nFor more information on JSON Schemas, see the **How JSON Schemas work** documentation.\n\nTo learn how you can dynamically generate forms to display in your UI, see the documentation for\nthe [json-schema-form](https://developer.remote.com/docs/how-json-schemas-form) tool.\n\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": "fca391fc-a807-4cd4-8e70-c3c56adc27b5", "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 \"administrative_details\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/administrative-details", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "administrative-details" ], "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 \"employment\": {\n \"id\": \"\",\n \"status\": \"pending\",\n \"type\": \"employee\",\n \"updated_at\": \"\",\n \"user_status\": \"cancelled\",\n \"address_details\": {},\n \"administrative_details\": {},\n \"basic_information\": {},\n \"billing_address_details\": {},\n \"contract_details\": {},\n \"contract_origin\": \"custom_remote_contract\",\n \"emergency_contact_details\": {},\n \"personal_details\": {},\n \"pricing_plan_details\": {}\n }\n }\n}", "createdAt": "2026-07-28T02:44:32.000Z", "updatedAt": "2026-07-28T02:44:32.000Z", "uid": "35240-fca391fc-a807-4cd4-8e70-c3c56adc27b5" }, { "id": "737a06fd-7980-49c6-af13-0fc57bfb0066", "name": "Bad Request", "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 \"administrative_details\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/administrative-details", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "administrative-details" ], "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:44:32.000Z", "updatedAt": "2026-07-28T02:44:32.000Z", "uid": "35240-737a06fd-7980-49c6-af13-0fc57bfb0066" }, { "id": "217dc0d5-c0c2-4fcb-b1d3-8a5e3a536ff7", "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 \"administrative_details\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/administrative-details", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "administrative-details" ], "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:44:32.000Z", "updatedAt": "2026-07-28T02:44:32.000Z", "uid": "35240-217dc0d5-c0c2-4fcb-b1d3-8a5e3a536ff7" }, { "id": "896440ef-1adf-4087-a231-298b6b8644ef", "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 \"administrative_details\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/administrative-details", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "administrative-details" ], "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:44:32.000Z", "updatedAt": "2026-07-28T02:44:32.000Z", "uid": "35240-896440ef-1adf-4087-a231-298b6b8644ef" }, { "id": "c0e2a781-123b-48bd-af4a-1eb43350b8b6", "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 \"administrative_details\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/administrative-details", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "administrative-details" ], "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:44:32.000Z", "updatedAt": "2026-07-28T02:44:32.000Z", "uid": "35240-c0e2a781-123b-48bd-af4a-1eb43350b8b6" }, { "id": "52364af5-fe77-4803-85b3-dbb0a3ce3fa5", "name": "Conflict", "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 \"administrative_details\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/administrative-details", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "administrative-details" ], "variable": [ { "key": "employment_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:44:32.000Z", "updatedAt": "2026-07-28T02:44:32.000Z", "uid": "35240-52364af5-fe77-4803-85b3-dbb0a3ce3fa5" }, { "id": "986ad5da-be56-4c70-b109-7a8cf40de751", "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 \"administrative_details\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/administrative-details", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "administrative-details" ], "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:44:32.000Z", "updatedAt": "2026-07-28T02:44:32.000Z", "uid": "35240-986ad5da-be56-4c70-b109-7a8cf40de751" }, { "id": "1bf9a94d-25a9-4381-853c-18cd185209e5", "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 \"administrative_details\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/employments/:employment_id/administrative-details", "host": [ "{{baseUrl}}" ], "path": [ "v2", "employments", ":employment_id", "administrative-details" ], "variable": [ { "key": "employment_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:44:32.000Z", "updatedAt": "2026-07-28T02:44:32.000Z", "uid": "35240-1bf9a94d-25a9-4381-853c-18cd185209e5" } ], "createdAt": "2026-07-28T02:44:32.000Z", "updatedAt": "2026-07-28T02:44:32.000Z", "uid": "35240-e25fc582-5084-4431-a07c-1d36fc1c7d8e" } ], "id": "b330779b-9ced-430e-b06a-6458f1f74766", "createdAt": "2026-07-28T02:44:32.000Z", "updatedAt": "2026-07-28T02:44:32.000Z", "uid": "35240-b330779b-9ced-430e-b06a-6458f1f74766" } ], "id": "b4e92295-8864-4e0c-a7e0-f235750bc87e", "createdAt": "2026-07-28T02:44:32.000Z", "updatedAt": "2026-07-28T02:44:32.000Z", "uid": "35240-b4e92295-8864-4e0c-a7e0-f235750bc87e" } ], "id": "106a9350-a2f2-4884-86c4-edddc6f84dc0", "createdAt": "2026-07-28T02:44:32.000Z", "updatedAt": "2026-07-28T02:44:32.000Z", "uid": "35240-106a9350-a2f2-4884-86c4-edddc6f84dc0" } ], "id": "c66af715-8938-441a-968d-f7c03f7d99ee", "createdAt": "2026-07-28T02:44:32.000Z", "updatedAt": "2026-07-28T02:44:32.000Z", "uid": "35240-c66af715-8938-441a-968d-f7c03f7d99ee" } ], "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/" } ] }