{ "opencollection": "1.0.0", "info": { "name": "Nmbrs Public REST API (HR & Payroll) Absences Wage Components API", "version": "1.0-modeled" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://identityservice.nmbrs.com/connect/authorize", "accessTokenUrl": "https://identityservice.nmbrs.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Wage Components", "type": "folder" }, "items": [ { "info": { "name": "List wage components", "type": "http" }, "http": { "method": "GET", "url": "https://api.nmbrsapp.com/api/employees/:employeeId/wagecomponents", "params": [ { "name": "employeeId", "value": "", "type": "path", "description": "Unique identifier of the employee." } ] }, "docs": "Lists fixed and variable wage components for an employee." }, { "info": { "name": "Add a wage component", "type": "http" }, "http": { "method": "POST", "url": "https://api.nmbrsapp.com/api/employees/:employeeId/wagecomponents", "params": [ { "name": "employeeId", "value": "", "type": "path", "description": "Unique identifier of the employee." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a fixed or variable wage component to an employee." } ] } ], "bundled": true }