{"info":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","description":"<html><head></head><body><h3 id=\"introducción\"><strong>Introducción</strong></h3>\n<p>VISMA Latinoamérica para su línea de productos de administración de personal: Visma People &amp; Payroll, ofrece un conjunto de integraciones que llamamos “WEB API” que se disponibiliza sin costo para todos nuestros clientes y que el objetivo principal es facilitar el acceso en tiempo real, de forma sincrónica, a su información en nuestra nube.</p>\n<p>Su propósito principal es brindar una interfaz amigable y segura para ser utilizada por cualquier programador experimentado y con la cual sea fácil integrar nuestra solución cloud a sus sistemas legados existentes, utilizando una arquitectura muy probada y ampliamente difundida hoy en día como ser <a href=\"https://es.wikipedia.org/wiki/Transferencia_de_Estado_Representacional\">API REST</a>.</p>\n<p>Para ello la WEB API ofrece un conjunto de servicios típicos, por ejemplo: Crear un nuevo empleado, Obtener datos de un empleado, Obtener direcciones, Obtener familiares, etc.</p>\n<h4 id=\"documentación-técnica\">Documentación Técnica</h4>\n<p>Toda la documentación técnica que un desarrollador necesita para poder consumir los servicios está publicada en las URLs listadas arriba.<br>Esta documentación es auto-generada cada vez que se despliega una nueva versión de la documentación en POSTMAN, por lo que se garantiza que la información allí provista siempre estará al día y consistente.<br>Esto es una herramienta que permite documentar y probar las APIs. Es así como no sólo se puede explorar la lista de servicios y su correspondiente información (cabecera de los mensajes, parámetros, estructura de las respuestas, etc.) sino que también se pueden probar los servicios a través del navegador mismo, sin necesidad de escribir código de programación.</p>\n<img src=\"https://content.pstmn.io/6d7d2708-e19c-4672-98fb-c43b32f6cf03/aW1hZ2UucG5n\" width=\"493\" height=\"347\">\n\n<h4 id=\"nota\">Nota</h4>\n<p>Todas las llamadas a las apis debe incluir un encabezado (Header) obligatorio, el cual en esta collección se encuentra agregado por codigo.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parámetro</strong></th>\n<th><strong>Valor</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ocp-Apim-Subscription-Key</td>\n<td>9c1427b7ee214ab8b824ff7f6f5f6072</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"login\"><strong>Login</strong></h4>\n<p>El primer paso a entender es que la WEB API (así como casi cualquier otra aplicación de negocios) requiere que el usuario que desee usarla realice un Login, previo al posterior consumo de los servicios. Esto se debe a que al proveer las credenciales (usuario y clave) la WEB API determina los roles y permisos del usuario y así permitirá o denegará las peticiones a ciertos servicios, en función de si el usuario tiene suficientes permisos.</p>\n<p>Por lo tanto, el primer servicio a consumir es el del Login. No obstante, una vez hecho esto satisfactoriamente, la WEB API devuelve un Token (in <a href=\"https://en.wikipedia.org/wiki/Base64\">Base64</a> format), el cual sirve de “vale” para el acceso al resto de los demás servicios.</p>\n<h4 id=\"autenticación-con-token\">Autenticación con Token</h4>\n<p>Este tipo de autenticación es un <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication\">esquema de autenticación HTTP</a> que cuenta con tokens de seguridad llamados “bearer” (portador), ya que para identificarse/autenticarse frente al sistema hay que ser portador de un token. El token es una cadena de caracteres encriptada, que una vez recibida tras realizar un Login exitoso, el cliente debe enviarla siempre en todas las peticiones que haga a la WEB API, en función de poder validar y conceder su permiso para dichas acciones.</p>\n<h4 id=\"autorización\">Autorización</h4>\n<p>Una vez autenticado, ya se tiene un Token de acceso y por lo tal se pueden consumir el resto de los servicios, pero esto no significa necesariamente que se tenga permisos para todos. Cada servicio tiene sus propias restricciones de seguridad, establecida según “roles”, de modo tal que si el usuario con el que se realizó el Login no tiene los roles que un servicio requiere, la petición fallará, acusando una denegación en la respuesta justamente debido a esto.</p>\n<h4 id=\"relación-entre-usuario-token-y-tenants\">Relación entre Usuario, Token y Tenants</h4>\n<p>Para entender mejor la relación entre Usuario, Token y Tenants creemos conveniente reforzar los siguientes conceptos:</p>\n<ul>\n<li><p>Las credenciales (usuario &amp; clave) son las que se utilizarán únicamente para generar un token de acceso.</p>\n</li>\n<li><p>Este token será un parámetro requerido en todos los demás servicios de la WEB API, ya que mediante el token la WEB API realiza la autenticación y autorización a los distintos servicios.</p>\n</li>\n<li><p>El tenant es la instancia de la aplicación asignada al cliente a la cual se conectará cada vez que se consuma un servicio, indicando así con qué fuente de datos trabajar.</p>\n</li>\n</ul>\n<h4 id=\"autenticación\">Autenticación</h4>\n<p>Ilustrado en el siguiente diagrama de flujo, se describe la secuencia de pasos a seguir para autenticarse frente al sistema:</p>\n<img src=\"https://lh7-qw.googleusercontent.com/docsz/AD_4nXcs_OyyW7g36O8BI_v0wQHS1dS1X1MCrkDWoHn0cjjLySfm6HXeQjC3MLyNmG_34VkhJaFMrMhaNkFgDadfBgA_Fil5oORt9SYQRzHGb_n61bo9HB5cYP0nhp6x0l15wnepGcFZj6486AUyHs1Nm0jnwMI?key=QyBRla3yulof9K4u1g78YQ\">\n\n<h5 id=\"1---primer-paso---servicio-authenticationlogin\">1 - Primer paso - Servicio \"/authentication/login\"</h5>\n<p>Realizar una petición al servicio \"/authentication/login\" para loguearse, enviando las credenciales (usuario y password). Si la respuesta es exitosa, se obtiene el Token de acceso.</p>\n<p><strong>Importante:</strong> no es necesario consumir este servicio previamente cada vez que se vaya a consumir un servicio de la WEB API, basta con hacerlo sólo una vez. Eventualmente, sí se deberá volver a realizar nuevamente el Login, y así obtener un nuevo Token, debido a alguna de las siguientes dos circunstancias:<br>- Se consumió el servicio \"/authentication/logout\"<br>- O bien se expiró el tiempo de validez del Token.</p>\n<p>Como toda sesión de usuario, tiene un período que caduca tras determinado tiempo, y cuando esto sucede, el Token también caduca y deja de ser válido.</p>\n<img src=\"https://lh7-qw.googleusercontent.com/docsz/AD_4nXe-4TcqWPLJZJ9Nq56fKeIlSHkrpDT4ZZO344a9XQAg2ZRbXOSFW9rjlR3yip1N4Q1mm888bZgayLPeL8Vx2S7Je_1chEk9tLqzmNN4QSccrG-9vdsawntwcmeY8vmQcayaF1O_CS0ixgLQLDWU2vEGGlM?key=QyBRla3yulof9K4u1g78YQ\">\n\n<p>Nota: el parámetro “grant_type” es un valor fijo: “password”.<br>La respuesta será similar a la siguiente</p>\n<img src=\"https://lh7-qw.googleusercontent.com/docsz/AD_4nXch5jdouQeI0zDzPiCxJLvSW5YUXgkA_CvncvqArGGuug1AslJjFXEVsBEzcdk3LftbbSV8Ghxel6Arp5MHau92xbTKIUmEq-EOtqThUqMpIWvgwjvHygqY_eN9eqErX12y4o1Uh9-wcuG81x5CfcSbzHE?key=QyBRla3yulof9K4u1g78YQ\">\n\n<p>Allí principalmente interesan los valores de:</p>\n<p>• “expires_in”, que representa el tiempo (expresado en segundos) que el Token será válido hasta ser considerado como caducado. En este ejemplo, el valor 43.199 (segs) significa que el Token se podrá utilizar durante 12 horas, y habiendo transcurrido ese lapso de tiempo, el mismo quedará inutilizado.</p>\n<p>• “access_token”, que es lo que se deberá enviar como parámetro al consumir otros endpoints.</p>\n<h5 id=\"2---segundo-paso---servicio-accounttenants\">2 - Segundo paso - Servicio \"/account/tenants\"</h5>\n<p>Realizar una petición al servicio \"/accounts/tenants\" para obtener información de a qué bases de datos (“tenants”) se tiene concedido el permiso para poder trabajar con ellas. A este servicio - y cualquier otro - se debe presentar el Token.<br>Aclaración: el Identificador del Tenant o Base de Datos nunca cambiará, por lo que en realidad basta con consultar este servicio una única vez para obtener este dato.<br>Utilizar en la pestaña “Authorization” el token obtenido, seleccionando el type “Bearer”:</p>\n<img src=\"https://lh7-qw.googleusercontent.com/docsz/AD_4nXdCBN3xBWvnz1eelQIgBARuHyyMDJ6SikHIZChuAclpU7MZXt-uH-njnJUQ7Fb9YvykP-V1RGWlSzxR1JR6SwM8FDHDN5BAw1L__MxLJ0MmRmkOYXM2LtWZucKB9UKVEq0bi7XbcPIsit1DRAqo7FYEc0k?key=QyBRla3yulof9K4u1g78YQ\">\n\n<p>La respuesta será similar a la siguiente:<br>• “Id”, que es el identificador de la Base de Datos.<br>• “TenantName”, que es el nombre de la Base de Datos.<br>• “WebApiEnabled”, que indica si la Base de Datos está habilitada para consumir vía Web API.</p>\n<h5 id=\"3---tercer-paso---otros-servicios\">3 - Tercer paso - Otros Servicios</h5>\n<p>Una vez que ya se cuenta con un Token y un Tenant, se puede comenzar a consumir todo el resto de los servicios disponibles, en donde siempre – sin excepción – se deberá informar el ID del Tenant en el parámetro “X-RAET-Tenant-Id” y el Token en el parámetro “Authorization”.</p>\n<p>Ejemplo, Servicio employee:</p>\n<img src=\"https://lh7-qw.googleusercontent.com/docsz/AD_4nXcbLpnyTgIKsO7j-jhha0URex_EyykKufW2RC1hw-mwqIgNMNqjAvG_JAKR6WV4HhDLGVQ914EdLaj_ASKFZYXFyRWcEa1yKzCJ2FNxjuGRqv6LsVqTjO3rVAwwIyFCF97TZFNb-uBW4Ua8hkPvcFXDsVYV?key=QyBRla3yulof9K4u1g78YQ\">\n\n<h4 id=\"códigos-de-respuesta\">Códigos de Respuesta</h4>\n<ul>\n<li><p>2xx Success</p>\n</li>\n<li><p>4xx Client Error</p>\n</li>\n<li><p>5xx Client Error</p>\n</li>\n</ul>\n<p>Cabe mencionar que la lista completa de código de estado/respuesta HTTP es más extensa, pero aquí sólo nos acotamos a los que la WEB API considera. Para mayor información, ver <a href=\"https://es.wikipedia.org/wiki/Anexo:C%C3%B3digos_de_estado_HTTP\">Lista completa de códigos de estado HTTP</a></p>\n<h5 id=\"2xx-success\">2xx Success</h5>\n<p>Los códigos que comienzan con un 2 reflejan que el servidor ha podido resolver exitosamente la petición del cliente.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Código</strong></th>\n<th><strong>Nombre</strong></th>\n<th><strong>Significado</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>OK</td>\n<td>La petición ha sido resuelta exitosamente en el servidor.</td>\n</tr>\n<tr>\n<td>204</td>\n<td>No Content</td>\n<td>La petición ha sido resuelta exitosamente en el servidor, y no hay contenido a enviar en la misma hacia el cliente.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"4xx-client-error\">4xx Client Error</h5>\n<p>Los códigos que comienzan con 4 reflejan que el servidor identificó que hay algo “incorrecto” en la solicitud del cliente, y por eso la rechaza/niega. Esto puede ser o un error concreto en cómo se formuló la petición (400) o bien aún ésta estando bien, se intenta acceder a un servicio inexistente (404), a un servicio al cual no tenemos acceso (403), o bien directamente la solicitud no está autenticada (401).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Código</th>\n<th>Nombre</th>\n<th>Significado</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Bad Request</td>\n<td>La petición presenta problemas o bien en su conformación, y no es exactamente lo que está esperando el servidor. Esto se puede deber a algún parámetro faltante, o bien valores incorrectos (por ejemplo, una fecha no válida).</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n<td>La petición ha sido denegada porque no se han presentado credenciales o token de acceso válidos (el usuario no está autenticado).</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden</td>\n<td>La petición ha sido denegada debido a que el usuario con el que se está autenticado no posee permisos para acceder al servicio en cuestión.</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not Found</td>\n<td>La petición no ha encontrado ningún servicio/recurso en la dirección URL provista.</td>\n</tr>\n<tr>\n<td>429</td>\n<td>Quota exceeded</td>\n<td>Se ha superado el limite de servicios definido en la cuota de servicios.</td>\n</tr>\n</tbody>\n</table>\n</div><p>5xx Server Error</p>\n<p>Los códigos que comienzan con 5 reflejan que el servidor ha encontrado un problema y ocurrió un error. En este caso, el cliente está haciendo lo debido y es el código del servidor el que presenta fallas.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Código</th>\n<th>Nombre</th>\n<th>Significado</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>500</td>\n<td>Internal Server Error</td>\n<td>La petición no ha sido resuelta exitosamente debido a un error de procesamiento en el servidor.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"ids-internos--externos\">IDs (Internos &amp; Externos)</h4>\n<p>Un identificador (comúnmente referido sencillamente como “ID”) es una propiedad unívoca para identificar a un recurso, por el cual siempre se podrá ubicar/encontrar al mismo. Esto implica que el ID debe ser inmutable. En el contexto de una base de datos, esto es típicamente la “PK” (Primary Key o Clave Primaria) de una tabla, y este concepto es virtualmente el mismo aplicado al contexto de la WEB API.</p>\n<p><strong>IDs en la WEB API</strong></p>\n<p>Hay 2 tipos de IDs: Internos y Externos:</p>\n<ul>\n<li><p>Los IDs internos son valores estrictamente relacionados con los IDs en el repositorio de datos, los cuales el usuario puede o no conocer de antemano. Por esta razón, existe el segundo tipo de ID.</p>\n</li>\n<li><p>Los IDs externos son valores con los que el usuario está más familiarizado, por lo que en muchos casos le será más fácil usar éstos en vez de los IDs internos. Para ilustrar esto con un ejemplo, pensar en un libro. Probablemente no se conozca el ID interno del registro en una base de datos donde se listen libros (eso sería la Primary Key), pero sí es más accesible el código ISBN (está impreso en todos los libros del mundo), el cual no es un valor determinado arbitrariamente por la base de datos sino un estándar mundial para identificar libros.</p>\n</li>\n</ul>\n<p>Un escenario similar se puede aplicar a la WEB API de VISMA: al buscar por datos de un empleado, el usuario puede consumir un servicio que requiere se indique su ID para saber de qué empleado se devolverá la información. Ahora bien, la WEB API tiene a disposición del usuario la posibilidad de utilizar el servicio enviando el ID interno del empleado o bien su legajo (el ID externo, en este caso) para obtener exactamente la misma respuesta.</p>\n<ul>\n<li><p>A continuación, se ve un ejemplo de cómo se ven las rutas URL en ambos casos:</p>\n<ul>\n<li><p>Usando el ID externo (legajo del empleado): <a href=\"https://apim.vismalatam.com/webapi/employees/10941307\">https://apim.vismalatam.com/webapi/employees/10941307</a></p>\n</li>\n<li><p>Usando el ID interno (id de la tabla de empleados en la base de datos) <a href=\"https://apim.vismalatam.com/webapi/employees/rh-22008\">https://apim.vismalatam.com/webapi/employees/rh-22008</a></p>\n</li>\n</ul>\n</li>\n</ul>\n<p>En resumen, los IDs internos son identificadores que la WEB API utiliza para poder encontrar la información en la base de datos. Los ID externos son un medio más “amigable” provisto especialmente para que los usuarios puedan consumir los servicios con mayor facilidad. De todos modos, como se ha mencionado anteriormente, el uso ambos dos es totalmente intercambiables y la respuesta no será alterada; el resultado es el mismo.</p>\n<h4 id=\"política-de-uso-aceptable-de-la-web-api\">Política de uso aceptable de la WEB API</h4>\n<p>Para ofrecer la máxima disponibilidad y fiabilidad de los recursos compartidos de nuestra plataforma cloud, todos los clientes que acceden a la WEB API están sujetos a unos determinados límites y cuotas definidos por cada instancia de la aplicación.<br>Cuando se detecten consumos mayores a lo permitido del servicio se interrumpirá de forma automática retornando un error de sobrepaso del límite de cuota permitida.<br>Si se supera la cuota de solicitud a la WEB API, ésta devolverá el código de error 429 y un mensaje indicando que la instancia ha superado la cuota permitida.<br>Los límites de cuota son diarios, en caso de sobrepaso deberá esperar hasta el día siguiente.</p>\n<h5 id=\"límites-de-cuotas-para-la-web-api\">Límites de cuotas para la WEB API</h5>\n<p>Se define como límite de cuota de uso las siguientes restricciones:</p>\n<ul>\n<li>Hasta 10.000 solicitudes por minuto por IP, si se supera este valor de bloquea el acceso por 1 minuto.</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"37531081","collectionId":"c49f0dd0-5034-486f-94ed-4015ba622009","publishedId":"2sAYBSiYLJ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"333333","highlight":"0089d9"},"publishDate":"2026-02-20T13:47:04.000Z"},"item":[{"name":"Administration","item":[{"name":"account","item":[{"name":"tenants","item":[{"name":"dbinfo","item":[{"name":"Get Database/Server information of given Tenant","id":"216d5db1-1a2b-4cf7-bf47-0cfccb647f4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/tenants/dbinfo","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["account","tenants","dbinfo"],"host":["https://apim.vismalatam.com/vlwebapiadmin"],"query":[],"variable":[]}},"response":[{"id":"5b2f0675-5078-4037-bfc4-e987f30af9d8","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/tenants/dbinfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ClientName\": \"<string>\",\n    \"TenantName\": \"<string>\",\n    \"DBId\": \"<integer>\",\n    \"DBName\": \"<string>\",\n    \"DBServerName\": \"<string>\",\n    \"WebApiEnabled\": \"<boolean>\",\n    \"EmployeeSecurityStrategy\": \"<string>\",\n    \"Version\": \"<string>\",\n    \"Country\": \"<string>\",\n    \"Url\": \"<string>\",\n    \"ConnectionString\": \"<string>\",\n    \"LoginProcess\": \"<string>\",\n    \"MailDomainRestriction\": \"<string>\"\n  },\n  {\n    \"ClientName\": \"<string>\",\n    \"TenantName\": \"<string>\",\n    \"DBId\": \"<integer>\",\n    \"DBName\": \"<string>\",\n    \"DBServerName\": \"<string>\",\n    \"WebApiEnabled\": \"<boolean>\",\n    \"EmployeeSecurityStrategy\": \"<string>\",\n    \"Version\": \"<string>\",\n    \"Country\": \"<string>\",\n    \"Url\": \"<string>\",\n    \"ConnectionString\": \"<string>\",\n    \"LoginProcess\": \"<string>\",\n    \"MailDomainRestriction\": \"<string>\"\n  }\n]"},{"id":"69264410-ae2b-4d65-99df-5239902fdbb2","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/tenants/dbinfo"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Values\": {\n    \"minim_dc3\": {},\n    \"labored\": {}\n  },\n  \"Message\": \"<string>\",\n  \"ExceptionType\": \"<string>\",\n  \"ExceptionMessage\": \"<string>\",\n  \"StackTrace\": \"<string>\",\n  \"ValidationMessages\": [\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    },\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    }\n  ]\n}"},{"id":"db6eab72-14d0-46be-8589-4e87f60e4f87","name":"The authenticated user doesn't have permission to perform the operation.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/tenants/dbinfo"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"edb1eeff-00db-4fb2-9a9f-b77798b0c17f","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/tenants/dbinfo"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"5fc72fd1-48d2-4653-b47e-094a0d6c0c30","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/tenants/dbinfo"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Values\": {\n    \"minim_dc3\": {},\n    \"labored\": {}\n  },\n  \"Message\": \"<string>\",\n  \"ExceptionType\": \"<string>\",\n  \"ExceptionMessage\": \"<string>\",\n  \"StackTrace\": \"<string>\",\n  \"ValidationMessages\": [\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    },\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    }\n  ]\n}"}],"_postman_id":"216d5db1-1a2b-4cf7-bf47-0cfccb647f4f"}],"id":"6a40458b-eb8a-4283-9c47-00f842916bcc","_postman_id":"6a40458b-eb8a-4283-9c47-00f842916bcc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Get Tenants for logged-in user","id":"e8894d54-cd51-4401-b3ca-ca9212c9f0d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/tenants?onlyWithAdminAccess=<boolean>&clientId=<integer>&orderBy=<string>&orderType=<string>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["account","tenants"],"host":["https://apim.vismalatam.com/vlwebapiadmin"],"query":[{"key":"onlyWithAdminAccess","value":"<boolean>"},{"key":"clientId","value":"<integer>"},{"key":"orderBy","value":"<string>"},{"key":"orderType","value":"<string>"}],"variable":[]}},"response":[{"id":"6c9cc237-2c53-48f5-bae3-e9213ec8e9bd","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapiadmin/account/tenants?onlyWithAdminAccess=<boolean>&clientId=<integer>&orderBy=<string>&orderType=<string>","host":["https://apim.vismalatam.com/vlwebapiadmin"],"path":["account","tenants"],"query":[{"key":"onlyWithAdminAccess","value":"<boolean>"},{"key":"clientId","value":"<integer>"},{"key":"orderBy","value":"<string>"},{"key":"orderType","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"Id\": \"<string>\",\n    \"ClientName\": \"<string>\",\n    \"DBName\": \"<string>\",\n    \"TenantName\": \"<string>\",\n    \"WebApiEnabled\": \"<boolean>\",\n    \"EmployeeSecurityStrategy\": \"<string>\",\n    \"Version\": \"<string>\",\n    \"Country\": \"<string>\",\n    \"LoginProcess\": \"<string>\",\n    \"MailDomainRestriction\": \"<string>\"\n  },\n  {\n    \"Id\": \"<string>\",\n    \"ClientName\": \"<string>\",\n    \"DBName\": \"<string>\",\n    \"TenantName\": \"<string>\",\n    \"WebApiEnabled\": \"<boolean>\",\n    \"EmployeeSecurityStrategy\": \"<string>\",\n    \"Version\": \"<string>\",\n    \"Country\": \"<string>\",\n    \"LoginProcess\": \"<string>\",\n    \"MailDomainRestriction\": \"<string>\"\n  }\n]"},{"id":"726ab15d-48f3-438a-b323-52c95c73d260","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapiadmin/account/tenants?onlyWithAdminAccess=<boolean>&clientId=<integer>&orderBy=<string>&orderType=<string>","host":["https://apim.vismalatam.com/vlwebapiadmin"],"path":["account","tenants"],"query":[{"key":"onlyWithAdminAccess","value":"<boolean>"},{"key":"clientId","value":"<integer>"},{"key":"orderBy","value":"<string>"},{"key":"orderType","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Values\": {\n    \"minim_dc3\": {},\n    \"labored\": {}\n  },\n  \"Message\": \"<string>\",\n  \"ExceptionType\": \"<string>\",\n  \"ExceptionMessage\": \"<string>\",\n  \"StackTrace\": \"<string>\",\n  \"ValidationMessages\": [\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    },\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    }\n  ]\n}"},{"id":"913a5a24-ce04-4a36-95ff-d84362c57e05","name":"The authenticated user doesn't have permission to perform the operation.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapiadmin/account/tenants?onlyWithAdminAccess=<boolean>&clientId=<integer>&orderBy=<string>&orderType=<string>","host":["https://apim.vismalatam.com/vlwebapiadmin"],"path":["account","tenants"],"query":[{"key":"onlyWithAdminAccess","value":"<boolean>"},{"key":"clientId","value":"<integer>"},{"key":"orderBy","value":"<string>"},{"key":"orderType","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"44145449-3201-426f-98e5-7fd3c3d94cc8","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapiadmin/account/tenants?onlyWithAdminAccess=<boolean>&clientId=<integer>&orderBy=<string>&orderType=<string>","host":["https://apim.vismalatam.com/vlwebapiadmin"],"path":["account","tenants"],"query":[{"key":"onlyWithAdminAccess","value":"<boolean>"},{"key":"clientId","value":"<integer>"},{"key":"orderBy","value":"<string>"},{"key":"orderType","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"300152c0-9e40-4d7e-a21c-997b60c17bbe","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapiadmin/account/tenants?onlyWithAdminAccess=<boolean>&clientId=<integer>&orderBy=<string>&orderType=<string>","host":["https://apim.vismalatam.com/vlwebapiadmin"],"path":["account","tenants"],"query":[{"key":"onlyWithAdminAccess","value":"<boolean>"},{"key":"clientId","value":"<integer>"},{"key":"orderBy","value":"<string>"},{"key":"orderType","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Values\": {\n    \"minim_dc3\": {},\n    \"labored\": {}\n  },\n  \"Message\": \"<string>\",\n  \"ExceptionType\": \"<string>\",\n  \"ExceptionMessage\": \"<string>\",\n  \"StackTrace\": \"<string>\",\n  \"ValidationMessages\": [\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    },\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    }\n  ]\n}"}],"_postman_id":"e8894d54-cd51-4401-b3ca-ca9212c9f0d0"}],"id":"228749ad-463e-4c3d-88f6-ae2526bae255","_postman_id":"228749ad-463e-4c3d-88f6-ae2526bae255","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"user-info","item":[{"name":"Get basic information of logged-in user","id":"3ae66284-2756-4447-bd5a-8d29e1289c4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/user-info","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["account","user-info"],"host":["https://apim.vismalatam.com/vlwebapiadmin"],"query":[],"variable":[]}},"response":[{"id":"d866525b-c01b-46c7-9339-1137a3b62f35","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/user-info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"UserId\": \"<string>\",\n    \"FullName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"EmailValidated\": \"<boolean>\",\n    \"UserIdP\": \"<string>\",\n    \"UserType\": \"<string>\",\n    \"InternalUser\": \"<boolean>\",\n    \"LoginProcess\": \"<string>\"\n  },\n  {\n    \"UserId\": \"<string>\",\n    \"FullName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"EmailValidated\": \"<boolean>\",\n    \"UserIdP\": \"<string>\",\n    \"UserType\": \"<string>\",\n    \"InternalUser\": \"<boolean>\",\n    \"LoginProcess\": \"<string>\"\n  }\n]"},{"id":"92d7d4e5-dadb-4e6f-a6cb-2023869104ac","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/user-info"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Values\": {\n    \"minim_dc3\": {},\n    \"labored\": {}\n  },\n  \"Message\": \"<string>\",\n  \"ExceptionType\": \"<string>\",\n  \"ExceptionMessage\": \"<string>\",\n  \"StackTrace\": \"<string>\",\n  \"ValidationMessages\": [\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    },\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    }\n  ]\n}"},{"id":"7a0e5aaa-0ba4-456d-b77c-f72e4357dcd2","name":"The authenticated user doesn't have permission to perform the operation.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/user-info"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"8b7a319c-3ca7-4fe7-ac76-e55a14f09f4d","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/user-info"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"3986dd0c-a62e-4a94-9219-4ddfc61569bb","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/user-info"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Values\": {\n    \"minim_dc3\": {},\n    \"labored\": {}\n  },\n  \"Message\": \"<string>\",\n  \"ExceptionType\": \"<string>\",\n  \"ExceptionMessage\": \"<string>\",\n  \"StackTrace\": \"<string>\",\n  \"ValidationMessages\": [\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    },\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    }\n  ]\n}"}],"_postman_id":"3ae66284-2756-4447-bd5a-8d29e1289c4e"}],"id":"6766b90b-06f9-4151-a22e-ca6f626e026b","_postman_id":"6766b90b-06f9-4151-a22e-ca6f626e026b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"roles","item":[{"name":"Get Roles assigned to logged-in user in a given Tenant","id":"6aad7ce3-0699-44c6-8404-cb37ebd082e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>Tenant Id. Leave it blank for non Tenant users.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/roles","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["account","roles"],"host":["https://apim.vismalatam.com/vlwebapiadmin"],"query":[],"variable":[]}},"response":[{"id":"68d863a9-4aa2-44cc-8033-2f7892706725","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"Tenant Id. Leave it blank for non Tenant users."},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"Id\": \"<integer>\",\n    \"Name\": \"<string>\"\n  },\n  {\n    \"Id\": \"<integer>\",\n    \"Name\": \"<string>\"\n  }\n]"},{"id":"acabd803-86cd-4e9f-bba8-8bbbcaa48b94","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"Tenant Id. Leave it blank for non Tenant users."},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/roles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Values\": {\n    \"minim_dc3\": {},\n    \"labored\": {}\n  },\n  \"Message\": \"<string>\",\n  \"ExceptionType\": \"<string>\",\n  \"ExceptionMessage\": \"<string>\",\n  \"StackTrace\": \"<string>\",\n  \"ValidationMessages\": [\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    },\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    }\n  ]\n}"},{"id":"82062fbf-2e05-473a-8462-15a475d3f09b","name":"The authenticated user doesn't have permission to perform the operation.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"Tenant Id. Leave it blank for non Tenant users."},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/roles"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"b86a1efd-48e9-48e6-b9fb-7c8e5a43d4ad","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"Tenant Id. Leave it blank for non Tenant users."},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/roles"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"87009cf1-1879-45f3-b334-44d320340508","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"Tenant Id. Leave it blank for non Tenant users."},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/roles"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Values\": {\n    \"minim_dc3\": {},\n    \"labored\": {}\n  },\n  \"Message\": \"<string>\",\n  \"ExceptionType\": \"<string>\",\n  \"ExceptionMessage\": \"<string>\",\n  \"StackTrace\": \"<string>\",\n  \"ValidationMessages\": [\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    },\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    }\n  ]\n}"}],"_postman_id":"6aad7ce3-0699-44c6-8404-cb37ebd082e2"}],"id":"f2c43001-0edf-44d4-baa6-6a31a9e80cc8","_postman_id":"f2c43001-0edf-44d4-baa6-6a31a9e80cc8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"account-info","item":[{"name":"Get account information of logged-in user","id":"64f638ca-32fe-4b91-920d-c0e883b23b33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/account-info","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["account","account-info"],"host":["https://apim.vismalatam.com/vlwebapiadmin"],"query":[],"variable":[]}},"response":[{"id":"ae4673f1-af67-4db0-9a24-435948523e49","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/account-info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"UserId\": \"<string>\",\n  \"LockedAccount\": \"<boolean>\",\n  \"ChangePassword\": \"<boolean>\",\n  \"PolicyId\": \"<integer>\",\n  \"PolicyDescription\": \"<string>\",\n  \"MaxDaysLastLogin\": \"<integer>\",\n  \"PasswordExpiration\": \"<integer>\",\n  \"LastPasswordChange\": \"<dateTime>\",\n  \"PasswordExpired\": \"<boolean>\",\n  \"LastLogin\": \"<dateTime>\"\n}"},{"id":"9d80d7d7-49d7-4987-b1b0-cf1b45a7841f","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/account-info"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Values\": {\n    \"minim_dc3\": {},\n    \"labored\": {}\n  },\n  \"Message\": \"<string>\",\n  \"ExceptionType\": \"<string>\",\n  \"ExceptionMessage\": \"<string>\",\n  \"StackTrace\": \"<string>\",\n  \"ValidationMessages\": [\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    },\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    }\n  ]\n}"},{"id":"27bc8759-ba88-4db3-bf49-dc5ecfa51832","name":"The authenticated user doesn't have permission to perform the operation.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/account-info"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"c94ff6d5-c775-4898-b1fc-bc8ac7650983","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/account-info"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"3638e4de-9047-499d-9566-1f04cc9d4822","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/account/account-info"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Values\": {\n    \"minim_dc3\": {},\n    \"labored\": {}\n  },\n  \"Message\": \"<string>\",\n  \"ExceptionType\": \"<string>\",\n  \"ExceptionMessage\": \"<string>\",\n  \"StackTrace\": \"<string>\",\n  \"ValidationMessages\": [\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    },\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    }\n  ]\n}"}],"_postman_id":"64f638ca-32fe-4b91-920d-c0e883b23b33"}],"id":"9a3123e3-13eb-4df1-b367-0f81cd1fcfe3","_postman_id":"9a3123e3-13eb-4df1-b367-0f81cd1fcfe3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"84ebc5ee-8e69-469e-b651-c580ff27e4e7","_postman_id":"84ebc5ee-8e69-469e-b651-c580ff27e4e7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"authentication","item":[{"name":"logout","item":[{"name":"User Logout","id":"bc98d85d-0237-4d6e-ad71-324c3e188bde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/authentication/logout","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["authentication","logout"],"host":["https://apim.vismalatam.com/vlwebapiadmin"],"query":[],"variable":[]}},"response":[{"id":"20d0b202-e316-412e-9f8f-d42d49b7a262","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/authentication/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"59fc212d-ee11-4b9e-b2b6-55908a84395b","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/authentication/logout"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Values\": {\n    \"minim_dc3\": {},\n    \"labored\": {}\n  },\n  \"Message\": \"<string>\",\n  \"ExceptionType\": \"<string>\",\n  \"ExceptionMessage\": \"<string>\",\n  \"StackTrace\": \"<string>\",\n  \"ValidationMessages\": [\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    },\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    }\n  ]\n}"},{"id":"2a1e6ea9-f73d-4d93-8b0b-f9df28d10330","name":"The authenticated user doesn't have permission to perform the operation.","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/authentication/logout"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"29cb843c-986c-4568-a405-e120b9f09252","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/authentication/logout"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"ce973c6a-3871-49ee-bdc0-cc208a57bcd3","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/authentication/logout"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Values\": {\n    \"minim_dc3\": {},\n    \"labored\": {}\n  },\n  \"Message\": \"<string>\",\n  \"ExceptionType\": \"<string>\",\n  \"ExceptionMessage\": \"<string>\",\n  \"StackTrace\": \"<string>\",\n  \"ValidationMessages\": [\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    },\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    }\n  ]\n}"}],"_postman_id":"bc98d85d-0237-4d6e-ad71-324c3e188bde"}],"id":"38b2fd3e-3e13-4019-bed0-f78fc7bcf179","_postman_id":"38b2fd3e-3e13-4019-bed0-f78fc7bcf179","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"login","item":[{"name":"User Authentication","event":[{"listen":"test","script":{"id":"2fd00559-4ba0-41b1-8d6f-14e1c3f09f7a","exec":["pm.test(`${request.name} | Status code is ${pm.response.code} ${pm.response.status}`,\r","    () => { pm.response.to.have.status(200); });\r","if (pm.response.code !== 200) { return console.log(responseBody); }\r","\r","const contentType = pm.response.headers.get('Content-Type');\r","const isAppJson = contentType?.includes('application/json');\r","const response = isAppJson ? pm.response.json() : responseBody;\r","if (!isAppJson) {\r","    return pm.test(`${request.name} | Content-Type returned: ${contentType}`,\r","        () => { throw Error });\r","}\r","\r","// Response content schema, types and data validation\r","pm.test(`${request.name} | Schema validation`, () => {\r","    const schema = {\r","        \"type\": \"object\",\r","        \"properties\": {\r","            \"access_token\": { \"type\": \"string\" },\r","            \"token_type\": { \"type\": \"string\", \"const\": \"bearer\" },\r","            \"expires_in\": { \"type\": \"number\"}\r","        },\r","        \"required\": [\"access_token\", \"token_type\", \"expires_in\"],\r","        \"additionalProperties\": false\r","    };\r","    pm.response.to.have.jsonSchema(schema);\r","});\r","\r","//\r","pm.collectionVariables.set(\"BearerToken\", response.access_token);"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"c1432e5a-a8a9-4a62-a18c-d6ce2273e403","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f439b677-e613-42cc-93a7-25f73b184352","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text"},{"key":"username","value":"","type":"text"},{"key":"password","value":"","type":"text"}]},"url":"https://apim.vismalatam.com/vlwebapiadmin/authentication/login","description":"<p>Use Content-Type: 'application/x-www-form-urlencoded' for the request.<b>Important</b>: Token expiration is set in Seconds.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["authentication","login"],"host":["https://apim.vismalatam.com/vlwebapiadmin"],"query":[],"variable":[]}},"response":[{"id":"dd350940-f47f-4053-a09d-7b58df0ecdc5","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"<string>","description":"(Required) Grant type. Use \"password\" for a username and password for custom login. \"AADAccessToken\" for Azure AD accessToken login process.  \"VCAccessToken\" for Visma Connect accessToken login process"},{"key":"username","value":"<string>","description":"Username or email"},{"key":"password","value":"<string>","description":"Password"},{"key":"accessToken","value":"<string>","description":"Azure AD Access Token"}]},"url":"https://apim.vismalatam.com/vlwebapiadmin/authentication/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"access_token\": \"<string>\",\n  \"token_type\": \"<string>\",\n  \"expires_in\": \"<string>\"\n}"},{"id":"7d659e84-61f4-42a8-8a6d-5d73486ed122","name":"Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"<string>","description":"(Required) Grant type. Use \"password\" for a username and password for custom login. \"AADAccessToken\" for Azure AD accessToken login process.  \"VCAccessToken\" for Visma Connect accessToken login process"},{"key":"username","value":"<string>","description":"Username or email"},{"key":"password","value":"<string>","description":"Password"},{"key":"accessToken","value":"<string>","description":"Azure AD Access Token"}]},"url":"https://apim.vismalatam.com/vlwebapiadmin/authentication/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"f439b677-e613-42cc-93a7-25f73b184352"}],"id":"c8eb1e74-819e-49c3-8c07-d2c8e8cf4752","_postman_id":"c8eb1e74-819e-49c3-8c07-d2c8e8cf4752","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"0defae71-46aa-4921-a467-8ad490182092","_postman_id":"0defae71-46aa-4921-a467-8ad490182092","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"integration","item":[{"name":"token","item":[{"name":"{integrationToken}","item":[{"name":"Validate Integration Token","id":"cdf47842-1a6b-4833-8267-32a2f514fc39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapiadmin/integration/token/:integrationToken","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["integration","token",":integrationToken"],"host":["https://apim.vismalatam.com/vlwebapiadmin"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"integrationToken"}]}},"response":[{"id":"69675c55-9eea-44c7-a9f4-74439ff37cc4","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapiadmin/integration/token/:integrationToken","host":["https://apim.vismalatam.com/vlwebapiadmin"],"path":["integration","token",":integrationToken"],"variable":[{"key":"integrationToken"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Id\": \"<integer>\",\n  \"Token\": \"<uuid>\",\n  \"UserId\": \"<string>\",\n  \"TenantId\": \"<integer>\",\n  \"CreationDate\": \"<dateTime>\",\n  \"ExpirationDate\": \"<dateTime>\"\n}"},{"id":"073fbabb-4e8a-4bae-a5e2-1beccff43a77","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapiadmin/integration/token/:integrationToken","host":["https://apim.vismalatam.com/vlwebapiadmin"],"path":["integration","token",":integrationToken"],"variable":[{"key":"integrationToken"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Values\": {\n    \"minim_dc3\": {},\n    \"labored\": {}\n  },\n  \"Message\": \"<string>\",\n  \"ExceptionType\": \"<string>\",\n  \"ExceptionMessage\": \"<string>\",\n  \"StackTrace\": \"<string>\",\n  \"ValidationMessages\": [\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    },\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    }\n  ]\n}"},{"id":"74246e58-d3ed-4d4f-b525-2111a66f9b23","name":"The authenticated user doesn't have permission to perform the operation.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapiadmin/integration/token/:integrationToken","host":["https://apim.vismalatam.com/vlwebapiadmin"],"path":["integration","token",":integrationToken"],"variable":[{"key":"integrationToken"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"d6a2ab95-c07c-48e6-acb7-0e1bc2235a12","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapiadmin/integration/token/:integrationToken","host":["https://apim.vismalatam.com/vlwebapiadmin"],"path":["integration","token",":integrationToken"],"variable":[{"key":"integrationToken"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"9d521f6c-41c3-4e37-9499-771bf04dc996","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapiadmin/integration/token/:integrationToken","host":["https://apim.vismalatam.com/vlwebapiadmin"],"path":["integration","token",":integrationToken"],"variable":[{"key":"integrationToken"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Values\": {\n    \"minim_dc3\": {},\n    \"labored\": {}\n  },\n  \"Message\": \"<string>\",\n  \"ExceptionType\": \"<string>\",\n  \"ExceptionMessage\": \"<string>\",\n  \"StackTrace\": \"<string>\",\n  \"ValidationMessages\": [\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    },\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    }\n  ]\n}"}],"_postman_id":"cdf47842-1a6b-4833-8267-32a2f514fc39"}],"id":"33646d15-6e33-43dc-a3e8-1ee4625c7fe0","_postman_id":"33646d15-6e33-43dc-a3e8-1ee4625c7fe0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Acquire Integration Token","id":"5c2fa9c2-89fe-4f8b-83a4-db07fbb42841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"UserId","value":"<string>"}]},"url":"https://apim.vismalatam.com/vlwebapiadmin/integration/token","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["integration","token"],"host":["https://apim.vismalatam.com/vlwebapiadmin"],"query":[],"variable":[]}},"response":[{"id":"3299a04a-792d-4b00-b425-3a3d48e81d4d","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"UserId","value":"<string>"}]},"url":"https://apim.vismalatam.com/vlwebapiadmin/integration/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Id\": \"<integer>\",\n  \"Token\": \"<uuid>\",\n  \"UserId\": \"<string>\",\n  \"TenantId\": \"<integer>\",\n  \"CreationDate\": \"<dateTime>\",\n  \"ExpirationDate\": \"<dateTime>\"\n}"},{"id":"6509bc23-8e09-48a0-ab79-fff0998f0cf7","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"UserId","value":"<string>"}]},"url":"https://apim.vismalatam.com/vlwebapiadmin/integration/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Values\": {\n    \"minim_dc3\": {},\n    \"labored\": {}\n  },\n  \"Message\": \"<string>\",\n  \"ExceptionType\": \"<string>\",\n  \"ExceptionMessage\": \"<string>\",\n  \"StackTrace\": \"<string>\",\n  \"ValidationMessages\": [\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    },\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    }\n  ]\n}"},{"id":"e05ca985-a891-429b-820d-03c8be5f9013","name":"The authenticated user doesn't have permission to perform the operation.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"Message"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"UserId","value":"<string>"}]},"url":"https://apim.vismalatam.com/vlwebapiadmin/integration/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"53cf4660-b8d4-4efb-bc52-e9a7511a7504","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"Message"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"UserId","value":"<string>"}]},"url":"https://apim.vismalatam.com/vlwebapiadmin/integration/token"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"c24e3afe-a1fa-4a9a-8f58-ea98e561548d","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"UserId","value":"<string>"}]},"url":"https://apim.vismalatam.com/vlwebapiadmin/integration/token"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Values\": {\n    \"minim_dc3\": {},\n    \"labored\": {}\n  },\n  \"Message\": \"<string>\",\n  \"ExceptionType\": \"<string>\",\n  \"ExceptionMessage\": \"<string>\",\n  \"StackTrace\": \"<string>\",\n  \"ValidationMessages\": [\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    },\n    {\n      \"Key\": \"<string>\",\n      \"Message\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"Target\": {},\n      \"Validator\": {}\n    }\n  ]\n}"}],"_postman_id":"5c2fa9c2-89fe-4f8b-83a4-db07fbb42841"}],"id":"21b66a86-7805-4d30-b571-bc5d69296732","_postman_id":"21b66a86-7805-4d30-b571-bc5d69296732","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"d6d3c0f8-66e0-49c9-9069-ad09ba1e6b07","_postman_id":"d6d3c0f8-66e0-49c9-9069-ad09ba1e6b07","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Deprecated Services","item":[{"name":"Alta de Colaborador (Deprecado)","id":"fc37589f-2a37-40d0-ba1c-d259d0d145be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n    \"person\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"secondName\": \"<string>\",\n        \"lastName\": \"<string>\",\n        \"secondLastName\": \"<string>\",\n        \"dateOfBirth\": \"<dateTime>\",\n        \"gender\": 0,\n        \"idMaritalStatus\": \"<integer>\",\n        \"idNationality\": \"<integer>\",\n        \"idEntityType\": \"<integer>\",\n        \"idCountryOfBirth\": \"<integer>\",\n        \"residesAbroad\": \"<boolean>\",\n        \"disabilityPension\": \"<boolean>\",\n        \"educationLevelId\": \"<integer>\",\n        \"idDocumentCountry\": \"<integer>\"\n    },\n    \"documents\": [\n        {\n            \"id\": \"<integer>\",\n            \"idCountry\": \"<integer>\",\n            \"creationDate\": \"<dateTime>\",\n            \"expirationDate\": \"<dateTime>\",\n            \"idDocumentType\": \"<integer>\",\n            \"documentIdentifier\": \"<string>\",\n            \"mainDocument\": \"<boolean>\",\n            \"idEntity\": \"<integer>\",\n            \"idEntityType\": \"<integer>\",\n            \"idEmployee\": \"<integer>\"\n        },\n        {\n            \"id\": \"<integer>\",\n            \"idCountry\": \"<integer>\",\n            \"creationDate\": \"<dateTime>\",\n            \"expirationDate\": \"<dateTime>\",\n            \"idDocumentType\": \"<integer>\",\n            \"documentIdentifier\": \"<string>\",\n            \"mainDocument\": \"<boolean>\",\n            \"idEntity\": \"<integer>\",\n            \"idEntityType\": \"<integer>\",\n            \"idEmployee\": \"<integer>\"\n        }\n    ],\n    \"doNotCreateEmployeePhase\": \"<boolean>\",\n    \"allowDuplicateIfDocumentExists\": \"<boolean>\",\n    \"hireDate\": \"<dateTime>\",\n    \"fileNumber\": \"<string>\",\n    \"notRelatedToAnExistingPerson\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/mediator/api/employee-mediator","description":"<h1 id=\"alta-de-colaborador\"><strong>Alta de Colaborador</strong></h1>\n<p><strong>Observaciones:</strong></p>\n<ul>\n<li><p><strong>id:</strong> Lo resuelve el servicio (enviar cero u omitir).</p>\n</li>\n<li><p><strong>idEntityType:</strong> Lo resuelve el servicio (enviar cero u omitir).</p>\n</li>\n<li><p><strong>idMaritalStatus:</strong> Debe ser uno de los valores id devuelto en la respuesta del servicio de Consulta de Estados Civiles.</p>\n</li>\n<li><p><strong>idNationality:</strong> Debe ser uno de los valores id devuelto en la respuesta del servicio de Consulta de Nacionalidades.</p>\n</li>\n<li><p><strong>idCountryOfBirth:</strong> Debe ser uno de los valores id devuelto en la respuesta del servicio de Consulta de Países.</p>\n</li>\n<li><p><strong>gender:</strong> Acepta dos valores posibles: -1 (masculino) y 0 (femenino).</p>\n</li>\n<li><p><strong>educationLevelId:</strong> Nivel educativo.</p>\n</li>\n<li><p><strong>documents.id:</strong> Lo resuelve el servicio (enviar cero u omitir).</p>\n</li>\n<li><p><strong>documents.idEntity:</strong> Lo resuelve el servicio (enviar cero u omitir).</p>\n</li>\n<li><p><strong>documents.idEntityType:</strong> Lo resuelve el servicio (enviar cero u omitir).</p>\n</li>\n<li><p><strong>documents.idCountry:</strong> Debe ser uno de los valores id devuelto en la respuesta del servicio de Consulta de Países.</p>\n</li>\n<li><p><strong>documents.idDocumentType:</strong> Debe ser uno de los valores id devuelto en la respuesta del servicio de Consulta de Tipos de Documento.</p>\n</li>\n<li><p><strong>documents.creationDate:</strong> Es opcional.</p>\n</li>\n<li><p><strong>documents.expirationDate:</strong> Es opcional.</p>\n</li>\n<li><p><strong>documents.mainDocument:</strong> Debe ser =True en uno y sólo un ítem de la lista.</p>\n</li>\n<li><p><strong>allowDuplicateIfDocumentExists:</strong> Debe ser =False</p>\n</li>\n<li><p><strong>hireDate:</strong> Se debe informar la fecha de contratación.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employee-mediator"],"host":["https://apim.vismalatam.com/mediator"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"99170f67-69a6-4f2a-9205-095d3864a1cb","name":"Success","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"person\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"secondName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"secondLastName\": \"<string>\",\n    \"dateOfBirth\": \"<dateTime>\",\n    \"gender\": 0,\n    \"idMaritalStatus\": \"<integer>\",\n    \"idNationality\": \"<integer>\",\n    \"idEntityType\": \"<integer>\",\n    \"idCountryOfBirth\": \"<integer>\",\n    \"residesAbroad\": \"<boolean>\",\n    \"disabilityPension\": \"<boolean>\",\n    \"idDocumentCountry\": \"<integer>\"\n  },\n  \"documents\": [\n    {\n      \"id\": \"<integer>\",\n      \"idCountry\": \"<integer>\",\n      \"creationDate\": \"<dateTime>\",\n      \"expirationDate\": \"<dateTime>\",\n      \"idDocumentType\": \"<integer>\",\n      \"documentIdentifier\": \"<string>\",\n      \"mainDocument\": \"<boolean>\",\n      \"idEntity\": \"<integer>\",\n      \"idEntityType\": \"<integer>\",\n      \"idEmployee\": \"<integer>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"idCountry\": \"<integer>\",\n      \"creationDate\": \"<dateTime>\",\n      \"expirationDate\": \"<dateTime>\",\n      \"idDocumentType\": \"<integer>\",\n      \"documentIdentifier\": \"<string>\",\n      \"mainDocument\": \"<boolean>\",\n      \"idEntity\": \"<integer>\",\n      \"idEntityType\": \"<integer>\",\n      \"idEmployee\": \"<integer>\"\n    }\n  ],\n  \"doNotCreateEmployeePhase\": \"<boolean>\",\n  \"allowDuplicateIfDocumentExists\": \"<boolean>\",\n  \"hireDate\": \"<dateTime>\",\n  \"fileNumber\": \"<string>\",\n  \"notRelatedToAnExistingPerson\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/mediator/api/employee-mediator"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"idPerson\": \"<integer>\",\n  \"fileNumber\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"idDirectReport\": \"<integer>\"\n}"}],"_postman_id":"fc37589f-2a37-40d0-ba1c-d259d0d145be"}],"id":"62d8bd55-2cc3-4ae8-a719-846564811183","_postman_id":"62d8bd55-2cc3-4ae8-a719-846564811183","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"a5821025-d6f7-4c22-b79e-202d4aef38fe","_postman_id":"a5821025-d6f7-4c22-b79e-202d4aef38fe","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"People","item":[{"name":"Employee","item":[{"name":"Employee","item":[{"name":"Consulta de Colaboradores","id":"7fa718b6-64e5-4391-935a-9e92a9b1802c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/search/api/search-engines/employees","description":"<p><strong>fileNumber</strong>: legajo.<br /><strong>name</strong>: Nombre.<br /><strong>secondName</strong>: Segundo nombre.<br /><strong>lastName</strong>\": Apellido.<br /><strong>secondLastName</strong>: Segundo apellido.<br /><strong>document</strong>: Número de documento.<br /><strong>active</strong>: estado.<br /><strong>idPerson</strong>: id interno.<br /><strong>idBossEmployee</strong>\": id interno del jefe.<br /><strong>filePath</strong>: Ruta de la imagen.<br /><strong>hireDate</strong>: Fecha de ingreso.<br /><strong>additionalAttributes</strong> Atributos adicionales.<br /><strong>IdEmployee</strong>: Id interno del colaborador.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","search-engines","employees"],"host":["https://apim.vismalatam.com/search"],"query":[{"disabled":true,"description":{"content":"<p>Apellido</p>\n","type":"text/plain"},"key":"LastName","value":"<string>"},{"disabled":true,"description":{"content":"<p>Nombre</p>\n","type":"text/plain"},"key":"Name","value":"<string>"},{"disabled":true,"description":{"content":"<p>Número de documento</p>\n","type":"text/plain"},"key":"DocumentNumber","value":"<string>"},{"disabled":true,"description":{"content":"<p>Legajo</p>\n","type":"text/plain"},"key":"FileNumber","value":"<long>"},{"disabled":true,"description":{"content":"<p>Estado</p>\n","type":"text/plain"},"key":"Active","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Fecha ingreso desde</p>\n","type":"text/plain"},"key":"Entry.Start","value":"<dateTime>"},{"disabled":true,"description":{"content":"<p>Fecha ingreso hasta</p>\n","type":"text/plain"},"key":"Entry.End","value":"<dateTime>"},{"disabled":true,"description":{"content":"<p>Fecha egreso desde</p>\n","type":"text/plain"},"key":"Egress.Start","value":"<dateTime>"},{"disabled":true,"description":{"content":"<p>Fecha egreso hasta</p>\n","type":"text/plain"},"key":"Egress.End","value":"<dateTime>"},{"disabled":true,"description":{"content":"<p>{\n  \"idStructureType\": 0,\n  \"idStructure\": 0,\n  \"start\": \"2025-03-06T21:47:39.350Z\"\n}</p>\n","type":"text/plain"},"key":"Structures","value":"[object Object]"},{"disabled":true,"description":{"content":"<p>Solo colaboradores</p>\n","type":"text/plain"},"key":"EmployeesOnly","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Mostrar ruta de archivos</p>\n","type":"text/plain"},"key":"GetFilePath","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Id interno del jefe</p>\n","type":"text/plain"},"key":"IdBossEmployee","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Id del tipo de estructura</p>\n","type":"text/plain"},"key":"IdStructureTypes","value":"<integer>"},{"disabled":true,"description":{"content":"<p>{\n  \"idBodyPart\": 0,\n  \"size\": \"string\"\n}</p>\n","type":"text/plain"},"key":"BodyPartsSize","value":"[object Object]"},{"disabled":true,"description":{"content":"<p>Fecha aniversario</p>\n","type":"text/plain"},"key":"AnniversaryDate","value":"<string>"},{"disabled":true,"description":{"content":"<p>Utiliza periodo aniversario</p>\n","type":"text/plain"},"key":"HasAnniversaryPeriod","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Orden</p>\n","type":"text/plain"},"key":"OrderBy","value":"<string>"},{"disabled":true,"description":{"content":"<p>Número de página</p>\n","type":"text/plain"},"key":"Page","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Tamaño de página</p>\n","type":"text/plain"},"key":"PageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"bf456209-e030-4830-9cbf-70efe94d0cbc","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/search/api/search-engines/employees?LastName=<string>&Name=<string>&DocumentNumber=<string>&FileNumber=<long>&Active=<boolean>&Entry.Start=<dateTime>&Entry.End=<dateTime>&Egress.Start=<dateTime>&Egress.End=<dateTime>&Structures=[object Object]&EmployeesOnly=<boolean>&GetFilePath=<boolean>&IdBossEmployee=<integer>&IdStructureTypes=<integer>&BodyPartsSize=[object Object]&AnniversaryDate=<string>&HasAnniversaryPeriod=<boolean>&OrderBy=<string>&Page=<integer>&PageSize=<integer>","host":["https://apim.vismalatam.com/search"],"path":["api","search-engines","employees"],"query":[{"key":"LastName","value":"<string>"},{"key":"Name","value":"<string>"},{"key":"DocumentNumber","value":"<string>"},{"key":"FileNumber","value":"<long>"},{"key":"Active","value":"<boolean>"},{"key":"Entry.Start","value":"<dateTime>"},{"key":"Entry.End","value":"<dateTime>"},{"key":"Egress.Start","value":"<dateTime>"},{"key":"Egress.End","value":"<dateTime>"},{"key":"Structures","value":"[object Object]"},{"key":"EmployeesOnly","value":"<boolean>"},{"key":"GetFilePath","value":"<boolean>"},{"key":"IdBossEmployee","value":"<integer>"},{"key":"IdStructureTypes","value":"<integer>"},{"key":"BodyPartsSize","value":"[object Object]"},{"key":"AnniversaryDate","value":"<string>"},{"key":"HasAnniversaryPeriod","value":"<boolean>"},{"key":"OrderBy","value":"<string>"},{"key":"Page","value":"<integer>"},{"key":"PageSize","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"quantity\": \"<integer>\",\n  \"paginationList\": [\n    {\n      \"fileNumber\": \"<string>\",\n      \"name\": \"<string>\",\n      \"secondName\": \"<string>\",\n      \"lastName\": \"<string>\",\n      \"secondLastName\": \"<string>\",\n      \"document\": \"<string>\",\n      \"active\": \"<boolean>\",\n      \"idPerson\": \"<integer>\",\n      \"idBossEmployee\": \"<integer>\",\n      \"filePath\": \"<string>\",\n      \"hireDate\": \"<dateTime>\",\n      \"additionalAttributes\": {\n        \"laboris1\": \"<string>\",\n        \"essea3c\": \"<string>\",\n        \"Ut_4\": \"<string>\"\n      }\n    },\n    {\n      \"fileNumber\": \"<string>\",\n      \"name\": \"<string>\",\n      \"secondName\": \"<string>\",\n      \"lastName\": \"<string>\",\n      \"secondLastName\": \"<string>\",\n      \"document\": \"<string>\",\n      \"active\": \"<boolean>\",\n      \"idPerson\": \"<integer>\",\n      \"idBossEmployee\": \"<integer>\",\n      \"filePath\": \"<string>\",\n      \"hireDate\": \"<dateTime>\",\n      \"additionalAttributes\": {\n        \"eiusmod_d\": \"<string>\",\n        \"cillum_06\": \"<string>\",\n        \"consectetur_2\": \"<string>\",\n        \"voluptate6\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"7fa718b6-64e5-4391-935a-9e92a9b1802c"},{"name":"Alta de Colaborador","id":"81d31459-df10-47f7-a7f1-ec83abe17c42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"fileNumber\": \"<integer>\",\n  \"name\": \"<String>\",\n  \"secondName\": \"<String>\",\n  \"lastName\": \"<String>\",\n  \"secondLastName\": \"<String>\",\n  \"dateOfBirth\": \"<Datetime>\",\n  \"idCountryOfBirth\": \"<Integer>\",\n  \"idNationality\": \"<integer>\",\n  \"residesAbroad\": \"Boolean\",\n  \"idMaritalStatus\": \"<integer>\",\n  \"gender\": \"<String>\",\n  \"idDisability\": \"<Integer>\",\n  \"disabilityPension\": \"Boolean\",\n  \"educationLevelId\": \"<integer>\",\n  \"hireDate\": \"<Datetime>\",\n  \"terminationDate\": \"<Datetime>\",\n  \"idTerminationCause\": \"<integer>\",\n  \"idTerminationSubCause\": \"<integer>\",\n  \"active\": \"<Boolean>\",\n  \"idOrganizationModel\": \"<integer>\",\n  \"documents\": [\n    {\n      \"idType\": \"<integer>\",\n      \"number\": \"<String>\",\n      \"main\": \"<Boolean>\",\n      \"idCountry\": \"<integer>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/basic-employees","description":"<h2 id=\"alta-de-colaborador\">Alta de Colaborador</h2>\n<p>Esta solicitud POST se utiliza para crear un nuevo registro de empleado en el sistema.</p>\n<h3 id=\"propósito\">Propósito</h3>\n<p>Crea un nuevo colaborador al enviar todos los detalles relevantes personales, de identificación y laborales. Este endpoint se utiliza normalmente durante el proceso de integración o al registrar un nuevo miembro del personal en el sistema de recursos humanos.</p>\n<h3 id=\"estructura-del-cuerpo-de-la-solicitud\">Estructura del Cuerpo de la Solicitud</h3>\n<p>El cuerpo de la solicitud debe ser un objeto JSON con los siguientes campos:</p>\n<ul>\n<li><p><strong>fileNumber</strong>: Identificador del número de archivo del empleado. Único por empleado.</p>\n<ul>\n<li><p>En caso de utilizar la funcionalidad de legajo por rango no enviar.</p>\n</li>\n<li><p>Si se envia un valor, este se toma como número de legajo.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>name</strong>: Nombre del empleado.</p>\n</li>\n<li><p><strong>secondName</strong>: Segundo nombre o nombre medio del empleado (opcional).</p>\n</li>\n<li><p><strong>lastName</strong> : Apellido del empleado.</p>\n</li>\n<li><p><strong>secondLastName</strong>: Segundo apellido o apellido materno (opcional).</p>\n</li>\n<li><p><strong>dateOfBirth</strong>: Fecha de nacimiento del empleado en formato ISO 8601 (ej., <code>YYYY-MM-DD</code>).</p>\n</li>\n<li><p><strong>idCountryOfBirth</strong>: ID de referencia del país de nacimiento del empleado.</p>\n</li>\n<li><p><strong>idNationality</strong>: ID de referencia para la nacionalidad del empleado.</p>\n</li>\n<li><p><strong>residesAbroad</strong>: true si el empleado reside fuera del país, de lo contrario false.</p>\n</li>\n<li><p><strong>idMaritalStatus</strong>: ID de referencia para el estado civil del empleado.</p>\n</li>\n<li><p><strong>gender</strong>: Género del empleado (ej., M, F u otros valores aceptados por el sistema).</p>\n</li>\n<li><p><strong>idDisability</strong>: ID de referencia para cualquier discapacidad registrada (opcional).</p>\n</li>\n<li><p><strong>disabilityPension</strong>: true si el empleado recibe una pensión por discapacidad, de lo contrario false.</p>\n</li>\n<li><p><strong>educationLevelId</strong>: ID de referencia para el nivel educativo más alto alcanzado.</p>\n</li>\n<li><p><strong>hireDate</strong>: Fecha de contratación del empleado (formato ISO 8601).</p>\n</li>\n<li><p><strong>terminationDate</strong>: Fecha de terminación de empleo, si corresponde (formato ISO 8601, opcional).</p>\n</li>\n<li><p><strong>idTerminationCause</strong>: ID de referencia para la causa de terminación (opcional).</p>\n</li>\n<li><p><strong>idTerminationSubCause</strong>: ID de referencia para la subcausa de terminación (opcional).</p>\n</li>\n<li><p><strong>active</strong>: Indica si el empleado está actualmente activo (true o false).</p>\n</li>\n<li><p><strong>idOrganizationModel</strong>: ID de referencia para el modelo organizacional.</p>\n</li>\n<li><p><strong>documents</strong>: Lista de documentos de identificación. Cada objeto documento debe incluir:</p>\n<ul>\n<li><p><strong>idType</strong>: ID de referencia del tipo de documento.</p>\n</li>\n<li><p><strong>number</strong>: Número de documento.</p>\n</li>\n<li><p><strong>main</strong>: <code>true</code> si este es el documento principal, de lo contrario <code>false</code>.</p>\n</li>\n<li><p><strong>idCountry</strong>: ID de referencia del país emisor del documento.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"notas-de-uso\">Notas de Uso</h3>\n<ul>\n<li><p>Si no se envia el numero de legajo, se asigna el proximo disponible.</p>\n</li>\n<li><p>Todos los campos de fecha deben estar en formato ISO 8601 (<code>YYYY-MM-DD</code>).</p>\n</li>\n<li><p>Los campos booleanos deben ser <code>true</code> o <code>false</code> (no valores de cadena).</p>\n</li>\n<li><p>Todos los IDs de referencia (ej., para país, nacionalidad, estado civil, etc.) deben corresponder a entradas válidas en los datos de referencia del sistema.</p>\n</li>\n<li><p>Si el empleado está activo, <code>terminationDate</code>, <code>idTerminationCause</code>, y <code>idTerminationSubCause</code> pueden omitirse o establecerse en nulo.</p>\n</li>\n</ul>\n<p>Para más detalles o para obtener datos de referencia válidos, consulte los endpoints de referencia del sistema o la documentación.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","basic-employees"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[]}},"response":[{"id":"c1cb9670-261b-4c60-a0ad-4a533c8ffca4","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"fileNumber\": -32856327,\n  \"name\": \"ipsum enim in eiusmod\",\n  \"secondName\": \"ullamco amet tempor est ipsum\",\n  \"lastName\": \"sunt in voluptate ad minim\",\n  \"secondLastName\": \"\",\n  \"dateOfBirth\": \"1962-10-17T12:29:24.779Z\",\n  \"idCountryOfBirth\": 76822394,\n  \"idNationality\": 81675251,\n  \"residesAbroad\": true,\n  \"idMaritalStatus\": 30781925,\n  \"gender\": \"et non ad sit occaecat\",\n  \"idDisability\": 25839040,\n  \"disabilityPension\": true,\n  \"hireDate\": \"2006-09-10T23:07:35.284Z\",\n  \"terminationDate\": \"1977-10-20T00:01:58.794Z\",\n  \"idTerminationCause\": 615656,\n  \"idTerminationSubCause\": 74358133,\n  \"active\": true,\n  \"idOrganizationModel\": -37336828,\n  \"documents\": [\n    {\n      \"idType\": -96869531,\n      \"number\": \"Excepteur eiusmod\",\n      \"main\": false,\n      \"idCountry\": -30472501\n    },\n    {\n      \"idType\": -43304293,\n      \"number\": \"dolor minim qui nisi\",\n      \"main\": true,\n      \"idCountry\": 69954862\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/basic-employees"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"aliqua"}],"_postman_id":"81d31459-df10-47f7-a7f1-ec83abe17c42"},{"name":"Modificación de Colaborador","id":"ce0d5495-ae4e-4b19-acfc-e572f590453d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"person\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"secondName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"secondLastName\": \"<string>\",\n    \"dateOfBirth\": \"<dateTime>\",\n    \"gender\": 0,\n    \"idMaritalStatus\": \"<integer>\",\n    \"idNationality\": \"<integer>\",\n    \"idEntityType\": \"<integer>\",\n    \"idCountryOfBirth\": \"<integer>\",\n    \"residesAbroad\": \"<boolean>\",\n    \"disabilityPension\": \"<boolean>\",\n    \"idDocumentCountry\": \"<integer>\"\n  },\n  \"documents\": [\n    {\n      \"id\": \"<integer>\",\n      \"idCountry\": \"<integer>\",\n      \"creationDate\": \"<dateTime>\",\n      \"expirationDate\": \"<dateTime>\",\n      \"idDocumentType\": \"<integer>\",\n      \"documentIdentifier\": \"<string>\",\n      \"mainDocument\": \"<boolean>\",\n      \"idEntity\": \"<integer>\",\n      \"idEntityType\": \"<integer>\",\n      \"idEmployee\": \"<integer>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"idCountry\": \"<integer>\",\n      \"creationDate\": \"<dateTime>\",\n      \"expirationDate\": \"<dateTime>\",\n      \"idDocumentType\": \"<integer>\",\n      \"documentIdentifier\": \"<string>\",\n      \"mainDocument\": \"<boolean>\",\n      \"idEntity\": \"<integer>\",\n      \"idEntityType\": \"<integer>\",\n      \"idEmployee\": \"<integer>\"\n    }\n  ],\n  \"doNotCreateEmployeePhase\": \"<boolean>\",\n  \"allowDuplicateIfDocumentExists\": \"<boolean>\",\n  \"hireDate\": \"<dateTime>\",\n  \"fileNumber\": \"<string>\",\n  \"notRelatedToAnExistingPerson\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/mediator/api/employee-mediator","description":"<h1 id=\"modificación-de-colaborador\"><strong>Modificación de Colaborador</strong></h1>\n<p><strong>Observaciones:</strong></p>\n<ul>\n<li><p><strong>id:</strong> Se debe indicar el ID del Colaborador a modificar</p>\n</li>\n<li><p><strong>idEntityType:</strong> Lo resuelve el servicio (enviar cero u omitir).</p>\n</li>\n<li><p><strong>idMaritalStatus:</strong> Debe ser uno de los valores id devuelto en la respuesta del servicio de Consulta de Estados Civiles.</p>\n</li>\n<li><p><strong>idNationality:</strong> Debe ser uno de los valores id devuelto en la respuesta del servicio de Consulta de Nacionalidades.</p>\n</li>\n<li><p><strong>idCountryOfBirth:</strong> Debe ser uno de los valores id devuelto en la respuesta del servicio de Consulta de Países.</p>\n</li>\n<li><p><strong>gender:</strong> Acepta dos valores posibles: -1 (masculino) y 0 (femenino).</p>\n</li>\n<li><p><strong>documents.id:</strong> Lo resuelve el servicio (enviar cero u omitir).</p>\n</li>\n<li><p><strong>documents.idEntity:</strong> Lo resuelve el servicio (enviar cero u omitir).</p>\n</li>\n<li><p><strong>documents.idEntityType:</strong> Lo resuelve el servicio (enviar cero u omitir).</p>\n</li>\n<li><p><strong>documents.idCountry:</strong> Debe ser uno de los valores id devuelto en la respuesta del servicio de Consulta de Países.</p>\n</li>\n<li><p><strong>documents.idDocumentType:</strong> Debe ser uno de los valores id devuelto en la respuesta del servicio de Consulta de Tipos de Documento.</p>\n</li>\n<li><p><strong>documents.creationDate:</strong> Opcional.</p>\n</li>\n<li><p><strong>documents.expirationDate:</strong> Opcional.</p>\n</li>\n<li><p><strong>documents.mainDocument:</strong> Debe ser =True en uno y sólo un ítem de la lista.</p>\n</li>\n<li><p><strong>allowDuplicateIfDocumentExists:</strong> Debe ser =False</p>\n</li>\n<li><p><strong>hireDate:</strong> Se debe informar la fecha de contratación.</p>\n</li>\n</ul>\n<p><strong>Ejemplo:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"person\": {\n    \"id\": 635,\n    \"name\": \"Juan\",\n    \"secondName\": \"Carlos\",\n    \"lastName\": \"Medina\",\n    \"secondLastName\": \"Sánchez\",\n    \"dateOfBirth\": \"1983-11-17T00:00:00.000Z\",\n    \"gender\": 1,\n    \"idMaritalStatus\": 12,  //CASADO\n    \"idNationality\": 1,     //ARGENTINA\n    \"idEntityType\": 0,\n    \"idCountryOfBirth\": 3,  //ARGENTINA\n    \"residesAbroad\": false\n  },\n  \"documents\": [\n    {\n      \"id\": 0,\n      \"idCountry\": 3,       //ARGENTINA\n      \"creationDate\": null,\n      \"expirationDate\": null,\n      \"idDocumentType\": 1,  //DNI\n      \"documentIdentifier\": \"30652541\",\n      \"mainDocument\": true,\n      \"idEntity\": 0,\n      \"idEntityType\": 0\n    }\n  ],\n \"allowDuplicateIfDocumentExists\": true,\n  \"createEmployeePhase\" : true,\n  \"hireDate\" : \"2021-05-19T22:22:40.810Z\"\n}\n\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employee-mediator"],"host":["https://apim.vismalatam.com/mediator"],"query":[],"variable":[]}},"response":[{"id":"3759ffd1-3e9d-4d8b-9ba6-4477aefdf3d4","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"person\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"secondName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"secondLastName\": \"<string>\",\n    \"dateOfBirth\": \"<dateTime>\",\n    \"gender\": 0,\n    \"idMaritalStatus\": \"<integer>\",\n    \"idNationality\": \"<integer>\",\n    \"idEntityType\": \"<integer>\",\n    \"idCountryOfBirth\": \"<integer>\",\n    \"residesAbroad\": \"<boolean>\",\n    \"disabilityPension\": \"<boolean>\",\n    \"idDocumentCountry\": \"<integer>\"\n  },\n  \"documents\": [\n    {\n      \"id\": \"<integer>\",\n      \"idCountry\": \"<integer>\",\n      \"creationDate\": \"<dateTime>\",\n      \"expirationDate\": \"<dateTime>\",\n      \"idDocumentType\": \"<integer>\",\n      \"documentIdentifier\": \"<string>\",\n      \"mainDocument\": \"<boolean>\",\n      \"idEntity\": \"<integer>\",\n      \"idEntityType\": \"<integer>\",\n      \"idEmployee\": \"<integer>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"idCountry\": \"<integer>\",\n      \"creationDate\": \"<dateTime>\",\n      \"expirationDate\": \"<dateTime>\",\n      \"idDocumentType\": \"<integer>\",\n      \"documentIdentifier\": \"<string>\",\n      \"mainDocument\": \"<boolean>\",\n      \"idEntity\": \"<integer>\",\n      \"idEntityType\": \"<integer>\",\n      \"idEmployee\": \"<integer>\"\n    }\n  ],\n  \"doNotCreateEmployeePhase\": \"<boolean>\",\n  \"allowDuplicateIfDocumentExists\": \"<boolean>\",\n  \"hireDate\": \"<dateTime>\",\n  \"fileNumber\": \"<string>\",\n  \"notRelatedToAnExistingPerson\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/mediator/api/employee-mediator"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce0d5495-ae4e-4b19-acfc-e572f590453d"},{"name":"Baja de Colaborador","id":"43ba1c02-f6c7-4440-b50c-1cda54025123","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"active\": \"<boolean>\",\n  \"holiday\": \"<boolean>\",\n  \"salary\": \"<boolean>\",\n  \"compensation\": \"<boolean>\",\n  \"recognizedPhase\": \"<boolean>\",\n  \"real\": \"<boolean>\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\",\n  \"idCause\": \"<integer>\",\n  \"idEmployee\": \"<integer>\",\n  \"idSubCause\": \"<integer>\",\n  \"govermentCodeStart\": \"<string>\",\n  \"govermentCodeEnd\": \"<string>\",\n  \"preNotice\": {\n    \"notification\": \"<boolean>\",\n    \"discount\": \"<boolean>\",\n    \"date\": \"<dateTime>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/phases","description":"<h1 id=\"baja-de-colaboradorend\"><strong>Baja de Colaborador</strong>End</h1>\n<p><strong>Observaciones:</strong></p>\n<ul>\n<li><p><strong>id:</strong> se debe indicar el ID de la fase del Colaborador a modificar</p>\n</li>\n<li><p><strong>active:</strong> Representa el estado del colaborador.</p>\n</li>\n<li><p><strong>holiday:</strong> Indica si respeta las vacaciones en la fase.</p>\n</li>\n<li><p><strong>salary:</strong> Indica si respeta el salario en la fase.</p>\n</li>\n<li><p><strong>compensation:</strong> Indica si respeta las compensaciones en la fase.</p>\n</li>\n<li><p><strong>recognizedPhase:</strong> Indica si respeta la fecha de alta reconocida en la fase.</p>\n</li>\n<li><p><strong>real:</strong> Indica si respeta la fase real.</p>\n</li>\n<li><p><strong>startDate:</strong> Fecha de inicio de la fase del colaborador.</p>\n</li>\n<li><p><strong>endDate:</strong> Fecha de fin de la fase del colaborador.</p>\n</li>\n<li><p><strong>idCause:</strong> id de Consulta de Causas de Baja</p>\n</li>\n<li><p><strong>idEmployee:</strong> debe ser el valor de idPerson devuelto en la respuesta del servicio de Alta de Colaborador.</p>\n</li>\n<li><p><strong>idSubCause:</strong> id de Consulta de sub Causa de baja.</p>\n</li>\n<li><p><strong>govermentCodeStart:</strong> Código de Alta según corresponda por pais.</p>\n</li>\n<li><p><strong>govermentCodeEnd:</strong> Código de Baja según corresponda por pais.</p>\n</li>\n<li><p><strong>preNotice:</strong> Preaviso</p>\n<ul>\n<li><p><strong>notification:</strong> aviso de notificación.</p>\n</li>\n<li><p><strong>discount:</strong> indica si descuenta.</p>\n</li>\n<li><p><strong>date:</strong> fecha de preaviso.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","phases"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[]}},"response":[{"id":"bd1bb81a-0fda-4974-866b-f2742b193d7a","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"active\": \"<boolean>\",\n  \"holiday\": \"<boolean>\",\n  \"salary\": \"<boolean>\",\n  \"compensation\": \"<boolean>\",\n  \"recognizedPhase\": \"<boolean>\",\n  \"real\": \"<boolean>\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\",\n  \"idCause\": \"<integer>\",\n  \"idEmployee\": \"<integer>\",\n  \"idSubCause\": \"<integer>\",\n  \"govermentCodeStart\": \"<string>\",\n  \"govermentCodeEnd\": \"<string>\",\n  \"preNotice\": {\n    \"notification\": \"<boolean>\",\n    \"discount\": \"<boolean>\",\n    \"date\": \"<dateTime>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/phases"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"43ba1c02-f6c7-4440-b50c-1cda54025123"},{"name":"Reincorporación del Colaborador","id":"624dfc81-e291-4db2-858d-ef3dea3d4a56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"active\": \"<boolean>\",\n  \"holiday\": \"<boolean>\",\n  \"salary\": \"<boolean>\",\n  \"compensation\": \"<boolean>\",\n  \"recognizedPhase\": \"<boolean>\",\n  \"real\": \"<boolean>\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\",\n  \"idCause\": \"<integer>\",\n  \"idEmployee\": \"<integer>\",\n  \"idSubCause\": \"<integer>\",\n  \"govermentCodeStart\": \"<string>\",\n  \"govermentCodeEnd\": \"<string>\",\n  \"preNotice\": {\n    \"notification\": \"<boolean>\",\n    \"discount\": \"<boolean>\",\n    \"date\": \"<dateTime>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/phases","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","phases"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[]}},"response":[{"id":"e10003bf-313b-450a-b66a-b3c799a7fd12","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"active\": \"<boolean>\",\n  \"holiday\": \"<boolean>\",\n  \"salary\": \"<boolean>\",\n  \"compensation\": \"<boolean>\",\n  \"recognizedPhase\": \"<boolean>\",\n  \"real\": \"<boolean>\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\",\n  \"idCause\": \"<integer>\",\n  \"idEmployee\": \"<integer>\",\n  \"idSubCause\": \"<integer>\",\n  \"govermentCodeStart\": \"<string>\",\n  \"govermentCodeEnd\": \"<string>\",\n  \"preNotice\": {\n    \"notification\": \"<boolean>\",\n    \"discount\": \"<boolean>\",\n    \"date\": \"<dateTime>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/phases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<integer>"}],"_postman_id":"624dfc81-e291-4db2-858d-ef3dea3d4a56"},{"name":"Actualización del número de legajo","id":"c750f4a5-b0a7-4f23-9b04-b65a6dd9dc3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"idPerson\": \"<integer>\",\n  \"fileNumber\": \"<string>\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\",\n  \"disabilityPension\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/employees","description":"<p>Observaciones:</p>\n<ul>\n<li><p>idPerson: Debe ser el valor de idPerson devuelto en la respuesta del servicio de Alta de Colaborador.</p>\n</li>\n<li><p>fileNumber: Debe ser el valor informado del número de legajo en el proceso de On Boarding.</p>\n</li>\n<li><p>startDate: Debe ser la fecha de contratación del Colaborador.</p>\n</li>\n<li><p>endDate: Debe enviarse el valor nulo</p>\n</li>\n</ul>\n<p>Ejemplo:</p>\n<p>{</p>\n<p>\"idPerson\": 76149 ,</p>\n<p>\"fileNumber\": \"numerolegajo\", //1234570990 por ejemplo</p>\n<p>\"startDate\": \"2021-07-01T00:30:06.084Z\", //es la fecha de contratación del Colaborador</p>\n<p>\"endDate\": \"2021-07-01T00:30:06.084Z\" //se debe enviar el valor NULL</p>\n<p>}</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employees"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[]}},"response":[{"id":"5c2fcc40-8da6-4675-8629-81d69b5654a8","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"idPerson\": \"<integer>\",\n  \"fileNumber\": \"<string>\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\",\n  \"disabilityPension\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/employees"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c750f4a5-b0a7-4f23-9b04-b65a6dd9dc3f"},{"name":"Actualización del Reporta A","id":"b51d1d01-4ec7-41a1-8743-7c6c481afc61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operationType\": 0,\n    \"path\": \"<string>\",\n    \"op\": \"<string>\",\n    \"from\": \"<string>\",\n    \"value\": {\n      \"nullable\": true\n    }\n  },\n  {\n    \"operationType\": 1,\n    \"path\": \"<string>\",\n    \"op\": \"<string>\",\n    \"from\": \"<string>\",\n    \"value\": {\n      \"nullable\": true\n    }\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/employees/:idEmployee","description":"<p>Observaciones:</p>\n<ul>\n<li><p>value: Debe ser el valor de idPerson devuelto en la respuesta del servicio de Alta de Colaborador.</p>\n</li>\n<li><p>path: Debe ser “/idDirectReport”</p>\n</li>\n<li><p>op: Debe ser “replace”</p>\n</li>\n<li><p>from: Debe ser “”</p>\n</li>\n</ul>\n<p>Ejemplo:</p>\n<p>[</p>\n<p>  {</p>\n<p>    \"value\": \"2241\", // ID DEL MANAGER</p>\n<p>    \"path\": \"/idDirectReport\",</p>\n<p>    \"op\": \"replace\",</p>\n<p>    \"from\": \"\"</p>\n<p>  }</p>\n<p>]</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employees",":idEmployee"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[{"id":"8224caa0-1b29-4818-be82-a37f457ea905","type":"any","value":"","key":"idEmployee"}]}},"response":[{"id":"3bd65bec-edec-44a0-b195-2cef8ded3571","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"operationType\": 0,\n    \"path\": \"<string>\",\n    \"op\": \"<string>\",\n    \"from\": \"<string>\",\n    \"value\": {\n      \"nullable\": true\n    }\n  },\n  {\n    \"operationType\": 1,\n    \"path\": \"<string>\",\n    \"op\": \"<string>\",\n    \"from\": \"<string>\",\n    \"value\": {\n      \"nullable\": true\n    }\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://apim.vismalatam.com/person/api/employees/:idEmployee","host":["https://apim.vismalatam.com/person"],"path":["api","employees",":idEmployee"],"variable":[{"key":"idEmployee","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b51d1d01-4ec7-41a1-8743-7c6c481afc61"}],"id":"4b021a03-8097-4cf3-836e-13d1c43b7807","_postman_id":"4b021a03-8097-4cf3-836e-13d1c43b7807","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Contacts","item":[{"name":"Consulta Email del Colaborador","id":"7b3420bd-dd71-43bb-ac1e-440f61e6c1f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/contact/api/emails?idEntity=<integer>&idEntityType=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","emails"],"host":["https://apim.vismalatam.com/contact"],"query":[{"key":"idEntity","value":"<integer>"},{"description":{"content":"<p>1 - Empleado</p>\n","type":"text/plain"},"key":"idEntityType","value":"<integer>"}],"variable":[]}},"response":[{"id":"840cbc00-2023-4fbd-866b-4c5536b0adba","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/contact/api/emails?idEntity=<integer>&idEntityType=<integer>","host":["https://apim.vismalatam.com/contact"],"path":["api","emails"],"query":[{"key":"idEntity","value":"<integer>"},{"key":"idEntityType","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"description\": \"<string>\",\n    \"type\": {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\"\n    }\n  },\n  {\n    \"description\": \"<string>\",\n    \"type\": {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\"\n    }\n  }\n]"}],"_postman_id":"7b3420bd-dd71-43bb-ac1e-440f61e6c1f8"},{"name":"Edición de Emails del Colaborador","id":"b8a93856-cdee-46e1-b2bd-b3eccd985c62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"idEntity\": \"<integer>\",\n    \"idEntityType\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"type\": \"<integer>\"\n  },\n  {\n    \"idEntity\": \"<integer>\",\n    \"idEntityType\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"type\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/contact/api/emails","description":"<p>Observaciones:</p>\n<ul>\n<li><p>idEntity : Campo idEntity en la consulta del servicio <a href=\"https://docs.google.com/document/d/1cH2LVv87jqJax3XLW5vHVE7PJAbYC10u0CsvsQ_96Dg/edit#heading=h.ryuui3sep3vy\">Alta de Colaborador</a>.</p>\n</li>\n<li><p>idEntityType: Debe ir el valor fijo “1” que corresponde a un Colaborador</p>\n</li>\n<li><p>description : Email válido</p>\n</li>\n<li><p>type: para email laboral el valor es “1” / si es personal el valor es “2”</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","emails"],"host":["https://apim.vismalatam.com/contact"],"query":[],"variable":[]}},"response":[{"id":"36e1d958-b371-48cb-9ca8-54c8b528241e","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"idEntity\": \"<integer>\",\n    \"idEntityType\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"type\": \"<integer>\"\n  },\n  {\n    \"idEntity\": \"<integer>\",\n    \"idEntityType\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"type\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/contact/api/emails"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b8a93856-cdee-46e1-b2bd-b3eccd985c62"},{"name":"Consulta de teléfonos del Colaborador","id":"9b090d23-dcda-49ee-aef3-bce278092acc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/contact/api/phones?idEntity=<integer>&idEntityType=<integer>","description":"<h2 id=\"descripción\">Descripción</h2>\n<p>This endpoint retrieves phone information associated with a specific entity based on the provided parameters.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://apim.vismalatam.com/contact/api/phones</code></p>\n</li>\n<li><p><strong>Query Parameters</strong>:</p>\n<ul>\n<li><p><code>idEntity</code> (integer): El identificador único de la entidad para la que se solicita la información del teléfono.</p>\n</li>\n<li><p><code>idEntityType</code> (integer): El tipo de entidad, 1 para colaboradores.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"respuesta\">Respuesta:</h3>\n<ul>\n<li><p><code>id</code> (integer): l identificador único del registro telefónico.</p>\n</li>\n<li><p><code>idAddress</code> (integer): El identificador del domicilio asociada al teléfono.</p>\n</li>\n<li><p><code>number</code> (string): El número de teléfono.</p>\n</li>\n<li><p><code>mainPhone</code> (boolean): Indica si este número de teléfono es el número de contacto principal.</p>\n</li>\n<li><p><code>type</code> (object): Un objeto que representa el tipo de teléfono, que incluye:</p>\n<ul>\n<li><p><code>id</code> (integer): El identificador único del tipo de teléfono.</p>\n</li>\n<li><p><code>description</code> (string): Una descripción del tipo de teléfono.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"ejemplo\">Ejemplo:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"id\": 0,\n    \"idAddress\": 0,\n    \"number\": \"\",\n    \"mainPhone\": true,\n    \"type\": {\n      \"id\": 0,\n      \"description\": \"\"\n    }\n  }\n]\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","phones"],"host":["https://apim.vismalatam.com/contact"],"query":[{"description":{"content":"<p>IdPerson</p>\n","type":"text/plain"},"key":"idEntity","value":"<integer>"},{"description":{"content":"<p>Utilizar 1 para colaboradores</p>\n","type":"text/plain"},"key":"idEntityType","value":"<integer>"}],"variable":[]}},"response":[{"id":"2d9635f5-e9aa-4f20-abe8-09c17f10c591","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"string","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/contact/api/phones?idEntity=3954&idEntityType=3954","host":["https://apim.vismalatam.com/contact"],"path":["api","phones"],"query":[{"key":"idEntity","value":"3954"},{"key":"idEntityType","value":"3954"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": 2061,\n    \"idAddress\": 9851,\n    \"number\": \"string\",\n    \"mainPhone\": true,\n    \"type\": {\n      \"id\": 8691,\n      \"description\": \"string\"\n    }\n  },\n  {\n    \"id\": 1240,\n    \"idAddress\": 9047,\n    \"number\": \"string\",\n    \"mainPhone\": false,\n    \"type\": {\n      \"id\": 9624,\n      \"description\": \"string\"\n    }\n  }\n]"}],"_postman_id":"9b090d23-dcda-49ee-aef3-bce278092acc"},{"name":"Creación de teléfonos del Colaborador","id":"2374a9d9-bb7b-47e9-bc3c-33531b9b3cd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": 0,\n  \"idEntity\": 5213,\n  \"idEntityType\": 1,\n  \"number\": \"string\",\n  \"type\": 3,\n  \"mainPhone\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/contact/api/phones","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","phones"],"host":["https://apim.vismalatam.com/contact"],"query":[],"variable":[]}},"response":[{"id":"a643335c-1635-4a33-8c49-cc4b641d40d3","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"string","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"id\": 9893,\n  \"idEntity\": 5213,\n  \"idEntityType\": 8265,\n  \"number\": \"string\",\n  \"type\": 6769,\n  \"mainPhone\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/contact/api/phones"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2374a9d9-bb7b-47e9-bc3c-33531b9b3cd9"},{"name":"Modificación de teléfonos del Colaborador","id":"03b70da4-1e2b-4a44-ade2-b9577d22628d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": 9893,\n  \"idEntity\": 5213,\n  \"idEntityType\": 1,\n  \"number\": \"string\",\n  \"type\": 6769,\n  \"mainPhone\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/contact/api/phones","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","phones"],"host":["https://apim.vismalatam.com/contact"],"query":[],"variable":[]}},"response":[{"id":"da8d1382-108f-4ae5-a786-0a22005b8f3a","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"string","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"id\": 9893,\n  \"idEntity\": 5213,\n  \"idEntityType\": 8265,\n  \"number\": \"string\",\n  \"type\": 6769,\n  \"mainPhone\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/contact/api/phones"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"03b70da4-1e2b-4a44-ade2-b9577d22628d"},{"name":"Contactos de emergencia","id":"d442bc0d-878f-410d-8d4a-4541a47ab90b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/person/api/emergency-contacts/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","emergency-contacts",":id"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[{"description":{"content":"<p>Employee id (Required)</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"07bfcbe0-da42-4741-b917-b158eccb3e0f","name":"OK","originalRequest":{"method":"GET","header":[{"description":"(Required) Tenant client","key":"X-Tenant-Id","value":"<string>"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/api/emergency-contacts/:id","host":["{{baseUrl}}"],"path":["api","emergency-contacts",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"fullName\": \"<string>\",\n  \"idEmployee\": \"<integer>\",\n  \"contactType\": \"<string>\",\n  \"phoneNumber\": \"<string>\"\n}"}],"_postman_id":"d442bc0d-878f-410d-8d4a-4541a47ab90b"},{"name":"Creación de datos de contacto del Colaborador","id":"faf18993-f985-4071-aa3a-3d1a820139fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phone\": {\n    \"id\": \"<integer>\",\n    \"idEmployee\": \"<integer>\",\n    \"number\": \"<string>\",\n    \"type\": \"<integer>\"\n  },\n  \"emergencyContact\": {\n    \"id\": \"<integer>\",\n    \"fullName\": \"<string>\",\n    \"idEmployee\": \"<integer>\",\n    \"contactType\": \"<string>\",\n    \"phoneNumber\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/mediator/api/employee-contacts","description":"<h1 id=\"creación-de-datos-de-contacto-del-colaborador\"><strong>Creación de datos de contacto del Colaborador</strong></h1>\n<p>Observaciones:</p>\n<ul>\n<li><p>Phone</p>\n<ul>\n<li><p>id : 0.</p>\n</li>\n<li><p>idEntity: idEmployee del colaborador.</p>\n</li>\n<li><p>IdEntityType: Id del tipo de tercero (para colaborador = 1).</p>\n</li>\n<li><p>number: String con el nro de teléfono.</p>\n</li>\n<li><p>type: ID del tipo de telefono que devuelve el endpoint.</p>\n</li>\n</ul>\n</li>\n<li><p>emergencyContact</p>\n<ul>\n<li><p>id = 0.</p>\n</li>\n<li><p>fullname: apellido y nombre del contacto de emergencia.</p>\n</li>\n<li><p>idEmployee: idEmployee del colaborador.</p>\n</li>\n<li><p>contactType: descripción del contacto de emergencia.</p>\n</li>\n<li><p>phoneNumber: nro de teléfono del contacto de emergencia.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employee-contacts"],"host":["https://apim.vismalatam.com/mediator"],"query":[],"variable":[]}},"response":[{"id":"9a1eec5b-29bb-4be1-8b53-c706c7da4105","name":"Success","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"phone\": {\n    \"id\": \"<integer>\",\n    \"idEmployee\": \"<integer>\",\n    \"number\": \"<string>\",\n    \"type\": \"<integer>\"\n  },\n  \"emergencyContact\": {\n    \"id\": \"<integer>\",\n    \"fullName\": \"<string>\",\n    \"idEmployee\": \"<integer>\",\n    \"contactType\": \"<string>\",\n    \"phoneNumber\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/mediator/api/employee-contacts"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"faf18993-f985-4071-aa3a-3d1a820139fe"},{"name":"Modificación de datos de contacto del Empleado","id":"1df2451a-ffa7-4057-8490-0cc34582052b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phone\": {\n    \"id\": \"<integer>\",\n    \"idEmployee\": \"<integer>\",\n    \"number\": \"<string>\",\n    \"type\": \"<integer>\"\n  },\n  \"emergencyContact\": {\n    \"id\": \"<integer>\",\n    \"fullName\": \"<string>\",\n    \"idEmployee\": \"<integer>\",\n    \"contactType\": \"<string>\",\n    \"phoneNumber\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/mediator/api/employee-contacts","description":"<h1 id=\"modificación-de-datos-de-contacto-del-empleado\"><strong>Modificación de datos de contacto del Empleado</strong></h1>\n<p>Observaciones:</p>\n<ul>\n<li><p>Phone</p>\n<ul>\n<li><p>id: Id de telefono.</p>\n</li>\n<li><p>idEntity: IdEmployee del colaborador.</p>\n</li>\n<li><p>IdEntityType: Id del tipo de tercero (para colaborador = 1).</p>\n</li>\n<li><p>number: String con el nro de teléfono.</p>\n</li>\n<li><p>type: ID del tipo de telefono que devuelve el endpoint.</p>\n</li>\n</ul>\n</li>\n<li><p>emergencyContact</p>\n<ul>\n<li><p>id: Id del contacto de emergencia.</p>\n</li>\n<li><p>fullname: Apellido y Nombre del contacto de emergencia.</p>\n</li>\n<li><p>idEmployee: IdEmployee del colaborador.</p>\n</li>\n<li><p>contactType: Descripción del contacto de emergencia.</p>\n</li>\n<li><p>phoneNumber: Nro de teléfono del contacto de emergencia.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employee-contacts"],"host":["https://apim.vismalatam.com/mediator"],"query":[],"variable":[]}},"response":[{"id":"a0b91d8d-891d-4803-87bf-88d13aa654e0","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"phone\": {\n    \"id\": \"<integer>\",\n    \"idEmployee\": \"<integer>\",\n    \"number\": \"<string>\",\n    \"type\": \"<integer>\"\n  },\n  \"emergencyContact\": {\n    \"id\": \"<integer>\",\n    \"fullName\": \"<string>\",\n    \"idEmployee\": \"<integer>\",\n    \"contactType\": \"<string>\",\n    \"phoneNumber\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/mediator/api/employee-contacts"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1df2451a-ffa7-4057-8490-0cc34582052b"}],"id":"9bdba2a9-ded6-4420-a909-dc2c74b1395f","_postman_id":"9bdba2a9-ded6-4420-a909-dc2c74b1395f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Address","item":[{"name":"Consulta de Domicilios del Colaborador","id":"6d682ede-d191-49b7-aa9e-d42575707427","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/contact/api/addresses/:idEntity/:idEntityType","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","addresses",":idEntity",":idEntityType"],"host":["https://apim.vismalatam.com/contact"],"query":[],"variable":[{"id":"99a3effc-f264-406e-881f-717a693811c3","description":{"content":"<p>(Required) - IdPerson</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"idEntity"},{"id":"aa5742be-aa62-4a87-b2c8-ab73d9e60dd3","description":{"content":"<p>(Required) - 1 = Employee</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"idEntityType"}]}},"response":[{"id":"f7fe578e-4eb6-4cce-aeaf-157193e225ae","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/contact/api/addresses/:idEntity/:idEntityType","host":["https://apim.vismalatam.com/contact"],"path":["api","addresses",":idEntity",":idEntityType"],"variable":[{"key":"idEntity","value":""},{"key":"idEntityType","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"street\": \"<string>\",\n    \"streetNumber\": \"<string>\",\n    \"floor\": \"<string>\",\n    \"department\": \"<string>\",\n    \"zipCode\": \"<string>\",\n    \"betweenStreets\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"idCountry\": \"<integer>\",\n    \"idState\": \"<integer>\",\n    \"idCity\": \"<integer>\",\n    \"default\": \"<boolean>\",\n    \"addressType\": {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\"\n    },\n    \"aditionalAttributes\": {\n      \"in_df\": \"<string>\"\n    },\n    \"latitude\": \"<float>\",\n    \"longitude\": \"<float>\",\n    \"gmapsAddress\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"street\": \"<string>\",\n    \"streetNumber\": \"<string>\",\n    \"floor\": \"<string>\",\n    \"department\": \"<string>\",\n    \"zipCode\": \"<string>\",\n    \"betweenStreets\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"idCountry\": \"<integer>\",\n    \"idState\": \"<integer>\",\n    \"idCity\": \"<integer>\",\n    \"default\": \"<boolean>\",\n    \"addressType\": {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\"\n    },\n    \"aditionalAttributes\": {\n      \"deserunt_3fd\": \"<string>\",\n      \"occaecat_3\": \"<string>\",\n      \"sed__3\": \"<string>\"\n    },\n    \"latitude\": \"<float>\",\n    \"longitude\": \"<float>\",\n    \"gmapsAddress\": \"<string>\"\n  }\n]"}],"_postman_id":"6d682ede-d191-49b7-aa9e-d42575707427"},{"name":"Alta de Domicilios del Colaborador","id":"fad0e46d-ef33-4948-94d7-9c1be50b9e36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"idEntity\": \"<integer>\",\n  \"idEntityType\": \"<integer>\",\n  \"street\": \"<string>\",\n  \"streetNumber\": \"<string>\",\n  \"floor\": \"<string>\",\n  \"department\": \"<string>\",\n  \"zipCode\": \"<string>\",\n  \"betweenStreets\": \"<string>\",\n  \"neighborhood\": \"<string>\",\n  \"idCountry\": \"<integer>\",\n  \"idState\": \"<integer>\",\n  \"idCity\": \"<integer>\",\n  \"default\": \"<boolean>\",\n  \"idAddressType\": \"<integer>\",\n  \"latitude\": \"<float>\",\n  \"longitude\": \"<float>\",\n  \"gmapsAddress\": \"<string>\",\n  \"aditionalAttributes\": {\n    \"ad1\": {\n      \"nullable\": true\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/contact/api/addresses","description":"<p>Observaciones:</p>\n<ul>\n<li><p>id lo resuelve el servicio (enviar cero u omitir).</p>\n</li>\n<li><p>idEntity debe ser el valor de idPerson devuelto en la respuesta del servicio de Alta de Colaborador.</p>\n</li>\n<li><p>idEntityType debe ser =1 (Colaborador).</p>\n</li>\n<li><p>street es requerido.</p>\n</li>\n<li><p>streetNumber es requerido.</p>\n</li>\n<li><p>floor es requerido.</p>\n</li>\n<li><p>department es requerido.</p>\n</li>\n<li><p>zipCode es requerido.</p>\n</li>\n<li><p>betweenStreets es requerido.</p>\n</li>\n<li><p>neighborhood es requerido.</p>\n</li>\n<li><p>idCountry debe ser uno de los valores id devuelto en la respuesta del servicio de Consulta de Países.</p>\n</li>\n<li><p>idState debe ser uno de los valores id devuelto en la respuesta del servicio de Consulta de Estados/Provincias.</p>\n</li>\n<li><p>idCity debe ser uno de los valores id devuelto en la respuesta del servicio de Consulta de Ciudades.</p>\n</li>\n<li><p>idAddressType debe ser uno de los valores id devuelto en la respuesta del servicio de Consulta de Tipos de Domicilio.</p>\n</li>\n<li><p>gmapsAddress es requerido.</p>\n</li>\n<li><p>default debe ser =True o =False, pudiendo tener sólo un Domicilio como principal.</p>\n</li>\n<li><p>aditionalAttributes varía su estructura en función del país al cual pertenezca el Domicilio. Para el caso de Argentina, ver el ejemplo aquí debajo.</p>\n</li>\n</ul>\n<p><strong>Ejemplo Modelo Argentina:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"idEntity\": 647,        // ID DEL COLABORADOR\n  \"idEntityType\": 1,        // COLABORADOR\n  \"street\": \"Mario Bravo\",\n  \"streetNumber\": \"780\",\n  \"floor\": \"4\",\n  \"department\": \"B\",\n  \"zipCode\": \"1175\",\n  \"betweenStreets\": \"Entre Lavalle y Tucumán\",\n  \"neighborhood\": \"Almagro\",\n  \"idCountry\": 3,            // ARGENTINA\n  \"idState\": 97,            // BUENOS AIRES\n  \"idCity\": 25149,        // TORTUGUITAS\n  \"default\": true,\n  \"idAddressType\": 2,        // PARTICULAR\n  \"latitude\": 50.4,\n  \"longitude\": 10,\n  \"gmapsAddress\": \"Maronna 1652 Bahía Blanca\",\n  \"aditionalAttributes\": {\n    \"IdZona\":  479,\n    \"IdPartido\": 5706,\n    \"Sector\": \"sector\",\n    \"Torre\": \"torre\",\n    \"Manzana\": \"manzana\",\n    \"Kilometro\": \"km\",\n    \"Circunscripcion\": \"circu\",\n    \"Cuerpo\": \"cuerpo\",\n    \"Lote\": \"lote\",\n    \"Parcela\": \"parcela\",\n    \"Bloque\": \"bloque\",\n    \"Seccion\": \"seccion\",\n    \"Casa\": \"casa\"\n  }\n}\n\n</code></pre>\n<p><strong>Ejemplo Modelo Perú:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": 0,\n    \"idEntity\": 13961,\n    \"idEntityType\": 1,\n    \"gmapsAddress\": \"Cdad. de La Paz 1500, C1426 CABA, Argentina\",\n    \"latitude\": -34.567688,\n    \"longitude\": -58.452892,\n    \"aditionalAttributes\": {\n        \"Manzana\": null,\n        \"Kilometro\": null,\n        \"Lote\": null,\n        \"Block\": null,\n        \"Etapa\": null,\n        \"Interior\": null,\n        \"IdDistrito\": 1009,\n        \"TipoZona\": \"02\",\n        \"NombreZona\": \"zona\",\n        \"IdVia\": 6, //Requerido\n        \"ubigeo\": \"100201\"      //Dato obtenido del código externo del departamento(idState), provincia(idDistrito) y distrito(idCity), 2 dígitos de cada uno (00).\n    },\n    \"idAddressType\": 6,\n    \"idCountry\": 24,\n    \"street\": \"Cdad. de La Paz\",\n    \"streetNumber\": \"1500\",\n    \"floor\": \"\",\n    \"department\": null,\n    \"zipCode\": \"C1426\",\n    \"betweenStreets\": null,\n    \"neighborhood\": \"Comuna 13\",\n    \"idCity\": 25578,\n    \"idState\": 68,\n    \"default\": true\n}\n\n</code></pre>\n<p>Ejemplo Modelo Chile:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": 0,\n    \"idEntity\": 334239,\n    \"idEntityType\": 1,\n    \"gmapsAddress\": \"Libertador Gral. Bernardo O'Higgins 1350, Concepción, Bío Bío, Chile\",\n    \"latitude\": -36.8241081,\n    \"longitude\": -73.0409792,\n    \"aditionalAttributes\": {\n        \"Sector\": null,\n        \"Torre\": null,\n        \"Manzana\": null,\n        \"Seccion\": null,\n        \"IdRegion\": 1421\n    },\n    \"idAddressType\": 1,\n    \"idCountry\": 8,\n    \"idCountrySet\": 8,\n    \"street\": \"Libertador Gral. Bernardo O'Higgins\",\n    \"streetNumber\": \"1350\",\n    \"floor\": \"\",\n    \"department\": null,\n    \"zipCode\": \"\",\n    \"betweenStreets\": null,\n    \"neighborhood\": \"Concepcion\",\n    \"idCity\": 468,\n    \"idState\": 357,\n    \"default\": true\n}\n\n</code></pre>\n<p>Ejemplo Modelo Paraguay:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": 0,\n    \"idEntity\": 4042,\n    \"idEntityType\": 1,\n    \"gmapsAddress\": \"Paso De La Patria 1450, Asunción 001425, Paraguay\",\n    \"latitude\": -25.3183723,\n    \"longitude\": -57.5910993,\n    \"aditionalAttributes\": {\n        \"Torre\": \"1\"\n    },\n    \"idAddressType\": 2,\n    \"idCountry\": 23,\n    \"idCountrySet\": 23,\n    \"street\": \"Paso De La Patria\",\n    \"streetNumber\": \"1450\",\n    \"floor\": \"4\",\n    \"department\": “B”,\n    \"zipCode\": \"001425\",\n    \"betweenStreets\": \"quebracho y paraiso\",\n    \"neighborhood\": \"Asunción\",\n    \"idCity\": 1,\n    \"idState\": 43,\n    \"default\": true\n}\n\n</code></pre>\n<p>Ejemplo Modelo Colombia:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": 0,\n    \"idEntity\": 16032,\n    \"idEntityType\": 1,\n    \"gmapsAddress\": \"Cra. 18, Bogotá, Colombia\",\n    \"latitude\": 4.6497094,\n    \"longitude\": -74.0687086,\n    \"aditionalAttributes\": {\n        \"Sector\": null,\n        \"Torre\": null,\n        \"Manzana\": null\n    },\n    \"idAddressType\": 2,\n    \"idCountry\": 10,\n    \"idCountrySet\": 10,\n    \"street\": \"Cra. 18\",\n    \"streetNumber\": \"1550\",\n    \"floor\": \"1\",\n    \"department\": \"a\",\n    \"zipCode\": \"123321\",\n    \"betweenStreets\": \"entre 17 y 19\",\n    \"neighborhood\": \"barrico\",\n    \"idCity\": 397,\n    \"idState\": 175,\n    \"default\": true\n}\n\n</code></pre>\n<p>Ejemplo Modelo Uruguay</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": 0,\n    \"idEntity\": 201371,\n    \"idEntityType\": 1,\n    \"gmapsAddress\": \"Santiago Sierra 3950, 12300 Montevideo, Departamento de Montevideo, Uruguay\",\n    \"latitude\": -34.8531913,\n    \"longitude\": -56.17600729999999,\n    \"aditionalAttributes\": {\n        \"Sector\": null,\n        \"Torre\": null,\n        \"Manzana\": null,\n        \"Complemento1\": null,\n        \"Complemento2\": null\n    },\n    \"idAddressType\": 2,\n    \"idCountry\": 25,\n    \"street\": \"Santiago Sierra\",\n    \"streetNumber\": \"3950\",agreg\n    \"floor\": \"1\",\n    \"department\": \"a\",\n    \"zipCode\": \"12300\",\n    \"betweenStreets\": \"rodriguez y lancaster\",\n    \"neighborhood\": \"Cerrito\",\n    \"idCity\": 163,\n    \"idState\": 26,\n    \"default\": true\n}\n\n</code></pre>\n<p>Ejemplo Modelo Internacional:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": 0,\n  \"idEntity\": 0,\n  \"idEntityType\": 0,\n  \"street\": \"string\",\n  \"streetNumber\": \"string\",\n  \"floor\": \"string\",\n  \"department\": \"string\",\n  \"zipCode\": \"string\",\n  \"betweenStreets\": \"string\",\n  \"neighborhood\": \"string\",\n  \"idCountry\": 0,\n  \"idState\": 0,\n  \"idCity\": 0,\n  \"default\": true,\n  \"idAddressType\": 0,\n  \"latitude\": 0,\n  \"longitude\": 0,\n  \"gmapsAddress\": \"string\",\n  \"aditionalAttributes\": {\n    \"Torre\": \"string\"\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","addresses"],"host":["https://apim.vismalatam.com/contact"],"query":[],"variable":[]}},"response":[{"id":"65858750-b5c4-44b6-ac57-406b73746d74","name":"Success","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"idEntity\": \"<integer>\",\n  \"idEntityType\": \"<integer>\",\n  \"street\": \"<string>\",\n  \"streetNumber\": \"<string>\",\n  \"floor\": \"<string>\",\n  \"department\": \"<string>\",\n  \"zipCode\": \"<string>\",\n  \"betweenStreets\": \"<string>\",\n  \"neighborhood\": \"<string>\",\n  \"idCountry\": \"<integer>\",\n  \"idState\": \"<integer>\",\n  \"idCity\": \"<integer>\",\n  \"default\": \"<boolean>\",\n  \"idAddressType\": \"<integer>\",\n  \"latitude\": \"<float>\",\n  \"longitude\": \"<float>\",\n  \"gmapsAddress\": \"<string>\",\n  \"aditionalAttributes\": {\n    \"ad1\": {\n      \"nullable\": true\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/contact/api/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<integer>"}],"_postman_id":"fad0e46d-ef33-4948-94d7-9c1be50b9e36"},{"name":"Modificación de Domicilios del Colaborador","id":"0cc82baf-9426-4ddb-a17e-581b3b51eb9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"idEntity\": \"<integer>\",\n  \"idEntityType\": \"<integer>\",\n  \"street\": \"<string>\",\n  \"streetNumber\": \"<string>\",\n  \"floor\": \"<string>\",\n  \"department\": \"<string>\",\n  \"zipCode\": \"<string>\",\n  \"betweenStreets\": \"<string>\",\n  \"neighborhood\": \"<string>\",\n  \"idCountry\": \"<integer>\",\n  \"idState\": \"<integer>\",\n  \"idCity\": \"<integer>\",\n  \"default\": \"<boolean>\",\n  \"idAddressType\": \"<integer>\",\n  \"latitude\": \"<float>\",\n  \"longitude\": \"<float>\",\n  \"gmapsAddress\": \"<string>\",\n  \"aditionalAttributes\": {\n    \"ad1\": {\n      \"nullable\": true\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/contact/api/addresses","description":"<p>Observaciones:</p>\n<ul>\n<li><p>id se debe indicar el ID del domicilio a modificar.</p>\n</li>\n<li><p>idEntity debe ser el valor de idPerson devuelto en la respuesta del servicio de Alta de Colaborador.</p>\n</li>\n<li><p>idEntityType debe ser =1 (Colaborador).</p>\n</li>\n<li><p>street es requerido.</p>\n</li>\n<li><p>streetNumber es requerido.</p>\n</li>\n<li><p>floor es requerido.</p>\n</li>\n<li><p>department es requerido.</p>\n</li>\n<li><p>zipCode es requerido.</p>\n</li>\n<li><p>betweenStreets es requerido.</p>\n</li>\n<li><p>neighborhood es requerido.</p>\n</li>\n<li><p>idCountry debe ser uno de los valores id devuelto en la respuesta del servicio de Consulta de Países.</p>\n</li>\n<li><p>idState debe ser uno de los valores id devuelto en la respuesta del servicio de Consulta de Estados/Provincias.</p>\n</li>\n<li><p>idCity debe ser uno de los valores id devuelto en la respuesta del servicio de Consulta de Ciudades.</p>\n</li>\n<li><p>idAddressType debe ser uno de los valores id devuelto en la respuesta del servicio de Consulta de Tipos de Domicilio.</p>\n</li>\n<li><p>gmapsAddress es requerido.</p>\n</li>\n<li><p>default debe ser =True o =False, pudiendo tener sólo 1 Domicilio como principal.</p>\n</li>\n<li><p>aditionalAttributes varía su estructura en función del país al cual pertenezca el Domicilio. Para el caso de Argentina, ver el ejemplo aquí debajo.</p>\n</li>\n</ul>\n<p>Ejemplo:<br />{</p>\n<p>“id”: 23776 // ID DEL DOMICILIO</p>\n<p>\"idEntity\": 647, // ID DEL COLABORADOR</p>\n<p>\"idEntityType\": 1, // COLABORADOR</p>\n<p>\"street\": \"Mario Bravo\",</p>\n<p>\"streetNumber\": \"780\",</p>\n<p>\"floor\": \"4\",</p>\n<p>\"department\": \"B\",</p>\n<p>\"zipCode\": \"1175\",</p>\n<p>\"betweenStreets\": \"Entre Lavalle y Tucumán\",</p>\n<p>\"neighborhood\": \"Almagro\",</p>\n<p>\"idCountry\": 3, // ARGENTINA</p>\n<p>\"idState\": 97, // BUENOS AIRES</p>\n<p>\"idCity\": 25149, // TORTUGUITAS</p>\n<p>\"default\": true,</p>\n<p>\"idAddressType\": 2, // PARTICULAR</p>\n<p>\"latitude\": 50.4,</p>\n<p>\"longitude\": 10,</p>\n<p>\"gmapsAddress\": \"Maronna 1652 Bahía Blanca\",</p>\n<p>\"aditionalAttributes\": {</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"IdZona\":  479,\n\"IdPartido\": 5706,\n\"Sector\": \"sector\",\n\"Torre\": \"torre\",\n\"Manzana\": \"manzana\",\n\"Kilometro\": \"km\",\n\"Circunscripcion\": \"circu\",\n\"Cuerpo\": \"cuerpo\",\n\"Lote\": \"lote\",\n\"Parcela\": \"parcela\",\n\"Bloque\": \"bloque\",\n\"Seccion\": \"seccion\",\n\"Casa\": \"casa\"\n\n</code></pre><p>}</p>\n<p>}</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","addresses"],"host":["https://apim.vismalatam.com/contact"],"query":[],"variable":[]}},"response":[{"id":"62b6d60a-3871-4cd1-8b46-edf78b96e546","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"idEntity\": \"<integer>\",\n  \"idEntityType\": \"<integer>\",\n  \"street\": \"<string>\",\n  \"streetNumber\": \"<string>\",\n  \"floor\": \"<string>\",\n  \"department\": \"<string>\",\n  \"zipCode\": \"<string>\",\n  \"betweenStreets\": \"<string>\",\n  \"neighborhood\": \"<string>\",\n  \"idCountry\": \"<integer>\",\n  \"idState\": \"<integer>\",\n  \"idCity\": \"<integer>\",\n  \"default\": \"<boolean>\",\n  \"idAddressType\": \"<integer>\",\n  \"latitude\": \"<float>\",\n  \"longitude\": \"<float>\",\n  \"gmapsAddress\": \"<string>\",\n  \"aditionalAttributes\": {\n    \"ad1\": {\n      \"nullable\": true\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/contact/api/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0cc82baf-9426-4ddb-a17e-581b3b51eb9f"}],"id":"a28b4738-b05c-4dad-9574-54ce0eadd80a","_postman_id":"a28b4738-b05c-4dad-9574-54ce0eadd80a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Organization","item":[{"name":"Asociación de Modelo Organizacional a Colaborador","id":"1192a68e-45fd-463f-b695-31337bba6522","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"idOrganizationModel\": \"<integer>\",\n  \"idEmployee\": \"<integer>\",\n  \"startDate\": \"<dateTime>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/organization{/api/employee-organization-models","description":"<p>Observaciones:</p>\n<ul>\n<li><p>idOrganizationModel: Debe ser uno de los valores id devuelto en la respuesta del servicio de Consulta de Modelos Organizacionales.</p>\n</li>\n<li><p>idEmployee: Debe ser el valor de idPerson devuelto en la respuesta del servicio de Alta de Colaborador.</p>\n</li>\n<li><p>startDate: Debe informarse la fecha de contratación, misma fecha utilizada en la alta de la fase.</p>\n</li>\n</ul>\n<p>Ejemplo:</p>\n<p>{</p>\n<p>  \"idOrganizationModel\": 3, // EMPLEO MENSUALIZADO</p>\n<p>  \"idEmployee\": 647, // ID DEL COLABORADOR</p>\n<p>  \"startDate\": \"2021-05-20T14:02:22.668Z\"o e</p>\n<p>}</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employee-organization-models"],"host":["https://apim.vismalatam.com/organization{"],"query":[],"variable":[]}},"response":[{"id":"e083c2a3-b4e4-48b7-93a9-0dcb9b89b6bf","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"idOrganizationModel\": \"<integer>\",\n  \"idEmployee\": \"<integer>\",\n  \"startDate\": \"<dateTime>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/organization/api/employee-organization-models"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1192a68e-45fd-463f-b695-31337bba6522"},{"name":"Consulta de Estructura del Colaborador por tipo de estructura","id":"fffcdb1e-c65b-4e99-83b2-2a53e42b28ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/organization/api/employee-attributes/GetEmployeeAttribute/:idEmployee?idStructureType=<integer>&date=<date-time>","description":"<p>Debuelve la estructura del colaborador a una determianda fecha</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employee-attributes","GetEmployeeAttribute",":idEmployee"],"host":["https://apim.vismalatam.com/organization"],"query":[{"description":{"content":"<p>id del tipo de estructura</p>\n","type":"text/plain"},"key":"idStructureType","value":"<integer>"},{"description":{"content":"<p>Fecha</p>\n","type":"text/plain"},"key":"date","value":"<date-time>"}],"variable":[{"id":"0af2dc3c-48c0-483e-b464-262ade613d75","description":{"content":"<p>(Required) - ID del colaborador.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"idEmployee"}]}},"response":[{"id":"8cd35d25-d3de-4d6d-8f99-b87a3e782dd7","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"string","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/organization/api/employee-attributes/GetEmployeeAttribute/:idEmployee?idStructureType=7845&date=2000-04-20T06:49:37.761Z","host":["https://apim.vismalatam.com/organization"],"path":["api","employee-attributes","GetEmployeeAttribute",":idEmployee"],"query":[{"key":"idStructureType","value":"7845"},{"key":"date","value":"2000-04-20T06:49:37.761Z"}],"variable":[{"key":"idEmployee","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": 3053,\n  \"idEmployee\": 3587,\n  \"idReasonType\": 3617,\n  \"reason\": \"string\",\n  \"startDate\": \"1988-07-24T04:00:03.960Z\",\n  \"endDate\": \"1980-09-29T04:23:44.088Z\",\n  \"structure\": {\n    \"id\": 2380,\n    \"description\": \"string\",\n    \"idStructureType\": 7949,\n    \"externalCode\": \"string\",\n    \"active\": false,\n    \"idManager\": 8856,\n    \"structureType\": {\n      \"id\": 6355,\n      \"description\": \"string\",\n      \"system\": false,\n      \"idStructureClass\": 902,\n      \"order\": 5690,\n      \"loadPGM\": \"stri\",\n      \"active\": false,\n      \"hasManager\": true,\n      \"numberOfAttributes\": 9617\n    }\n  }\n}"}],"_postman_id":"fffcdb1e-c65b-4e99-83b2-2a53e42b28ca"},{"name":"Consulta de Estructuras del Colaborador","id":"090ece82-60bc-4315-98fa-ad795e5deb13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/organization/api/employee-attributes/GetEmployeeAttributesHistory/:idEmployee?date=<dateTime>","description":"<p>Observaciones:</p>\n<ul>\n<li><p>idEmployee: Debe ser el valor de idPerson devuelto en la respuesta del servicio de <a href=\"https://docs.google.com/document/d/1cH2LVv87jqJax3XLW5vHVE7PJAbYC10u0CsvsQ_96Dg/edit#heading=h.ryuui3sep3vy\">Alta de Colaborador</a>.</p>\n</li>\n<li><p>date: Fecha de vigencia asociada a las estructuras del colaborador</p>\n</li>\n</ul>\n<p>Ejemplo:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"id\": 45483, \n    \"idTypeStructure\": 29,\n    \"descriptionTypeStructure\": \"Actividad SICOSS\",\n    \"idStructure\": 521,\n    \"descriptionStructure\": \"PERS. PERM. DISC. EMPRESAS SERV. EVENT.\",\n    \"startDate\": \"2003-01-01T00:00:00\",\n    \"endDate\": null\n  }\n]\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employee-attributes","GetEmployeeAttributesHistory",":idEmployee"],"host":["https://apim.vismalatam.com/organization"],"query":[{"key":"date","value":"<dateTime>"}],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"idEmployee"}]}},"response":[{"id":"1dcabe5f-8246-42cf-9b1f-eebf81fcce10","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/organization/api/employee-attributes/GetEmployeeAttributesHistory/:idEmployee?date=<dateTime>","host":["https://apim.vismalatam.com/organization"],"path":["api","employee-attributes","GetEmployeeAttributesHistory",":idEmployee"],"query":[{"key":"date","value":"<dateTime>"}],"variable":[{"key":"idEmployee","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"idTypeStructure\": \"<integer>\",\n  \"descriptionTypeStructure\": \"<string>\",\n  \"idStructure\": \"<integer>\",\n  \"descriptionStructure\": \"<string>\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\"\n}"}],"_postman_id":"090ece82-60bc-4315-98fa-ad795e5deb13"},{"name":"Alta de Estructuras del Colaborador","id":"9feaaa75-da15-48cd-80b9-c3be99ffd0ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"idEmployee\": \"<integer>\",\n  \"idReasonType\": \"<integer>\",\n  \"idStructure\": \"<integer>\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\",\n  \"reason\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/organization/api/employee-attributes","description":"<p>Observaciones:</p>\n<ul>\n<li><p>idEmployee: Debe ser el valor de idPerson devuelto en la respuesta del servicio de <a href=\"https://docs.google.com/document/d/1cH2LVv87jqJax3XLW5vHVE7PJAbYC10u0CsvsQ_96Dg/edit#heading=h.ryuui3sep3vy\">Alta de Colaborador</a>.</p>\n</li>\n<li><p>idReasonType:</p>\n</li>\n<li><p>idStructure:</p>\n</li>\n<li><p>startDate:</p>\n</li>\n<li><p>endDate:</p>\n</li>\n<li><p>reason:</p>\n</li>\n</ul>\n<p>Ejemplo:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">  {\n    \"id\":0, \n    \"idEmployee\": 2241,\n    \"idTypeStructure\": 29,\n    \"descriptionTypeStructure\": \"Actividad SICOSS\",\n    \"idStructure\": 521,\n    \"descriptionStructure\": \"PERS. PERM. DISC. EMPRESAS SERV. EVENT.\",\n    \"startDate\": \"2003-01-01T00:00:00\",\n    \"endDate\": null\n  }\n\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employee-attributes"],"host":["https://apim.vismalatam.com/organization"],"query":[],"variable":[]}},"response":[{"id":"0316b4ec-e075-4560-b15e-a2c58dfc3e8c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"idEmployee\": \"<integer>\",\n  \"idReasonType\": \"<integer>\",\n  \"idStructure\": \"<integer>\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\",\n  \"reason\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/organization/api/employee-attributes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<integer>"}],"_postman_id":"9feaaa75-da15-48cd-80b9-c3be99ffd0ba"},{"name":"Modificación de Estructuras del Colaborador","id":"1b731d34-39a1-4cfa-bf17-ca3ba680b27f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"idEmployee\": \"<integer>\",\n  \"idReasonType\": \"<integer>\",\n  \"idStructure\": \"<integer>\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\",\n  \"reason\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/organization/api/employee-attributes","description":"<p>Observaciones:</p>\n<ul>\n<li><p>idEmployee: Debe ser el valor de idPerson devuelto en la respuesta del servicio de Alta de Colaborador.</p>\n</li>\n<li><p>idReasonType:</p>\n</li>\n<li><p>idStructure:</p>\n</li>\n<li><p>startDate:</p>\n</li>\n<li><p>endDate:</p>\n</li>\n<li><p>reason:</p>\n</li>\n</ul>\n<p>Ejemplo:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": 45483,\n  \"idEmployee\": 2241,\n  \"idReasonType\": 2,\n  \"idStructure\": 2502,\n  \"startDate\": \"2022-01-01T00:00:00.000Z\",\n  \"endDate\": \"2022-12-31T16:47:18.199Z\",\n  \"reason\": \"Cambio de Empresa\"\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employee-attributes"],"host":["https://apim.vismalatam.com/organization"],"query":[],"variable":[]}},"response":[{"id":"d26adf46-4b82-427f-accd-68f75d2a1fc9","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"idEmployee\": \"<integer>\",\n  \"idReasonType\": \"<integer>\",\n  \"idStructure\": \"<integer>\",\n  \"startDate\": \"<dateTime>\",\n  \"endDate\": \"<dateTime>\",\n  \"reason\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/organization/api/employee-attributes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<integer>"}],"_postman_id":"1b731d34-39a1-4cfa-bf17-ca3ba680b27f"}],"id":"8fd0e292-2020-4493-8e25-339ba3168c25","_postman_id":"8fd0e292-2020-4493-8e25-339ba3168c25","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Education","item":[{"name":"Consulta de Nivel de Estudio del Colaborador","id":"3fee6752-b437-4bc7-80da-43f72e36f3e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/person/api/education-levels/:idPerson","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","education-levels",":idPerson"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"idPerson"}]}},"response":[{"id":"b90008b4-2570-46cc-b939-41ca2e15b523","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/person/api/education-levels/:idPerson","host":["https://apim.vismalatam.com/person"],"path":["api","education-levels",":idPerson"],"variable":[{"key":"idPerson","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"description\": \"<string>\"\n}"}],"_postman_id":"3fee6752-b437-4bc7-80da-43f72e36f3e9"},{"name":"Consulta de Estudios del Colaborador","id":"c60a3c72-52c1-4497-8c98-055f864dde8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/person/api/educations/:idEntityType/:idEntity","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","educations",":idEntityType",":idEntity"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[{"description":{"content":"<p>(Required) 1 - Colaborador</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"idEntityType"},{"description":{"content":"<p>(Required) - idEymployee</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"idEntity"}]}},"response":[{"id":"217efbd4-d622-4074-8a46-e44c684d31c1","name":"OK","originalRequest":{"method":"GET","header":[{"description":"(Required) Tenant client","key":"X-Tenant-Id","value":"<string>"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/api/educations/:idEntityType/:idEntity","host":["{{baseUrl}}"],"path":["api","educations",":idEntityType",":idEntity"],"variable":[{"key":"idEntityType"},{"key":"idEntity"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"degree\": {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"educationLevel\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"duration\": \"<integer>\",\n      \"percentage\": \"<integer>\"\n    },\n    \"institution\": {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\"\n    },\n    \"dateFrom\": \"<dateTime>\",\n    \"dateTo\": \"<dateTime>\",\n    \"career\": {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\"\n    },\n    \"idCareerStatus\": \"<integer>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"degree\": {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"educationLevel\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"duration\": \"<integer>\",\n      \"percentage\": \"<integer>\"\n    },\n    \"institution\": {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\"\n    },\n    \"dateFrom\": \"<dateTime>\",\n    \"dateTo\": \"<dateTime>\",\n    \"career\": {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\"\n    },\n    \"idCareerStatus\": \"<integer>\"\n  }\n]"}],"_postman_id":"c60a3c72-52c1-4497-8c98-055f864dde8c"},{"name":"Alta de Estudios del Colaborador","id":"aa5b8971-d702-44db-a08c-2aff49c66819","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<integer>\",\n    \"idEntity\": \"<integer>\",\n    \"idEntityType\": \"<integer>\",\n    \"idInstitution\": \"<integer>\",\n    \"idDegree\": \"<integer>\",\n    \"dateFrom\": \"<dateTime>\",\n    \"dateTo\": \"<dateTime>\",\n    \"idCareer\": \"<integer>\",\n    \"idCareerStatus\": \"<integer>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"idEntity\": \"<integer>\",\n    \"idEntityType\": \"<integer>\",\n    \"idInstitution\": \"<integer>\",\n    \"idDegree\": \"<integer>\",\n    \"dateFrom\": \"<dateTime>\",\n    \"dateTo\": \"<dateTime>\",\n    \"idCareer\": \"<integer>\",\n    \"idCareerStatus\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/educations","description":"<p>Observaciones:</p>\n<ul>\n<li><p>id: Lo resuelve el servicio (enviar cero u omitir).</p>\n</li>\n<li><p>idEntity: Debe ser el valor de idPerson devuelto en la respuesta del servicio de Alta de Colaborador.</p>\n</li>\n<li><p>idEntityType: Debe ser =1 (Colaborador).</p>\n</li>\n<li><p>idInstitution: Debe ser el valor de id devuelto en la respuesta del servicio de Consulta de Instituciones Educativas.</p>\n</li>\n<li><p>idDegree: Debe ser el valor de id devuelto en la respuesta del servicio de Consulta de Títulos Educativos.</p>\n</li>\n<li><p>dateFrom: Debe ser una fecha válida o bien NULL u omitirse.</p>\n</li>\n<li><p>dateTo: Debe ser una fecha válida o bien NULL u omitirse.</p>\n</li>\n<li><p>idCareer: Debe ser el valor de id devuelto en la respuesta del servicio de Consulta de Carreras Educativas.</p>\n</li>\n<li><p>idCareerStatus: (1-Completo, 2-En curso, 3-Incompleto)</p>\n</li>\n</ul>\n<p>Ejemplo:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[\n{\n \"id\": 0,\n \"idEntity\": 647, // ID DEL COLABORADOR\n \"idEntityType\": 1, // COLABORADOR\n \"idInstitution\": 42, // UNIV. DE LA MATANZA\n \"idDegree\": 1, // UNIVERSITARIO\n \"dateFrom\": \"2021-05-21T00:38:07.976Z\",\n \"dateTo\": \"2021-05-21T00:38:07.976Z\",\n \"idCareer\": 163, // ADMINISTRACION\n \"idCareerStatus\": 1 //COMPLETA\n}\n]\n\n</code></pre>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","educations"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[]}},"response":[{"id":"626e1aff-17e4-4bc4-a646-f038320841bf","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<integer>\",\n    \"idEntity\": \"<integer>\",\n    \"idEntityType\": \"<integer>\",\n    \"idInstitution\": \"<integer>\",\n    \"idDegree\": \"<integer>\",\n    \"dateFrom\": \"<dateTime>\",\n    \"dateTo\": \"<dateTime>\",\n    \"idCareer\": \"<integer>\",\n    \"idCareerStatus\": \"<integer>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"idEntity\": \"<integer>\",\n    \"idEntityType\": \"<integer>\",\n    \"idInstitution\": \"<integer>\",\n    \"idDegree\": \"<integer>\",\n    \"dateFrom\": \"<dateTime>\",\n    \"dateTo\": \"<dateTime>\",\n    \"idCareer\": \"<integer>\",\n    \"idCareerStatus\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/educations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  \"<integer>\",\n  \"<integer>\"\n]"}],"_postman_id":"aa5b8971-d702-44db-a08c-2aff49c66819"}],"id":"e001a36f-9aa3-44b4-a40b-da3a60d3340a","_postman_id":"e001a36f-9aa3-44b4-a40b-da3a60d3340a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Family","item":[{"name":"Consulta de Familiares del Colaborador","id":"5558a079-8461-47d1-9575-2587da59e8f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/person/api/employees/:idEmployee/relatives","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employees",":idEmployee","relatives"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[{"description":{"content":"<p>Employee ID (Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"idEmployee"}]}},"response":[{"id":"bf8c7c0d-30f7-4859-a333-91e603b01dda","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/person/api/employees/:idEmployee/relatives","host":["https://apim.vismalatam.com/person"],"path":["api","employees",":idEmployee","relatives"],"variable":[{"key":"idEmployee","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"active\": \"<boolean>\",\n    \"familyDependent\": \"<boolean>\",\n    \"relationshipType\": {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalPerson\": {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"secondName\": \"<string>\",\n      \"lastName\": \"<string>\",\n      \"secondLastName\": \"<string>\",\n      \"age\": \"<integer>\"\n    }\n  },\n  {\n    \"id\": \"<integer>\",\n    \"active\": \"<boolean>\",\n    \"familyDependent\": \"<boolean>\",\n    \"relationshipType\": {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\"\n    },\n    \"physicalPerson\": {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"secondName\": \"<string>\",\n      \"lastName\": \"<string>\",\n      \"secondLastName\": \"<string>\",\n      \"age\": \"<integer>\"\n    }\n  }\n]"}],"_postman_id":"5558a079-8461-47d1-9575-2587da59e8f4"},{"name":"Alta de Familiares (NO TIENE ACCIÓN PUT)","id":"76882f1b-e66b-474d-ba6a-a361f0330f9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"person\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"secondName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"secondLastName\": \"<string>\",\n    \"dateOfBirth\": \"<dateTime>\",\n    \"gender\": 1,\n    \"idMaritalStatus\": \"<integer>\",\n    \"idNationality\": \"<integer>\",\n    \"idEntityType\": \"<integer>\",\n    \"idCountryOfBirth\": \"<integer>\",\n    \"residesAbroad\": \"<boolean>\",\n    \"disabilityPension\": \"<boolean>\",\n    \"idDocumentCountry\": \"<integer>\"\n  },\n  \"documents\": [\n    {\n      \"id\": \"<integer>\",\n      \"idCountry\": \"<integer>\",\n      \"creationDate\": \"<dateTime>\",\n      \"expirationDate\": \"<dateTime>\",\n      \"idDocumentType\": \"<integer>\",\n      \"documentIdentifier\": \"<string>\",\n      \"mainDocument\": \"<boolean>\",\n      \"idEntity\": \"<integer>\",\n      \"idEntityType\": \"<integer>\",\n      \"idEmployee\": \"<integer>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"idCountry\": \"<integer>\",\n      \"creationDate\": \"<dateTime>\",\n      \"expirationDate\": \"<dateTime>\",\n      \"idDocumentType\": \"<integer>\",\n      \"documentIdentifier\": \"<string>\",\n      \"mainDocument\": \"<boolean>\",\n      \"idEntity\": \"<integer>\",\n      \"idEntityType\": \"<integer>\",\n      \"idEmployee\": \"<integer>\"\n    }\n  ],\n  \"relative\": {\n    \"idPerson\": \"<integer>\",\n    \"idEmployee\": \"<integer>\",\n    \"startDate\": \"<dateTime>\",\n    \"idRelationshipType\": \"<integer>\",\n    \"active\": \"<boolean>\",\n    \"idHealthInsurance\": \"<integer>\",\n    \"idPlanHealthInsurance\": \"<integer>\",\n    \"familyDependent\": \"<boolean>\",\n    \"lifeInsuranceBeneficiary\": \"<boolean>\",\n    \"adopted\": \"<boolean>\",\n    \"nurserySchool\": \"<boolean>\",\n    \"nurserySchoolEndDate\": \"<dateTime>\",\n    \"disability\": \"<boolean>\",\n    \"disabilityEndDate\": \"<dateTime>\",\n    \"familySalaryPay\": \"<boolean>\",\n    \"familySalaryPayEndDate\": \"<dateTime>\",\n    \"familySalaryPayCertificate\": \"<boolean>\",\n    \"emergencyContact\": \"<boolean>\",\n    \"studies\": \"<boolean>\",\n    \"additionalAttributes\": {  //Perú requerido\n        \"endRelationshipDate\": \"<string>\", //Perú requerido\n        \"endRelationshipReasonCode\": \"<string>\" //Perú Requerido\n    }\n  },\n  \"notRelatedToAnExistingPerson\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/mediator/api/relative-mediator/employee/:idEmployee/relative","description":"<p>Observaciones:</p>\n<ul>\n<li><p>person: Debe cumplir con los mismos requisitos definidos en el servicio de Alta de Colaborador.</p>\n</li>\n<li><p>documents: Debe cumplir con los mismos requisitos definidos en el servicio de Alta de Colaborador</p>\n</li>\n<li><p>relative.idPerson: lo resuelve el servicio (enviar cero u omitir).</p>\n</li>\n<li><p>relative.idEmployee: lo resuelve el servicio (enviar cero u omitir). En realidad se considera el valor {idEmployee} parametrizado en la URL. Este valor Debe ser el valor de idPerson devuelto en la respuesta del servicio de Alta de Colaborador.</p>\n</li>\n<li><p>relative.idRelationshipType: Debe ser uno de los valores id devuelto en la respuesta del servicio de Consulta de Tipos de Parentesco.</p>\n</li>\n<li><p>relative.active: Debe ser =True</p>\n</li>\n<li><p>relative.startDate: Debe ser una fecha válida inferior a la actual.</p>\n</li>\n<li><p>relative.idHealthInsurance: Debe ser NULL, o bien directamente omitirse.</p>\n</li>\n<li><p>relative.idPlanHealthInsurance: Debe ser NULL, o bien directamente omitirse.</p>\n</li>\n<li><p>relative.familyDependent: Debe ser =True o =False.</p>\n</li>\n<li><p>relative.lifeInsuranceBeneficiary: Debe ser =True o =False.</p>\n</li>\n<li><p>relative.adopted: Debe ser =True o =False.</p>\n</li>\n<li><p>relative.nurserySchool: Debe ser =True o =False.</p>\n</li>\n<li><p>relative.nurserySchoolEndDate: Debe ser NULL si relative.nurserySchool=False, caso contrario Debe ser una fecha cuya diferencia con la fecha de person.dateOfBirth sea menor a 5 años.</p>\n</li>\n<li><p>relative.disability: Debe ser =True o =False.</p>\n</li>\n<li><p>relative.disabilityEndDate: Debe ser NULL si relative.disability=False, caso contrario Debe ser una fecha válida.</p>\n</li>\n<li><p>relative.familySalaryPay: Debe ser =True o =False.</p>\n</li>\n<li><p>relative.familySalaryPayEndDate: Debe ser NULL si relative.familySalaryPay=False, caso contrario debe ser una fecha válida.</p>\n</li>\n<li><p>relative.familySalaryPayCertificate: Debe ser =True o =False.</p>\n</li>\n<li><p>relative.emergencyContact: Debe ser =True o =False.</p>\n</li>\n<li><p>relative.studies: Debe ser =True o =False.</p>\n</li>\n<li><p>relative.additionalAttributes: Debe ser NULL, o bien directamente omitirse.</p>\n</li>\n</ul>\n<p>Ejemplo:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"person\": {\n    \"id\": 0,\n    \"name\": \"María\",\n    \"secondName\": \"Cristina\",\n    \"lastName\": \"Salvador\",\n    \"secondLastName\": \"Torres\",\n    \"dateOfBirth\": \"1960-06-21T00:00:00.000Z\",\n    \"gender\": 2,\n    \"idMaritalStatus\": 12,    //CASADO\n    \"idNationality\": 1,        //ARGENTINA\n    \"idEntityType\": 0,\n    \"idCountryOfBirth\": 3,    //ARGENTINA\n    \"residesAbroad\": false\n  },\n  \"documents\": [\n    {\n      \"id\": 0,\n      \"idCountry\": 3,        //ARGENTINA\n      \"creationDate\": null,\n      \"expirationDate\": null,\n      \"idDocumentType\": 1,    //DNI\n      \"    \": \"6290130\",\n      \"mainDocument\": true,\n      \"idEntity\": 0,\n      \"idEntityType\": 0\n    }\n  ],\n  \"relative\": {\n    \"idPerson\": 0,\n    \"idEmployee\": 0,\n    \"startDate\": \"2021-05-20T01:36:08.646Z\",\n    \"idRelationshipType\": 8,    //CONCUBINO\n    \"active\": true,\n    \"idHealthInsurance\": 0,\n    \"idPlanHealthInsurance\": 0,\n    \"familyDependent\": true,\n    \"lifeInsuranceBeneficiary\": true,\n    \"adopted\": true,\n    \"nurserySchool\": false,\n    \"nurserySchoolEndDate\": null,\n    \"disability\": false,\n    \"disabilityEndDate\": null,\n    \"familySalaryPay\": false,\n    \"familySalaryPayEndDate\": null,\n    \"familySalaryPayCertificate\": true,\n    \"emergencyContact\": true,\n    \"studies\": true,\n    \"additionalAttributes\": { //Perú Requerido\n        \"endRelationshipDate\": \"&lt;string&gt;\", //Perú requerido\n        \"endRelationshipReasonCode\": \"&lt;string&gt;\" //Perú Requerido\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","relative-mediator","employee",":idEmployee","relative"],"host":["https://apim.vismalatam.com/mediator"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"idEmployee"}]}},"response":[{"id":"a3a60b18-fea8-4061-96d5-5aef1199e25c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"person\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"secondName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"secondLastName\": \"<string>\",\n    \"dateOfBirth\": \"<dateTime>\",\n    \"gender\": 1,\n    \"idMaritalStatus\": \"<integer>\",\n    \"idNationality\": \"<integer>\",\n    \"idEntityType\": \"<integer>\",\n    \"idCountryOfBirth\": \"<integer>\",\n    \"residesAbroad\": \"<boolean>\",\n    \"disabilityPension\": \"<boolean>\",\n    \"idDocumentCountry\": \"<integer>\"\n  },\n  \"documents\": [\n    {\n      \"id\": \"<integer>\",\n      \"idCountry\": \"<integer>\",\n      \"creationDate\": \"<dateTime>\",\n      \"expirationDate\": \"<dateTime>\",\n      \"idDocumentType\": \"<integer>\",\n      \"documentIdentifier\": \"<string>\",\n      \"mainDocument\": \"<boolean>\",\n      \"idEntity\": \"<integer>\",\n      \"idEntityType\": \"<integer>\",\n      \"idEmployee\": \"<integer>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"idCountry\": \"<integer>\",\n      \"creationDate\": \"<dateTime>\",\n      \"expirationDate\": \"<dateTime>\",\n      \"idDocumentType\": \"<integer>\",\n      \"documentIdentifier\": \"<string>\",\n      \"mainDocument\": \"<boolean>\",\n      \"idEntity\": \"<integer>\",\n      \"idEntityType\": \"<integer>\",\n      \"idEmployee\": \"<integer>\"\n    }\n  ],\n  \"relative\": {\n    \"idPerson\": \"<integer>\",\n    \"idEmployee\": \"<integer>\",\n    \"startDate\": \"<dateTime>\",\n    \"idRelationshipType\": \"<integer>\",\n    \"active\": \"<boolean>\",\n    \"idHealthInsurance\": \"<integer>\",\n    \"idPlanHealthInsurance\": \"<integer>\",\n    \"familyDependent\": \"<boolean>\",\n    \"lifeInsuranceBeneficiary\": \"<boolean>\",\n    \"adopted\": \"<boolean>\",\n    \"nurserySchool\": \"<boolean>\",\n    \"nurserySchoolEndDate\": \"<dateTime>\",\n    \"disability\": \"<boolean>\",\n    \"disabilityEndDate\": \"<dateTime>\",\n    \"familySalaryPay\": \"<boolean>\",\n    \"familySalaryPayEndDate\": \"<dateTime>\",\n    \"familySalaryPayCertificate\": \"<boolean>\",\n    \"emergencyContact\": \"<boolean>\",\n    \"studies\": \"<boolean>\",\n    \"additionalAttributes\": {\n      \"nonf24\": \"<string>\",\n      \"et_c\": \"<string>\"\n    }\n  },\n  \"notRelatedToAnExistingPerson\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://apim.vismalatam.com/mediator/api/relative-mediator/employee/:idEmployee/relative","host":["https://apim.vismalatam.com/mediator"],"path":["api","relative-mediator","employee",":idEmployee","relative"],"variable":[{"key":"idEmployee","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<integer>"}],"_postman_id":"76882f1b-e66b-474d-ba6a-a361f0330f9e"}],"id":"d397267a-c6ca-433a-8ddb-f37ffefa4be1","_postman_id":"d397267a-c6ca-433a-8ddb-f37ffefa4be1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Documents","item":[{"name":"Consulta de documentos","id":"2d901fc5-07af-4b08-9306-85f21806e296","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/document/api/entity-documents?idEntity=<integer>&identityTypeId=<integer>&isDocumentExpired=true","description":"<h2 id=\"consulta-de-documentos\">Consulta de documentos</h2>\n<p>Devuelve un listado de lo sdocumentos.</p>\n<h5 id=\"nota\">Nota:</h5>\n<p><strong>idEntity</strong>: IDPerson del colaborador.</p>\n<p><strong>idEntityType</strong>: Utilizar 1 para colaboradores</p>\n<h3 id=\"parámetros\">Parámetros</h3>\n<ul>\n<li><p><strong>idEntity</strong> (integer): El identificador único de la entidad para la que se solicitan los documentos.</p>\n</li>\n<li><p><strong>identityTypeId</strong> (integer): El identificador de tipo de la entidad.</p>\n</li>\n<li><p><strong>isDocumentExpired</strong> (boolean): Un indicador que indica si se deben incluir los documentos caducados en la respuesta. Se establece en verdadero para incluir los documentos caducados.</p>\n</li>\n</ul>\n<h3 id=\"respuesta\">Respuesta</h3>\n<p>La respuesta será un JSON que contiene objetos que representan los documentos asociados a la entidad especificada. Cada objeto de documento incluye los siguientes campos:</p>\n<ul>\n<li><p><strong>id</strong> (integer): El identificador único del documento.</p>\n</li>\n<li><p><strong>idCountry</strong> (integer): El identificador del país asociado al documento.</p>\n</li>\n<li><p><strong>creationDate</strong> (string): La fecha de creación del documento.</p>\n</li>\n<li><p><strong>expirationDate</strong> (string): La fecha de expiración del documento.</p>\n</li>\n<li><p><strong>documentType</strong> (object): Un objeto que contiene detalles sobre el tipo de documento, incluyendo:</p>\n<ul>\n<li><p><strong>id</strong> (integer): El identificador único del tipo de documento.</p>\n</li>\n<li><p><strong>description</strong> (string): Descripción del tipo de documento.</p>\n</li>\n<li><p><strong>idCountry</strong> (integer): Identificador del país para el tipo de documento.</p>\n</li>\n<li><p><strong>validationPattern</strong> (string): Patrón utilizado para validar el documento.</p>\n</li>\n<li><p><strong>abbreviation</strong> (string): Abreviatura del tipo de documento.</p>\n</li>\n<li><p><strong>entityType</strong> (integer): Tipo de entidad asociado al documento.</p>\n</li>\n<li><p><strong>countryCodeISO</strong> (string): Código ISO del país.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>documentIdentifier</strong> (string): Identificador único del documento.</p>\n</li>\n<li><p><strong>idEntity</strong> (integer): Identificador de la entidad a la que pertenece el documento.</p>\n</li>\n<li><p><strong>idEntityType</strong> (integer): Identificador de tipo de la entidad.</p>\n</li>\n<li><p><strong>mainDocument</strong> (boolean): Indica si es el documento principal.</p>\n</li>\n<li><p><strong>idEmployee</strong> (integer): Identificador del empleado asociado al documento.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","entity-documents"],"host":["https://apim.vismalatam.com/document"],"query":[{"description":{"content":"<p>IdPerson</p>\n","type":"text/plain"},"key":"idEntity","value":"<integer>"},{"description":{"content":"<p>1</p>\n","type":"text/plain"},"key":"identityTypeId","value":"<integer>"},{"key":"isDocumentExpired","value":"true"}],"variable":[]}},"response":[{"id":"70c70d8d-ac5f-49e0-82d5-edc1e7857757","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/document/api/entity-documents?idEntity=2638&identityTypeId=2638&isDocumentExpired=true","host":["https://apim.vismalatam.com/document"],"path":["api","entity-documents"],"query":[{"key":"idEntity","value":"2638"},{"key":"identityTypeId","value":"2638"},{"key":"isDocumentExpired","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": 7357,\n    \"idCountry\": 3591,\n    \"creationDate\": \"2023-06-20T16:29:46.715Z\",\n    \"expirationDate\": \"1972-09-23T15:57:29.742Z\",\n    \"documentType\": {\n      \"id\": 2426,\n      \"description\": \"string\",\n      \"idCountry\": 8907,\n      \"validationPattern\": \"string\",\n      \"abbreviation\": \"string\",\n      \"entityType\": 9636,\n      \"countryCodeISO\": \"string\"\n    },\n    \"documentIdentifier\": \"string\",\n    \"idEntity\": 3367,\n    \"idEntityType\": 3506,\n    \"mainDocument\": false,\n    \"idEmployee\": 4729\n  },\n  {\n    \"id\": 9088,\n    \"idCountry\": 1722,\n    \"creationDate\": \"2000-09-12T06:10:02.849Z\",\n    \"expirationDate\": \"1995-05-16T23:35:41.880Z\",\n    \"documentType\": {\n      \"id\": 4640,\n      \"description\": \"string\",\n      \"idCountry\": 7361,\n      \"validationPattern\": \"string\",\n      \"abbreviation\": \"string\",\n      \"entityType\": 7514,\n      \"countryCodeISO\": \"string\"\n    },\n    \"documentIdentifier\": \"string\",\n    \"idEntity\": 3189,\n    \"idEntityType\": 7668,\n    \"mainDocument\": false,\n    \"idEmployee\": 7101\n  }\n]"}],"_postman_id":"2d901fc5-07af-4b08-9306-85f21806e296"},{"name":"Alta de documento","id":"235e055a-5b22-4bba-a168-c46b8a0671a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": 0,\n  \"idCountry\": 3,\n  \"creationDate\": \"2025-02-08T22:36:29.760Z\",\n  \"expirationDate\": \"2026-09-25T23:08:47.639Z\",\n  \"idDocumentType\": 6,\n  \"documentIdentifier\": \"12345678\",\n  \"idEntity\": 5412,\n  \"idEntityType\": 1,\n  \"mainDocument\": true,\n  \"idEmployee\": 4993\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/document/api/entity-documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","entity-documents"],"host":["https://apim.vismalatam.com/document"],"query":[],"variable":[]}},"response":[{"id":"8942c962-edd6-4d8a-b3c8-63634319eb20","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"id\": 589,\n  \"idCountry\": 5602,\n  \"creationDate\": \"1989-02-08T22:36:29.760Z\",\n  \"expirationDate\": \"1950-09-25T23:08:47.639Z\",\n  \"idDocumentType\": 8789,\n  \"documentIdentifier\": \"string\",\n  \"idEntity\": 5412,\n  \"idEntityType\": 3469,\n  \"mainDocument\": true,\n  \"idEmployee\": 5634\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/document/api/entity-documents"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"235e055a-5b22-4bba-a168-c46b8a0671a5"},{"name":"Modificación de documento","id":"a724709e-d994-47b4-bb65-15eb5655578f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": 1944,\n  \"idCountry\": 3,\n  \"creationDate\": \"2025-02-08T22:36:29.760Z\",\n  \"expirationDate\": \"2026-09-25T23:08:47.639Z\",\n  \"idDocumentType\": 6,\n  \"documentIdentifier\": \"12345678\",\n  \"idEntity\": 5412,\n  \"idEntityType\": 1,\n  \"mainDocument\": true,\n  \"idEmployee\": 4993\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/document/api/entity-documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","entity-documents"],"host":["https://apim.vismalatam.com/document"],"query":[],"variable":[]}},"response":[{"id":"3eb2e82d-34ef-4b4a-8e6b-fd91627eb352","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"id\": 589,\n  \"idCountry\": 5602,\n  \"creationDate\": \"1989-02-08T22:36:29.760Z\",\n  \"expirationDate\": \"1950-09-25T23:08:47.639Z\",\n  \"idDocumentType\": 8789,\n  \"documentIdentifier\": \"string\",\n  \"idEntity\": 5412,\n  \"idEntityType\": 3469,\n  \"mainDocument\": true,\n  \"idEmployee\": 5634\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/document/api/entity-documents"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a724709e-d994-47b4-bb65-15eb5655578f"}],"id":"143a7618-8f5d-4df8-b448-44f581ec9eca","_postman_id":"143a7618-8f5d-4df8-b448-44f581ec9eca","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Notes","item":[{"name":"Consulta de notas del colaborador","id":"d9fba43e-81b4-441a-aeac-9a57079039b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/person/api/employees/:idEmployee/notes","description":"<p>Este endpoint GET recupera las notas asociadas con un empleado específico, identificado por la variable de ruta '<strong>idEmployee</strong>'.</p>\n<p>La respuesta se devuelve un json como texto plano.</p>\n<p>Ejemplo:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"id\": 429,\n    \"idPerson\": 1,\n    \"type\": {\n      \"id\": 1,\n      \"description\": \"Generales\",\n      \"confidential\": false\n    },\n    \"creation\": \"2025-01-01T12:00:00Z\",\n    \"expiration\": null,\n    \"motive\": \"Nota de ejemplo\",\n    \"description\": \"Contenido de la nota\",\n    \"revision\": true\n  }\n]\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employees",":idEmployee","notes"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[{"id":"a041392e-34dc-4167-aed3-6bcb3bc62326","type":"any","value":"1","key":"idEmployee"}]}},"response":[{"id":"de7f1f51-b17b-4230-802b-5ee784957bd4","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/person/api/employees/:idEmployee/notes","host":["https://apim.vismalatam.com/person"],"path":["api","employees",":idEmployee","notes"],"variable":[{"key":"idEmployee","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": 7897,\n    \"idPerson\": 7790,\n    \"type\": {\n      \"id\": 6615,\n      \"description\": \"string\",\n      \"confidential\": true\n    },\n    \"creation\": \"1990-07-14T15:08:17.131Z\",\n    \"expiration\": \"2008-04-10T23:01:45.037Z\",\n    \"motive\": \"string\",\n    \"description\": \"string\",\n    \"revision\": true\n  },\n  {\n    \"id\": 4933,\n    \"idPerson\": 9975,\n    \"type\": {\n      \"id\": 7669,\n      \"description\": \"string\",\n      \"confidential\": false\n    },\n    \"creation\": \"1992-11-18T08:46:42.464Z\",\n    \"expiration\": \"1986-05-09T02:02:24.694Z\",\n    \"motive\": \"string\",\n    \"description\": \"string\",\n    \"revision\": true\n  }\n]"}],"_postman_id":"d9fba43e-81b4-441a-aeac-9a57079039b3"},{"name":"Alta de notas del colaborador","id":"63d62ad9-3b9f-411c-b99d-871b6cee58be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"5372\",\n  \"idPerson\": 7651,\n  \"idNoteType\": 4101,\n  \"creation\": \"1998-02-14T06:22:40.527Z\",\n  \"expiration\": \"2000-08-01T09:51:34.206Z\",\n  \"motive\": \"string\",\n  \"description\": \"string\",\n  \"revision\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/employees/notes","description":"<h4 id=\"crea-una-nueva-nota-para-un-empleado\">Crea una nueva nota para un empleado.</h4>\n<p><strong>Campos requeridos en el cuerpo de la solicitud:</strong></p>\n<ul>\n<li><p><strong>idPerson</strong>: Identificador del empleado</p>\n</li>\n<li><p><strong>idNoteType</strong>: Tipo de nota</p>\n</li>\n<li><p><strong>creation</strong>: Fecha de creación (formato ISO 8601)</p>\n</li>\n<li><p><strong>expiration</strong>: Fecha de expiración (formato ISO 8601)</p>\n</li>\n<li><p><strong>motive</strong>: Motivo o razón de la nota</p>\n</li>\n<li><p><strong>description</strong>: Descripción detallada de la nota</p>\n</li>\n<li><p><strong>revision</strong>: Booleano que indica si la nota está en revisión</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"idPerson\": &lt;integer&gt;,\n  \"idNoteType\": &lt;integer&gt;,\n  \"creation\": \"&lt;datetime&gt;\",\n  \"expiration\": \"&lt;datetime&gt;\",\n  \"motive\": \"&lt;string&gt;\",\n  \"description\": \"&lt;string&gt;\",\n  \"revision\": \"&lt;boolean&gt;\"\n}\n\n</code></pre><p>Ejemplo:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"idPerson\": 4993,\n  \"idNoteType\": 1,\n  \"creation\": \"2025-01-01T12:00:00.000Z\",\n  \"expiration\": \"\",\n  \"motive\": \"Titulo de la nota\",\n  \"description\": \"Contenido de la nota\",\n  \"revision\": false\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employees","notes"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[]}},"response":[{"id":"c0f3d746-092f-4d14-b56a-621c1e16e54e","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"id\": 5372,\n  \"idPerson\": 7651,\n  \"idNoteType\": 4101,\n  \"creation\": \"1998-02-14T06:22:40.527Z\",\n  \"expiration\": \"2000-08-01T09:51:34.206Z\",\n  \"motive\": \"string\",\n  \"description\": \"string\",\n  \"revision\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/employees/notes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"1891"}],"_postman_id":"63d62ad9-3b9f-411c-b99d-871b6cee58be"},{"name":"Modificación de notas del colaborador","id":"78323ce2-f85c-4c0e-9447-3f8c4ce4f298","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": 5372,\n  \"idPerson\": 7651,\n  \"idNoteType\": 4101,\n  \"creation\": \"1998-02-14T06:22:40.527Z\",\n  \"expiration\": \"2000-08-01T09:51:34.206Z\",\n  \"motive\": \"string\",\n  \"description\": \"string\",\n  \"revision\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/employees/notes","description":"<h4 id=\"actualiza-una-nota-existente-para-un-empleado\">Actualiza una nota existente para un empleado.</h4>\n<p>Este endpoint te permite modificar los detalles de una nota asociada con un empleado.</p>\n<p><strong>Campos Requeridos:</strong><br /><strong>id</strong> (número entero): Identificador único de la nota a actualizar.<br /><strong>idPerson</strong> (número entero): Identificador del empleado.<br /><strong>idNoteType</strong> (número entero): Tipo/categoría de la nota.<br /><strong>creation</strong> (cadena, ISO 8601): Fecha y hora en que se creó la nota.<br /><strong>expiration</strong> (cadena, ISO 8601): Fecha y hora en que vence la nota.<br /><strong>motive</strong> (cadena): Razón o motivo de la nota.<br /><strong>description</strong> (cadena): Descripción detallada de la nota.<br /><strong>revision</strong> (booleano): Indica si la nota está en revisión.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"id\": \"&lt;integer&gt;\",\n  \"idPerson\": &lt;integer&gt;,\n  \"idNoteType\": &lt;integer&gt;,\n  \"creation\": \"&lt;datetime&gt;\",\n  \"expiration\": \"&lt;datetime&gt;\",\n  \"motive\": \"&lt;string&gt;\",\n  \"description\": \"&lt;string&gt;\",\n  \"revision\": \"&lt;boolean&gt;\"\n}\n\n</code></pre>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employees","notes"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[]}},"response":[{"id":"df9034b2-ce1c-4b49-bcac-a7a881febfae","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"id\": 5372,\n  \"idPerson\": 7651,\n  \"idNoteType\": 4101,\n  \"creation\": \"1998-02-14T06:22:40.527Z\",\n  \"expiration\": \"2000-08-01T09:51:34.206Z\",\n  \"motive\": \"string\",\n  \"description\": \"string\",\n  \"revision\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/employees/notes"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"78323ce2-f85c-4c0e-9447-3f8c4ce4f298"}],"id":"cd66b38b-e33c-4857-8d7b-dbeba9c94eaf","description":"<h1 id=\"notas-de-colaboradores\">Notas de colaboradores</h1>\n<p>La <strong>sección de notas</strong> ofrece a los usuarios <strong>un espacio útil para asociar al empleado información que no puede ser cargada en otro campo</strong>, ya sea por su índole o por su extensión.</p>\n<p>Dependiendo del tipo de nota elegido, tendrá un color asignado y, en caso de ser confidencial, tendrá el ícono de candado que la identifique. Una vez creada, puedes modificarla, verla, eliminarla o cambiar el estado de “Revisada” a “No revisada”, o viceversa.</p>\n","_postman_id":"cd66b38b-e33c-4857-8d7b-dbeba9c94eaf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"de8a1856-f608-4b95-b75a-3cbec8c4112f","_postman_id":"de8a1856-f608-4b95-b75a-3cbec8c4112f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Health","item":[{"name":"Consulta controles médicos","id":"6ef9bfad-fc60-43e8-83d7-d530401a376d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/search/api/search-engines/medical-controls","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","search-engines","medical-controls"],"host":["https://apim.vismalatam.com/search"],"query":[{"disabled":true,"key":"LastName","value":"<string>"},{"disabled":true,"key":"Name","value":"<string>"},{"disabled":true,"key":"FileNumber","value":"<long>"},{"disabled":true,"key":"IdControlType","value":"<integer>"},{"disabled":true,"key":"IdMedicalControlAction","value":"<integer>"},{"disabled":true,"key":"IdAbsenceType","value":"<integer>"},{"disabled":true,"key":"MedicalControlRange.Start","value":"<dateTime>"},{"disabled":true,"key":"MedicalControlRange.End","value":"<dateTime>"},{"disabled":true,"key":"Structures","value":"[object Object]"},{"disabled":true,"key":"Structures","value":"[object Object]"},{"disabled":true,"key":"IdTrackingType","value":"<integer>"},{"disabled":true,"key":"Page","value":"<integer>"},{"disabled":true,"key":"PageSize","value":"<integer>"},{"disabled":true,"description":{"content":"<p>fileNumber asc, LastName, ControlTypeDescription, ActionDescription, AbsenceDateStart, AbsenceDateEnd </p>\n","type":"text/plain"},"key":"OrderBy","value":"<string>"}],"variable":[]}},"response":[{"id":"e432a441-c49d-4ab6-97c1-451e2c77e285","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/search/api/search-engines/medical-controls?LastName=<string>&Name=<string>&FileNumber=<long>&IdControlType=<integer>&IdMedicalControlAction=<integer>&IdAbsenceType=<integer>&MedicalControlRange.Start=<dateTime>&MedicalControlRange.End=<dateTime>&Structures=[object Object]&IdTrackingType=<integer>&Page=<integer>&PageSize=<integer>&OrderBy=<string>","host":["https://apim.vismalatam.com/search"],"path":["api","search-engines","medical-controls"],"query":[{"key":"LastName","value":"<string>"},{"key":"Name","value":"<string>"},{"key":"FileNumber","value":"<long>"},{"key":"IdControlType","value":"<integer>"},{"key":"IdMedicalControlAction","value":"<integer>"},{"key":"IdAbsenceType","value":"<integer>"},{"key":"MedicalControlRange.Start","value":"<dateTime>"},{"key":"MedicalControlRange.End","value":"<dateTime>"},{"key":"Structures","value":"[object Object]"},{"key":"IdTrackingType","value":"<integer>"},{"key":"Page","value":"<integer>"},{"key":"PageSize","value":"<integer>"},{"key":"OrderBy","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"quantity\": \"<integer>\",\n  \"paginationList\": [\n    {\n      \"fileNumber\": \"<long>\",\n      \"name\": \"<string>\",\n      \"lastName\": \"<string>\",\n      \"controlType\": {\n        \"idControlType\": \"<integer>\",\n        \"controlTypeDescription\": \"<string>\"\n      },\n      \"idMedicalControl\": \"<integer>\",\n      \"controlDate\": \"<dateTime>\",\n      \"action\": {\n        \"idAction\": \"<integer>\",\n        \"actionDescription\": \"<string>\"\n      },\n      \"absenceDateStart\": \"<dateTime>\",\n      \"absenceDateEnd\": \"<dateTime>\",\n      \"absenceType\": {\n        \"idType\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"occupationalhealth\": \"<boolean>\",\n        \"idBehaviour\": \"<integer>\"\n      },\n      \"idPathology\": \"<integer>\",\n      \"idAbsence\": \"<integer>\",\n      \"idMedicalControlParent\": \"<integer>\",\n      \"breakTime\": \"<integer>\"\n    },\n    {\n      \"fileNumber\": \"<long>\",\n      \"name\": \"<string>\",\n      \"lastName\": \"<string>\",\n      \"controlType\": {\n        \"idControlType\": \"<integer>\",\n        \"controlTypeDescription\": \"<string>\"\n      },\n      \"idMedicalControl\": \"<integer>\",\n      \"controlDate\": \"<dateTime>\",\n      \"action\": {\n        \"idAction\": \"<integer>\",\n        \"actionDescription\": \"<string>\"\n      },\n      \"absenceDateStart\": \"<dateTime>\",\n      \"absenceDateEnd\": \"<dateTime>\",\n      \"absenceType\": {\n        \"idType\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"occupationalhealth\": \"<boolean>\",\n        \"idBehaviour\": \"<integer>\"\n      },\n      \"idPathology\": \"<integer>\",\n      \"idAbsence\": \"<integer>\",\n      \"idMedicalControlParent\": \"<integer>\",\n      \"breakTime\": \"<integer>\"\n    }\n  ]\n}"}],"_postman_id":"6ef9bfad-fc60-43e8-83d7-d530401a376d"},{"name":"Consulta Detalle Control Médico","id":"fc98e1ba-326b-45c1-b34c-1d0ebb30b497","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/health/api/medical-controls/:id?tracking=true","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","medical-controls",":id"],"host":["https://apim.vismalatam.com/health"],"query":[{"description":{"content":"<p>true or false</p>\n","type":"text/plain"},"key":"tracking","value":"true"}],"variable":[{"description":{"content":"<p>(Required) idMedicalControl</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"e37b78bf-18b6-485c-87f0-e691e54266d3","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/health/api/medical-controls/:id?tracking=false","host":["https://apim.vismalatam.com/health"],"path":["api","medical-controls",":id"],"query":[{"key":"tracking","value":"false"}],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"idEmployee\": \"<integer>\",\n  \"date\": \"<dateTime>\",\n  \"idControlType\": \"<integer>\",\n  \"idAction\": \"<integer>\",\n  \"idMedicalService\": \"<integer>\",\n  \"idOccupationalDoctor\": \"<integer>\",\n  \"privateDoctorName\": \"<string>\",\n  \"privateDoctorEnrollment\": \"<string>\",\n  \"diagnosis\": \"<string>\",\n  \"idAbsence\": \"<integer>\",\n  \"idFile\": \"<integer>\",\n  \"breakTime\": \"<integer>\",\n  \"testDate\": \"<dateTime>\",\n  \"testResult\": \"<boolean>\",\n  \"idParent\": \"<integer>\",\n  \"idTrackingType\": \"<integer>\",\n  \"pathologies\": [\n    {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\"\n    }\n  ],\n  \"idFileComplaint\": \"<integer>\",\n  \"cittNumber\": \"<string>\",\n  \"idMedicalServiceSpeciality\": \"<integer>\",\n  \"tracking\": [\n    {\n      \"id\": \"<integer>\",\n      \"idEmployee\": \"<integer>\",\n      \"date\": \"<dateTime>\",\n      \"idControlType\": \"<integer>\",\n      \"idAction\": \"<integer>\",\n      \"idMedicalService\": \"<integer>\",\n      \"idOccupationalDoctor\": \"<integer>\",\n      \"privateDoctorName\": \"<string>\",\n      \"privateDoctorEnrollment\": \"<string>\",\n      \"diagnosis\": \"<string>\",\n      \"idAbsence\": \"<integer>\",\n      \"idFile\": \"<integer>\",\n      \"breakTime\": \"<integer>\",\n      \"testDate\": \"<dateTime>\",\n      \"testResult\": \"<boolean>\",\n      \"idParent\": \"<integer>\",\n      \"idTrackingType\": \"<integer>\",\n      \"pathologies\": [\n        {\n          \"id\": \"<integer>\",\n          \"description\": \"<string>\"\n        },\n        {\n          \"id\": \"<integer>\",\n          \"description\": \"<string>\"\n        }\n      ],\n      \"idFileComplaint\": \"<integer>\",\n      \"cittNumber\": \"<string>\",\n      \"idMedicalServiceSpeciality\": \"<integer>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"idEmployee\": \"<integer>\",\n      \"date\": \"<dateTime>\",\n      \"idControlType\": \"<integer>\",\n      \"idAction\": \"<integer>\",\n      \"idMedicalService\": \"<integer>\",\n      \"idOccupationalDoctor\": \"<integer>\",\n      \"privateDoctorName\": \"<string>\",\n      \"privateDoctorEnrollment\": \"<string>\",\n      \"diagnosis\": \"<string>\",\n      \"idAbsence\": \"<integer>\",\n      \"idFile\": \"<integer>\",\n      \"breakTime\": \"<integer>\",\n      \"testDate\": \"<dateTime>\",\n      \"testResult\": \"<boolean>\",\n      \"idParent\": \"<integer>\",\n      \"idTrackingType\": \"<integer>\",\n      \"pathologies\": [\n        {\n          \"id\": \"<integer>\",\n          \"description\": \"<string>\"\n        },\n        {\n          \"id\": \"<integer>\",\n          \"description\": \"<string>\"\n        }\n      ],\n      \"idFileComplaint\": \"<integer>\",\n      \"cittNumber\": \"<string>\",\n      \"idMedicalServiceSpeciality\": \"<integer>\"\n    }\n  ]\n}"}],"_postman_id":"fc98e1ba-326b-45c1-b34c-1d0ebb30b497"}],"id":"4dd8ccc7-c980-4042-a209-b4ca7599cd72","_postman_id":"4dd8ccc7-c980-4042-a209-b4ca7599cd72","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Absences & holidays","item":[{"name":"Consulta de ausencias","id":"6d365c4e-2bb8-4cf3-a289-5c41480f4445","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/search/api/search-engines/absences","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","search-engines","absences"],"host":["https://apim.vismalatam.com/search"],"query":[{"disabled":true,"description":{"content":"<p>Apellido</p>\n","type":"text/plain"},"key":"LastName","value":"<string>"},{"disabled":true,"description":{"content":"<p>Nombre</p>\n","type":"text/plain"},"key":"Name","value":"<string>"},{"disabled":true,"description":{"content":"<p>Númerero de documento</p>\n","type":"text/plain"},"key":"DocumentNumber","value":"<string>"},{"disabled":true,"description":{"content":"<p>Número de legajo</p>\n","type":"text/plain"},"key":"FileNumber","value":"<long>"},{"disabled":true,"description":{"content":"<p>Estado</p>\n","type":"text/plain"},"key":"Active","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Fecha ingreso desde</p>\n","type":"text/plain"},"key":"Entry.Start","value":"<dateTime>"},{"disabled":true,"description":{"content":"<p>Fecha ingreso hasta</p>\n","type":"text/plain"},"key":"Entry.End","value":"<dateTime>"},{"disabled":true,"description":{"content":"<p>Fecha egreso desde</p>\n","type":"text/plain"},"key":"Egress.Start","value":"<dateTime>"},{"disabled":true,"description":{"content":"<p>Fecha egreso hesde</p>\n","type":"text/plain"},"key":"Egress.End","value":"<dateTime>"},{"disabled":true,"description":{"content":"<p>{\n  \"idStructureType\": 0,\n  \"idStructure\": 0,\n  \"start\": \"2025-03-06T21:47:39.350Z\"\n}</p>\n","type":"text/plain"},"key":"Structures","value":"[object Object]"},{"disabled":true,"description":{"content":"<p>Solo colaboradores</p>\n","type":"text/plain"},"key":"EmployeesOnly","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Mostrar ruta de archivos</p>\n","type":"text/plain"},"key":"GetFilePath","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Id del Jefe</p>\n","type":"text/plain"},"key":"IdBossEmployee","value":"<integer>"},{"disabled":true,"description":{"content":"<p>ID tipo de estructura</p>\n","type":"text/plain"},"key":"IdStructureTypes","value":"<integer>"},{"disabled":true,"key":"BodyPartsSize","value":"[object Object]"},{"disabled":true,"description":{"content":"<p>Periodo aniversario</p>\n","type":"text/plain"},"key":"AnniversaryDate","value":"<string>"},{"disabled":true,"description":{"content":"<p>Posee periodo aniversario</p>\n","type":"text/plain"},"key":"HasAnniversaryPeriod","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Orden</p>\n","type":"text/plain"},"key":"OrderBy","value":"<string>"},{"disabled":true,"description":{"content":"<p>Numero de  página</p>\n","type":"text/plain"},"key":"Page","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Tamaño de página</p>\n","type":"text/plain"},"key":"PageSize","value":"<integer>"},{"disabled":true,"description":{"content":"<p>ID de ausencia</p>\n","type":"text/plain"},"key":"Id","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Estado de ausencia</p>\n","type":"text/plain"},"key":"AbsenceStatus","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Id del tipo de ausencia</p>\n","type":"text/plain"},"key":"IdAbsenceType","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Id del país</p>\n","type":"text/plain"},"key":"IdCountry","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Id del proceso de payroll</p>\n","type":"text/plain"},"key":"IdPayrollProcess","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Rango de fecha desde de las ausencias</p>\n","type":"text/plain"},"key":"AbsenceRange.Start","value":"<dateTime>"},{"disabled":true,"description":{"content":"<p>Rango de fecha hesde de las ausencias</p>\n","type":"text/plain"},"key":"AbsenceRange.End","value":"<dateTime>"},{"disabled":true,"description":{"content":"<p>Tipo de ausencias excluidas</p>\n","type":"text/plain"},"key":"ExcludeAbsenceType","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Número de página</p>\n","type":"text/plain"},"key":"Page","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Tamaño de página</p>\n","type":"text/plain"},"key":"PageSize","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Orden por</p>\n","type":"text/plain"},"key":"OrderBy","value":"<string>"}],"variable":[]}},"response":[{"id":"1410567e-bc60-4731-b580-7d09a28e4725","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/search-engines/absences?LastName=<string>&Name=<string>&DocumentNumber=<string>&FileNumber=<long>&Active=<boolean>&Entry.Start=<dateTime>&Entry.End=<dateTime>&Egress.Start=<dateTime>&Egress.End=<dateTime>&Structures=[object Object]&EmployeesOnly=<boolean>&GetFilePath=<boolean>&IdBossEmployee=<integer>&IdStructureTypes=<integer>&BodyPartsSize=[object Object]&AnniversaryDate=<string>&HasAnniversaryPeriod=<boolean>&OrderBy=<string>&Page=<integer>&PageSize=<integer>&Id=<integer>&AbsenceStatus=<integer>&IdAbsenceType=<integer>&IdCountry=<integer>&IdPayrollProcess=<integer>&AbsenceRange.Start=<dateTime>&AbsenceRange.End=<dateTime>&ExcludeAbsenceType=<integer>","host":["{{baseUrl}}"],"path":["api","search-engines","absences"],"query":[{"key":"LastName","value":"<string>"},{"key":"Name","value":"<string>"},{"key":"DocumentNumber","value":"<string>"},{"key":"FileNumber","value":"<long>"},{"key":"Active","value":"<boolean>"},{"key":"Entry.Start","value":"<dateTime>"},{"key":"Entry.End","value":"<dateTime>"},{"key":"Egress.Start","value":"<dateTime>"},{"key":"Egress.End","value":"<dateTime>"},{"key":"Structures","value":"[object Object]"},{"key":"EmployeesOnly","value":"<boolean>"},{"key":"GetFilePath","value":"<boolean>"},{"key":"IdBossEmployee","value":"<integer>"},{"key":"IdStructureTypes","value":"<integer>"},{"key":"BodyPartsSize","value":"[object Object]"},{"key":"AnniversaryDate","value":"<string>"},{"key":"HasAnniversaryPeriod","value":"<boolean>"},{"key":"OrderBy","value":"<string>"},{"key":"Page","value":"<integer>"},{"key":"PageSize","value":"<integer>"},{"key":"Id","value":"<integer>"},{"key":"AbsenceStatus","value":"<integer>"},{"key":"IdAbsenceType","value":"<integer>"},{"key":"IdCountry","value":"<integer>"},{"key":"IdPayrollProcess","value":"<integer>"},{"key":"AbsenceRange.Start","value":"<dateTime>"},{"key":"AbsenceRange.End","value":"<dateTime>"},{"key":"ExcludeAbsenceType","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"quantity\": \"<integer>\",\n  \"paginationList\": [\n    {\n      \"id\": \"<integer>\",\n      \"employee\": {\n        \"fileNumber\": \"<string>\",\n        \"name\": \"<string>\",\n        \"secondName\": \"<string>\",\n        \"lastName\": \"<string>\",\n        \"secondLastName\": \"<string>\",\n        \"document\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"idPerson\": \"<integer>\",\n        \"idBossEmployee\": \"<integer>\",\n        \"filePath\": \"<string>\",\n        \"hireDate\": \"<dateTime>\",\n        \"additionalAttributes\": {\n          \"occaecat59\": \"<string>\"\n        }\n      },\n      \"status\": {\n        \"idStatus\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"type\": {\n        \"idType\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"occupationalhealth\": \"<boolean>\",\n        \"idBehaviour\": \"<integer>\",\n        \"isAvailableSelfService\": \"<boolean>\" \n      },\n      \"costOfCenter\": \"<string>\",\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"duration\": \"<double>\",\n      \"processed\": \"<boolean>\",\n      \"fromRhpro\": \"<boolean>\",\n      \"migrated\": \"<boolean>\",\n      \"idPathology\": \"<integer>\",\n      \"rectified\": \"<integer>\",\n      \"idCertificate\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"details\": [\n        {\n          \"value\": \"<Circular reference to #/components/schemas/Absence detected>\"\n        },\n        {\n          \"value\": \"<Circular reference to #/components/schemas/Absence detected>\"\n        }\n      ],\n      \"inUseOccupationalhealth\": \"<boolean>\",\n      \"idProcess\": \"<integer>\",\n      \"continuityAbsenceId\": \"<integer>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"employee\": {\n        \"fileNumber\": \"<string>\",\n        \"name\": \"<string>\",\n        \"secondName\": \"<string>\",\n        \"lastName\": \"<string>\",\n        \"secondLastName\": \"<string>\",\n        \"document\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"idPerson\": \"<integer>\",\n        \"idBossEmployee\": \"<integer>\",\n        \"filePath\": \"<string>\",\n        \"hireDate\": \"<dateTime>\",\n        \"additionalAttributes\": {\n          \"nisi_f14\": \"<string>\",\n          \"pariatur61\": \"<string>\",\n          \"nulla2\": \"<string>\"\n        }\n      },\n      \"status\": {\n        \"idStatus\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"type\": {\n        \"idType\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"occupationalhealth\": \"<boolean>\",\n        \"idBehaviour\": \"<integer>\"\n      },\n      \"costOfCenter\": \"<string>\",\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"duration\": \"<double>\",\n      \"processed\": \"<boolean>\",\n      \"fromRhpro\": \"<boolean>\",\n      \"migrated\": \"<boolean>\",\n      \"idPathology\": \"<integer>\",\n      \"rectified\": \"<integer>\",\n      \"idCertificate\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"details\": [\n        {\n          \"value\": \"<Circular reference to #/components/schemas/Absence detected>\"\n        },\n        {\n          \"value\": \"<Circular reference to #/components/schemas/Absence detected>\"\n        }\n      ],\n      \"inUseOccupationalhealth\": \"<boolean>\",\n      \"idProcess\": \"<integer>\",\n      \"continuityAbsenceId\": \"<integer>\"\n    }\n  ]\n}"}],"_postman_id":"6d365c4e-2bb8-4cf3-a289-5c41480f4445"},{"name":"Consulta de ausencias por ID","id":"b392f839-8c88-48c7-a8eb-f3df28210101","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/absence/api/absences/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","absences",":id"],"host":["https://apim.vismalatam.com/absence"],"query":[],"variable":[{"description":{"content":"<p>(Required) Id ausencia</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"3b3bde58-6058-450b-bc7e-b275909c800d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"veniam deserunt","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/absence/api/absences/:id","host":["https://apim.vismalatam.com/absence"],"path":["api","absences",":id"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": 70445851,\n  \"employee\": {\n    \"id\": 23150059,\n    \"name\": \"tempor consequat cupidatat\",\n    \"secondName\": \"nisi dolor comm\",\n    \"lastName\": \"ullamco dolore\",\n    \"secondLastName\": \"qui sed veniam esse\",\n    \"fileNumber\": \"commodo magna\"\n  },\n  \"idAbsenceType\": -88259992,\n  \"dateFrom\": \"1991-10-03T07:18:30.114Z\",\n  \"dateTo\": \"1957-01-06T15:54:19.456Z\",\n  \"description\": \"aliquip in\",\n  \"duration\": -86053308,\n  \"status\": {\n    \"id\": -72187644,\n    \"description\": \"nulla anim et culpa\"\n  },\n  \"idPathology\": 45427064,\n  \"partial\": false,\n  \"periodManualSelection\": true,\n  \"numberOfHours\": -21875860.05603333,\n  \"allowModifyCertificate\": true,\n  \"idCertificate\": 6826066,\n  \"certificateDate\": \"2001-07-12T15:47:49.452Z\",\n  \"hasReopening\": false,\n  \"processed\": false,\n  \"idProcess\": 54722729,\n  \"continuityAbsenceId\": 60026276,\n  \"inUseOccupationalHealth\": true,\n  \"hasDetail\": false,\n  \"fromRhpro\": false,\n  \"migrated\": true,\n  \"idCountry\": 41348795,\n  \"details\": [\n    {\n      \"name\": \"irure\",\n      \"dateFrom\": \"1967-03-16T13:56:29.843Z\",\n      \"dateTo\": \"1967-11-27T23:52:12.601Z\"\n    },\n    {\n      \"name\": \"irure pr\",\n      \"dateFrom\": \"1950-10-08T08:01:14.249Z\",\n      \"dateTo\": \"2015-08-05T18:02:38.956Z\"\n    }\n  ],\n  \"reopeningHistory\": [\n    {\n      \"id\": 69509214,\n      \"dateFrom\": \"2011-07-23T22:07:03.298Z\",\n      \"dateTo\": \"1946-03-13T20:51:57.788Z\"\n    },\n    {\n      \"id\": -7108572,\n      \"dateFrom\": \"1968-06-01T17:13:36.501Z\",\n      \"dateTo\": \"1970-12-27T16:06:52.518Z\"\n    }\n  ]\n}"}],"_postman_id":"b392f839-8c88-48c7-a8eb-f3df28210101"},{"name":"Consulta de vacaciones","id":"35e9e0bf-c806-4ac3-90e0-b38a6c0a8eda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/search/api/search-engines/holidays","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","search-engines","holidays"],"host":["https://apim.vismalatam.com/search"],"query":[{"disabled":true,"description":{"content":"<p>Apellido</p>\n","type":"text/plain"},"key":"LastName","value":"<string>"},{"disabled":true,"description":{"content":"<p>Nombre</p>\n","type":"text/plain"},"key":"Name","value":"<string>"},{"disabled":true,"description":{"content":"<p>Número de documento</p>\n","type":"text/plain"},"key":"DocumentNumber","value":"<string>"},{"disabled":true,"description":{"content":"<p>Número de legajo</p>\n","type":"text/plain"},"key":"FileNumber","value":"<long>"},{"disabled":true,"description":{"content":"<p>Estado</p>\n","type":"text/plain"},"key":"Active","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Fecha de ingreso desde</p>\n","type":"text/plain"},"key":"Entry.Start","value":"<dateTime>"},{"disabled":true,"description":{"content":"<p>Fecha de ingreso hasta</p>\n","type":"text/plain"},"key":"Entry.End","value":"<dateTime>"},{"disabled":true,"description":{"content":"<p>Fecha de egreso desde</p>\n","type":"text/plain"},"key":"Egress.Start","value":"<dateTime>"},{"disabled":true,"description":{"content":"<p>Fecha de egreso hasta</p>\n","type":"text/plain"},"key":"Egress.End","value":"<dateTime>"},{"disabled":true,"description":{"content":"<p>{\n  \"idStructureType\": 0,\n  \"idStructure\": 0,\n  \"start\": \"2025-03-06T21:47:39.350Z\"\n}</p>\n","type":"text/plain"},"key":"Structures","value":"[object Object]"},{"disabled":true,"description":{"content":"<p>Solo colaboradores</p>\n","type":"text/plain"},"key":"EmployeesOnly","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Obtener ruta de archivo</p>\n","type":"text/plain"},"key":"GetFilePath","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>ID del jefe</p>\n","type":"text/plain"},"key":"IdBossEmployee","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Id del tipo de estructura</p>\n","type":"text/plain"},"key":"IdStructureTypes","value":"<integer>"},{"disabled":true,"key":"BodyPartsSize","value":"[object Object]"},{"disabled":true,"description":{"content":"<p>Fecha aniversario</p>\n","type":"text/plain"},"key":"AnniversaryDate","value":"<string>"},{"disabled":true,"description":{"content":"<p>Periodo aniversario</p>\n","type":"text/plain"},"key":"HasAnniversaryPeriod","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Orden</p>\n","type":"text/plain"},"key":"OrderBy","value":"<string>"},{"disabled":true,"description":{"content":"<p>Número de página</p>\n","type":"text/plain"},"key":"Page","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Tamaño de página</p>\n","type":"text/plain"},"key":"PageSize","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Estado vacaciones</p>\n","type":"text/plain"},"key":"HolidayStatus","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Descripción del periodo</p>\n","type":"text/plain"},"key":"Period","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Id del periodo</p>\n","type":"text/plain"},"key":"IdPeriod","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Id del país</p>\n","type":"text/plain"},"key":"IdCountry","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Rango de vacacioens desde</p>\n","type":"text/plain"},"key":"HolidayRange.Start","value":"<dateTime>"},{"disabled":true,"description":{"content":"<p>Rango de vacacioens hassta</p>\n","type":"text/plain"},"key":"HolidayRange.End","value":"<dateTime>"},{"disabled":true,"description":{"content":"<p>Excluir pago descuento de vacaciones</p>\n","type":"text/plain"},"key":"ExcludeAlreadyPaidOrDiscountedHolidays","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Aplicar rango de fecha desde solo a fecha desde</p>\n","type":"text/plain"},"key":"ApplyDateRangeOnlyToStartDate","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Dias correspondientes</p>\n","type":"text/plain"},"key":"IsFromCorrespondingDays","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Tipo de vacacion</p>\n","type":"text/plain"},"key":"HolidayType","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Número de dias a pagar</p>\n","type":"text/plain"},"key":"NumberOfDaysToPay","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Número de página</p>\n","type":"text/plain"},"key":"Page","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Tamaño de página</p>\n","type":"text/plain"},"key":"PageSize","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Orden</p>\n","type":"text/plain"},"key":"OrderBy","value":"<string>"}],"variable":[]}},"response":[{"id":"2e595f62-5402-4fc2-a526-e189021e8f82","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/search/api/search-engines/holidays?LastName=<string>&Name=<string>&DocumentNumber=<string>&FileNumber=<long>&Active=<boolean>&Entry.Start=<dateTime>&Entry.End=<dateTime>&Egress.Start=<dateTime>&Egress.End=<dateTime>&Structures=[object Object]&EmployeesOnly=<boolean>&GetFilePath=<boolean>&IdBossEmployee=<integer>&IdStructureTypes=<integer>&BodyPartsSize=[object Object]&AnniversaryDate=<string>&HasAnniversaryPeriod=<boolean>&OrderBy=<string>&Page=<integer>&PageSize=<integer>&HolidayStatus=<integer>&Period=<integer>&IdPeriod=<integer>&IdCountry=<integer>&HolidayRange.Start=<dateTime>&HolidayRange.End=<dateTime>&ExcludeAlreadyPaidOrDiscountedHolidays=<boolean>&ApplyDateRangeOnlyToStartDate=<boolean>&IsFromCorrespondingDays=<boolean>&HolidayType=9&NumberOfDaysToPay=<integer>","host":["https://apim.vismalatam.com/search"],"path":["api","search-engines","holidays"],"query":[{"key":"LastName","value":"<string>"},{"key":"Name","value":"<string>"},{"key":"DocumentNumber","value":"<string>"},{"key":"FileNumber","value":"<long>"},{"key":"Active","value":"<boolean>"},{"key":"Entry.Start","value":"<dateTime>"},{"key":"Entry.End","value":"<dateTime>"},{"key":"Egress.Start","value":"<dateTime>"},{"key":"Egress.End","value":"<dateTime>"},{"key":"Structures","value":"[object Object]"},{"key":"EmployeesOnly","value":"<boolean>"},{"key":"GetFilePath","value":"<boolean>"},{"key":"IdBossEmployee","value":"<integer>"},{"key":"IdStructureTypes","value":"<integer>"},{"key":"BodyPartsSize","value":"[object Object]"},{"key":"AnniversaryDate","value":"<string>"},{"key":"HasAnniversaryPeriod","value":"<boolean>"},{"key":"OrderBy","value":"<string>"},{"key":"Page","value":"<integer>"},{"key":"PageSize","value":"<integer>"},{"key":"HolidayStatus","value":"<integer>"},{"key":"Period","value":"<integer>"},{"key":"IdPeriod","value":"<integer>"},{"key":"IdCountry","value":"<integer>"},{"key":"HolidayRange.Start","value":"<dateTime>"},{"key":"HolidayRange.End","value":"<dateTime>"},{"key":"ExcludeAlreadyPaidOrDiscountedHolidays","value":"<boolean>"},{"key":"ApplyDateRangeOnlyToStartDate","value":"<boolean>"},{"key":"IsFromCorrespondingDays","value":"<boolean>"},{"key":"HolidayType","value":"9"},{"key":"NumberOfDaysToPay","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"quantity\": \"<integer>\",\n  \"paginationList\": [\n    {\n      \"id\": \"<integer>\",\n      \"absenceType\": {\n        \"idType\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"occupationalhealth\": \"<boolean>\",\n        \"idBehaviour\": \"<integer>\"\n      },\n      \"employee\": {\n        \"fileNumber\": \"<string>\",\n        \"name\": \"<string>\",\n        \"secondName\": \"<string>\",\n        \"lastName\": \"<string>\",\n        \"secondLastName\": \"<string>\",\n        \"document\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"idPerson\": \"<integer>\",\n        \"idBossEmployee\": \"<integer>\",\n        \"filePath\": \"<string>\",\n        \"hireDate\": \"<dateTime>\",\n        \"additionalAttributes\": {\n          \"ut_e5\": \"<string>\"\n        }\n      },\n      \"costOfCenter\": \"<string>\",\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"period\": \"<integer>\",\n      \"totalDays\": \"<double>\",\n      \"workingDays\": \"<double>\",\n      \"nonWorkingDays\": \"<double>\",\n      \"partial\": \"<boolean>\",\n      \"duration\": \"<double>\",\n      \"processed\": \"<boolean>\",\n      \"idProcessed\": \"<integer>\",\n      \"processDescription\": \"<string>\",\n      \"processType\": \"<integer>\",\n      \"isNoteCreated\": \"<boolean>\",\n      \"status\": {\n        \"idStatus\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"fromRhpro\": \"<boolean>\",\n      \"idGroup\": \"<integer>\",\n      \"rectified\": \"<integer>\",\n      \"details\": [\n        {\n          \"value\": \"<Circular reference to #/components/schemas/Holiday detected>\"\n        },\n        {\n          \"value\": \"<Circular reference to #/components/schemas/Holiday detected>\"\n        }\n      ],\n      \"isPaidOrDiscounted\": \"<boolean>\",\n      \"holidayProcesses\": [\n        {\n          \"isProcessed\": \"<boolean>\",\n          \"idProcessed\": \"<integer>\",\n          \"processDescription\": \"<string>\",\n          \"processType\": \"<integer>\"\n        },\n        {\n          \"isProcessed\": \"<boolean>\",\n          \"idProcessed\": \"<integer>\",\n          \"processDescription\": \"<string>\",\n          \"processType\": \"<integer>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<integer>\",\n      \"absenceType\": {\n        \"idType\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"occupationalhealth\": \"<boolean>\",\n        \"idBehaviour\": \"<integer>\",\n        \"isAvailableSelfService\": \"<boolean>\" \n      },\n      \"employee\": {\n        \"fileNumber\": \"<string>\",\n        \"name\": \"<string>\",\n        \"secondName\": \"<string>\",\n        \"lastName\": \"<string>\",\n        \"secondLastName\": \"<string>\",\n        \"document\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"idPerson\": \"<integer>\",\n        \"idBossEmployee\": \"<integer>\",\n        \"filePath\": \"<string>\",\n        \"hireDate\": \"<dateTime>\",\n        \"additionalAttributes\": {\n          \"sed_3\": \"<string>\"\n        }\n      },\n      \"costOfCenter\": \"<string>\",\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"period\": \"<integer>\",\n      \"totalDays\": \"<double>\",\n      \"workingDays\": \"<double>\",\n      \"nonWorkingDays\": \"<double>\",\n      \"partial\": \"<boolean>\",\n      \"duration\": \"<double>\",\n      \"processed\": \"<boolean>\",\n      \"idProcessed\": \"<integer>\",\n      \"processDescription\": \"<string>\",\n      \"processType\": \"<integer>\",\n      \"isNoteCreated\": \"<boolean>\",\n      \"status\": {\n        \"idStatus\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"fromRhpro\": \"<boolean>\",\n      \"idGroup\": \"<integer>\",\n      \"rectified\": \"<integer>\",\n      \"details\": [\n        {\n          \"value\": \"<Circular reference to #/components/schemas/Holiday detected>\"\n        },\n        {\n          \"value\": \"<Circular reference to #/components/schemas/Holiday detected>\"\n        }\n      ],\n      \"isPaidOrDiscounted\": \"<boolean>\",\n      \"holidayProcesses\": [\n        {\n          \"isProcessed\": \"<boolean>\",\n          \"idProcessed\": \"<integer>\",\n          \"processDescription\": \"<string>\",\n          \"processType\": \"<integer>\"\n        },\n        {\n          \"isProcessed\": \"<boolean>\",\n          \"idProcessed\": \"<integer>\",\n          \"processDescription\": \"<string>\",\n          \"processType\": \"<integer>\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"35e9e0bf-c806-4ac3-90e0-b38a6c0a8eda"},{"name":"Consulta de vacaciones por ID","id":"7d3f1f95-9854-4ec6-a648-abd1bcf32329","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/absence/api/holidays/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","holidays",":id"],"host":["https://apim.vismalatam.com/absence"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"fa60cc45-a479-4edc-b67a-4030d719b3d4","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"veniam deserunt","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/absence/api/holidays/:id","host":["https://apim.vismalatam.com/absence"],"path":["api","holidays",":id"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": 29213686,\n  \"employee\": {\n    \"id\": 81758606\n  },\n  \"dateFrom\": \"1992-08-14T13:19:42.002Z\",\n  \"dateTo\": \"1997-11-23T00:53:29.942Z\",\n  \"duration\": -75514081,\n  \"partial\": true,\n  \"anticipatePayment\": false,\n  \"periodManualSelection\": true,\n  \"processed\": true,\n  \"detail\": [\n    {\n      \"dateFrom\": \"1997-12-26T16:17:05.826Z\",\n      \"dateTo\": \"1949-07-26T17:52:41.694Z\",\n      \"duration\": 46260791,\n      \"holidayType\": {\n        \"id\": 52987443,\n        \"description\": \"adipisicing officia tempor\"\n      },\n      \"period\": {\n        \"id\": 39689298,\n        \"year\": 63012936,\n        \"dateFrom\": \"2011-02-23T02:29:27.129Z\",\n        \"dateTo\": \"1998-01-14T17:49:27.497Z\",\n        \"isActive\": true,\n        \"idCountry\": -20984384,\n        \"idPeriodType\": 68853785\n      }\n    },\n    {\n      \"dateFrom\": \"1954-06-14T18:39:51.171Z\",\n      \"dateTo\": \"1975-01-13T02:22:36.878Z\",\n      \"duration\": -17773022,\n      \"holidayType\": {\n        \"id\": 29056823,\n        \"description\": \"ullamco consectetur officia\"\n      },\n      \"period\": {\n        \"id\": 12019518,\n        \"year\": -88147205,\n        \"dateFrom\": \"1984-06-02T06:52:24.799Z\",\n        \"dateTo\": \"1979-05-29T17:14:34.022Z\",\n        \"isActive\": true,\n        \"idCountry\": -55138044,\n        \"idPeriodType\": 75478983\n      }\n    }\n  ],\n  \"description\": \"consectetur ipsum dolore\"\n}"}],"_postman_id":"7d3f1f95-9854-4ec6-a648-abd1bcf32329"},{"name":"Consulta de saldos de vacaciones","id":"90e5f0f0-fb46-45ae-9abc-3e3ad3a5baaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"idsEmployee\": [\n    1,2\n  ],\n  \"excludeBalancesWithZeroDays\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/absence/api/holidays/employees/balances?PageNumber=0&PageSize=100&OrderBy=string","description":"<h2 id=\"consulta-de-saldos-de-vacaciones\">Consulta de saldos de vacaciones</h2>\n<h3 id=\"method\">Method</h3>\n<p><code>POST</code></p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<p><code>https://apim.vismalatam.com/absence/api/holidays/employees/balances</code></p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<ul>\n<li><p><strong>PageNumber</strong> (integer): El número de página a recuperar.</p>\n</li>\n<li><p><strong>PageSize</strong> (integer): La cantidad de registros a devolver por página.</p>\n</li>\n<li><p><strong>OrderBy</strong> (string): El campo por el cual ordenar los resultados.</p>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>El cuerpo de la solicitud debe estar en formato JSON e incluir los siguientes parámetros:</p>\n<ul>\n<li><p><strong>idsEmployee</strong> (array of integers): Una lista de IDs de empleados para los cuales obtener los saldos de vacaciones.</p>\n</li>\n<li><p><strong>excludeBalancesWithZeroDays</strong> (boolean): Indica si se deben excluir los saldos que tienen cero días.</p>\n</li>\n</ul>\n<h4 id=\"example-request-body\">Example Request Body</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"idsEmployee\": [1],\n  \"excludeBalancesWithZeroDays\": false\n}\n\n</code></pre>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"quantity\": 0,\n  \"pageNumber\": 0,\n  \"pageSize\": 0,\n  \"paginatedList\": [\n    {\n      \"idEmployee\": 0,\n      \"total\": 0,\n      \"balances\": [\n        {\n          \"period\": {\n            \"id\": 0,\n            \"year\": 0\n          },\n          \"details\": [\n            {\n              \"holidayDayType\": {\n                \"id\": 0,\n                \"description\": \"\",\n                \"holidayDayTypeWeekDays\": [\n                  {\n                    \"id\": 0,\n                    \"description\": \"\",\n                    \"isEnabled\": true\n                  }\n                ]\n              },\n              \"balance\": 0\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<p>This endpoint allows you to retrieve the holiday balances for specified employees, with options to paginate and filter the results based on the provided parameters.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","holidays","employees","balances"],"host":["https://apim.vismalatam.com/absence"],"query":[{"key":"PageNumber","value":"0"},{"key":"PageSize","value":"100"},{"key":"OrderBy","value":"string"}],"variable":[]}},"response":[{"id":"60e5d6b4-7295-4021-bd11-35700da88d84","name":"Success","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"idsEmployee\": [\n    6133,\n    7661\n  ],\n  \"excludeBalancesWithZeroDays\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://apim.vismalatam.com/absence/api/holidays/employees/balances?PageNumber=0&PageSize=100&OrderBy=string","host":["https://apim.vismalatam.com/absence"],"path":["api","holidays","employees","balances"],"query":[{"key":"PageNumber","value":"0"},{"key":"PageSize","value":"100"},{"key":"OrderBy","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"quantity\": 5757,\n  \"pageNumber\": 3970,\n  \"pageSize\": 1272,\n  \"paginatedList\": [\n    {\n      \"idEmployee\": 593,\n      \"total\": 1073,\n      \"balances\": [\n        {\n          \"period\": {\n            \"id\": 9421,\n            \"year\": 8399\n          },\n          \"details\": [\n            {\n              \"holidayDayType\": {\n                \"id\": 153,\n                \"description\": \"string\",\n                \"holidayDayTypeWeekDays\": [\n                  {\n                    \"id\": 3594,\n                    \"description\": \"string\",\n                    \"isEnabled\": false\n                  },\n                  {\n                    \"id\": 1128,\n                    \"description\": \"string\",\n                    \"isEnabled\": true\n                  }\n                ]\n              },\n              \"balance\": 3471.376788947931\n            },\n            {\n              \"holidayDayType\": {\n                \"id\": 7631,\n                \"description\": \"string\",\n                \"holidayDayTypeWeekDays\": [\n                  {\n                    \"id\": 2908,\n                    \"description\": \"string\",\n                    \"isEnabled\": false\n                  },\n                  {\n                    \"id\": 6587,\n                    \"description\": \"string\",\n                    \"isEnabled\": false\n                  }\n                ]\n              },\n              \"balance\": 6362.593629728077\n            }\n          ]\n        },\n        {\n          \"period\": {\n            \"id\": 8,\n            \"year\": 7886\n          },\n          \"details\": [\n            {\n              \"holidayDayType\": {\n                \"id\": 6460,\n                \"description\": \"string\",\n                \"holidayDayTypeWeekDays\": [\n                  {\n                    \"id\": 504,\n                    \"description\": \"string\",\n                    \"isEnabled\": true\n                  },\n                  {\n                    \"id\": 1139,\n                    \"description\": \"string\",\n                    \"isEnabled\": true\n                  }\n                ]\n              },\n              \"balance\": 9564.231135226295\n            },\n            {\n              \"holidayDayType\": {\n                \"id\": 4197,\n                \"description\": \"s\",\n                \"holidayDayTypeWeekDays\": [\n                  {\n                    \"id\": 7381,\n                    \"description\": \"string\",\n                    \"isEnabled\": false\n                  },\n                  {\n                    \"id\": 3086,\n                    \"description\": \"string\",\n                    \"isEnabled\": true\n                  }\n                ]\n              },\n              \"balance\": 3304.538619630515\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"idEmployee\": 3931,\n      \"total\": 3872,\n      \"balances\": [\n        {\n          \"period\": {\n            \"id\": 5955,\n            \"year\": 9801\n          },\n          \"details\": [\n            {\n              \"holidayDayType\": {\n                \"id\": 9361,\n                \"description\": \"string\",\n                \"holidayDayTypeWeekDays\": [\n                  {\n                    \"id\": 304,\n                    \"description\": \"string\",\n                    \"isEnabled\": false\n                  },\n                  {\n                    \"id\": 634,\n                    \"description\": \"string\",\n                    \"isEnabled\": false\n                  }\n                ]\n              },\n              \"balance\": 7417.472381268055\n            },\n            {\n              \"holidayDayType\": {\n                \"id\": 2943,\n                \"description\": \"string\",\n                \"holidayDayTypeWeekDays\": [\n                  {\n                    \"id\": 2030,\n                    \"description\": \"string\",\n                    \"isEnabled\": true\n                  },\n                  {\n                    \"id\": 2985,\n                    \"description\": \"string\",\n                    \"isEnabled\": false\n                  }\n                ]\n              },\n              \"balance\": 7054.796030896471\n            }\n          ]\n        },\n        {\n          \"period\": {\n            \"id\": 9314,\n            \"year\": 7010\n          },\n          \"details\": [\n            {\n              \"holidayDayType\": {\n                \"id\": 141,\n                \"description\": \"string\",\n                \"holidayDayTypeWeekDays\": [\n                  {\n                    \"id\": 1080,\n                    \"description\": \"string\",\n                    \"isEnabled\": true\n                  },\n                  {\n                    \"id\": 8423,\n                    \"description\": \"string\",\n                    \"isEnabled\": false\n                  }\n                ]\n              },\n              \"balance\": 5073.890399041894\n            },\n            {\n              \"holidayDayType\": {\n                \"id\": 1028,\n                \"description\": \"string\",\n                \"holidayDayTypeWeekDays\": [\n                  {\n                    \"id\": 1711,\n                    \"description\": \"string\",\n                    \"isEnabled\": false\n                  },\n                  {\n                    \"id\": 6237,\n                    \"description\": \"string\",\n                    \"isEnabled\": false\n                  }\n                ]\n              },\n              \"balance\": 6101.802191303558\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"90e5f0f0-fb46-45ae-9abc-3e3ad3a5baaf"},{"name":"Consulta de tipos de asencias","id":"0180d282-80a2-4030-8744-2c18f2d38b5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/absence/api/absences-type/grid-items?PageNumber=integer&PageSize=integer&OrderBy=string&ShouldApplyGroup=true&IdCountry=integer&HasAnnualQuota=true&IsAvailableForSelfService=true&SearchTerm=string","description":"<h1 id=\"consulta-de-tipos-de-asencias\">Consulta de tipos de asencias</h1>\n<p>Obtiene una lista paginada de tipos de ausencia para su visualización en una grilla. Permite filtrar por país, disponibilidad de cuota anual, disponibilidad para autoservicio y un término de búsqueda libre. Soporta agrupación de tipos de ausencia.</p>\n<h2 id=\"encabezados\">Encabezados</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Encabezado</th>\n<th>Tipo</th>\n<th>Requerido</th>\n<th>Descripción</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>X-Tenant-Id</code></td>\n<td>string</td>\n<td>Sí</td>\n<td>Identificador del tenant del cliente.</td>\n</tr>\n<tr>\n<td><code>Accept</code></td>\n<td>string</td>\n<td>No</td>\n<td>Formato de respuesta esperado. Valores soportados: <code>text/plain</code>, <code>application/json</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"parámetros-de-consulta\">Parámetros de consulta</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parámetro</th>\n<th>Tipo</th>\n<th>Requerido</th>\n<th>Descripción</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>PageNumber</code></td>\n<td>integer</td>\n<td>Sí</td>\n<td>Número de página para la paginación.</td>\n</tr>\n<tr>\n<td><code>PageSize</code></td>\n<td>integer</td>\n<td>Sí</td>\n<td>Cantidad de registros por página.</td>\n</tr>\n<tr>\n<td><code>OrderBy</code></td>\n<td>string</td>\n<td>No</td>\n<td>Nombre del campo por el cual ordenar los resultados.</td>\n</tr>\n<tr>\n<td><code>ShouldApplyGroup</code></td>\n<td>boolean</td>\n<td>No</td>\n<td>Cuando es <code>true</code>, retorna los tipos de ausencia agrupados.</td>\n</tr>\n<tr>\n<td><code>IdCountry</code></td>\n<td>integer</td>\n<td>No</td>\n<td>Filtra los resultados por ID de país.</td>\n</tr>\n<tr>\n<td><code>HasAnnualQuota</code></td>\n<td>boolean</td>\n<td>No</td>\n<td>Cuando es <code>true</code>, retorna solo los tipos de ausencia que tienen un límite de cuota anual.</td>\n</tr>\n<tr>\n<td><code>IsAvailableForSelfService</code></td>\n<td>boolean</td>\n<td>No</td>\n<td>Cuando es <code>true</code>, retorna solo los tipos de ausencia disponibles para el autoservicio del empleado.</td>\n</tr>\n<tr>\n<td><code>SearchTerm</code></td>\n<td>string</td>\n<td>No</td>\n<td>Término de búsqueda libre para filtrar tipos de ausencia por nombre o descripción.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","absences-type","grid-items"],"host":["https://apim.vismalatam.com/absence"],"query":[{"description":{"content":"<p>Número de página</p>\n","type":"text/plain"},"key":"PageNumber","value":"integer"},{"description":{"content":"<p>Tamaño de página</p>\n","type":"text/plain"},"key":"PageSize","value":"integer"},{"description":{"content":"<p>Orden</p>\n","type":"text/plain"},"key":"OrderBy","value":"string"},{"description":{"content":"<p>Permite asencias agrupadas</p>\n","type":"text/plain"},"key":"ShouldApplyGroup","value":"true"},{"description":{"content":"<p>Id país</p>\n","type":"text/plain"},"key":"IdCountry","value":"integer"},{"description":{"content":"<p>Tope anual</p>\n","type":"text/plain"},"key":"HasAnnualQuota","value":"true"},{"key":"IsAvailableForSelfService","value":"true"},{"description":{"content":"<p>Buscar</p>\n","type":"text/plain"},"key":"SearchTerm","value":"string"}],"variable":[]}},"response":[{"id":"a89516c3-7323-48b3-a82f-7d90c6f52082","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/absence/api/absences-type/grid-items?PageNumber=9841&PageSize=9841&OrderBy=string&ShouldApplyGroup=true&IdCountry=9841&HasAnnualQuota=true&IsAvailableForSelfService=true&SearchTerm=string","host":["https://apim.vismalatam.com/absence"],"path":["api","absences-type","grid-items"],"query":[{"key":"PageNumber","value":"9841"},{"key":"PageSize","value":"9841"},{"key":"OrderBy","value":"string"},{"key":"ShouldApplyGroup","value":"true"},{"key":"IdCountry","value":"9841"},{"key":"HasAnnualQuota","value":"true"},{"key":"IsAvailableForSelfService","value":"true"},{"key":"SearchTerm","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"quantity\": 11,\n  \"pageNumber\": 0,\n  \"pageSize\": 2,\n  \"paginatedList\": [\n    {\n      \"id\": 3,\n      \"name\": \"Licencia por Nacimiento\",\n      \"description\": null,\n      \"system\": true,\n      \"active\": true,\n      \"eventsMaxNumber\": null,\n      \"monthlyQuota\": 10,\n      \"annualQuota\": 10,\n      \"reviewStatus\": null,\n      \"occupationalHealth\": false,\n      \"availableForSelfService\": true,\n      \"allowsSalaryPaymentAdvance\": false,\n      \"isVisibleInSelfService\": false,\n      \"isAdministrable\": false\n    },\n    {\n      \"id\": 4,\n      \"name\": \"Licencia por Matrimonio\",\n      \"description\": null,\n      \"system\": false,\n      \"active\": true,\n      \"eventsMaxNumber\": 12,\n      \"monthlyQuota\": 12,\n      \"annualQuota\": 12,\n      \"reviewStatus\": {\n        \"id\": 325,\n        \"description\": \"LICENCIA POR EXCEDENCIA\",\n        \"idType\": 30\n      },\n      \"occupationalHealth\": false,\n      \"availableForSelfService\": true,\n      \"allowsSalaryPaymentAdvance\": false,\n      \"isVisibleInSelfService\": false,\n      \"isAdministrable\": false\n    }\n  ]\n}"}],"_postman_id":"0180d282-80a2-4030-8744-2c18f2d38b5a"}],"id":"7b164c7c-a08e-4205-8683-7e165cb8250e","_postman_id":"7b164c7c-a08e-4205-8683-7e165cb8250e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Basic configuration","item":[{"name":"Addresses","item":[{"name":"Consulta de Nacionalidades","id":"ebb77c78-04c6-4eff-a27c-bad35c04d406","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/geolocation/api/nationalities?filterBy=<string>&PageNumber=<integer>&PageSize=<integer>&OrderBy=<string>&OrderBy=<string>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","nationalities"],"host":["https://apim.vismalatam.com/geolocation"],"query":[{"key":"filterBy","value":"<string>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"},{"key":"OrderBy","value":"<string>"},{"key":"OrderBy","value":"<string>"}],"variable":[]}},"response":[{"id":"5b2f205a-d476-4c0b-938c-3508bbb4681d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/geolocation/api/nationalities?filterBy=<string>&PageNumber=<integer>&PageSize=<integer>&OrderBy=<string>","host":["https://apim.vismalatam.com/geolocation"],"path":["api","nationalities"],"query":[{"key":"filterBy","value":"<string>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"},{"key":"OrderBy","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"quantity\": \"<integer>\",\n  \"pageNumber\": \"<integer>\",\n  \"pageSize\": \"<integer>\",\n  \"paginatedList\": [\n    {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"country\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"externalCode\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"country\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"externalCode\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"ebb77c78-04c6-4eff-a27c-bad35c04d406"},{"name":"Consulta de Países","id":"5e4edf8c-7dab-4efb-ba21-4bd493879223","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/geolocation/api/countries?ISO=<string>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","countries"],"host":["https://apim.vismalatam.com/geolocation"],"query":[{"key":"ISO","value":"<string>"}],"variable":[]}},"response":[{"id":"0f301efc-9f6a-4f77-9a30-9b2ed2bccdf7","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/geolocation/api/countries?ISO=<string>","host":["https://apim.vismalatam.com/geolocation"],"path":["api","countries"],"query":[{"key":"ISO","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"iso\": \"<string>\",\n    \"externalCountryCode\": \"<string>\",\n    \"bankFileCode\": \"<string>\",\n    \"externalCode\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"iso\": \"<string>\",\n    \"externalCountryCode\": \"<string>\",\n    \"bankFileCode\": \"<string>\",\n    \"externalCode\": \"<string>\"\n  }\n]"}],"_postman_id":"5e4edf8c-7dab-4efb-ba21-4bd493879223"},{"name":"Consulta de Estados / Provincias","id":"6f72aa46-c1c0-415d-8e08-9c1b78636fbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/geolocation/api/states/:idCountry","description":"<p>Observaciones:</p>\n<p>idCountry: Debe ser uno de los valores id devuelto en la respuesta del servicio de <a href=\"https://vismaargentina.postman.co/workspace/Team-Workspace~67721542-6305-4615-86cc-577c9a57ba40/request/37531081-e5f75241-ed81-4ca0-a95c-c371ea965ce5?action=share&amp;source=copy-link&amp;creator=37531081&amp;ctx=documentation\">Consulta de Países.</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","states",":idCountry"],"host":["https://apim.vismalatam.com/geolocation"],"query":[],"variable":[{"id":"831e9da1-a7ee-475a-8a94-743ceb1281cf","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"idCountry"}]}},"response":[{"id":"3219dc13-c30b-4faa-ab81-ab0b639a1f01","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/geolocation/api/states/:idCountry","host":["https://apim.vismalatam.com/geolocation"],"path":["api","states",":idCountry"],"variable":[{"key":"idCountry","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"additionalProperties\": {\n      \"non7c8\": \"<string>\",\n      \"Excepteur_9\": \"<string>\",\n      \"et_5d\": \"<string>\"\n    }\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"additionalProperties\": {\n      \"pariaturfcb\": \"<string>\",\n      \"dolor74\": \"<string>\",\n      \"consectetur29f\": \"<string>\"\n    }\n  }\n]"}],"_postman_id":"6f72aa46-c1c0-415d-8e08-9c1b78636fbb"},{"name":"Consulta de Ciudades","id":"df3090cb-468e-47f8-9cb3-8f105e836435","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/geolocation/api/cities/:idCountry?idCounty=<integer>&idState=<integer>","description":"<p>Observaciones:</p>\n<ul>\n<li><p>idCountry: Debe ser uno de los valores id devuelto en la respuesta del servicio de <a href=\"https://vismaargentina.postman.co/workspace/Team-Workspace~67721542-6305-4615-86cc-577c9a57ba40/request/37531081-e5f75241-ed81-4ca0-a95c-c371ea965ce5?action=share&amp;source=copy-link&amp;creator=37531081&amp;ctx=documentation\">Consulta de Países</a>.</p>\n</li>\n<li><p>idState: Debe ser uno de los valores id devuelto en la respuesta del servicio de <a href=\"https://vismaargentina.postman.co/workspace/Team-Workspace~67721542-6305-4615-86cc-577c9a57ba40/request/37531081-e42a59d2-33dc-452c-bef2-f0f7b4aaf70f?action=share&amp;source=copy-link&amp;creator=37531081&amp;ctx=documentation\">Consulta de Estados/Provincias</a>.</p>\n</li>\n<li><p>idCounty: Debe ser uno de los valores id devuelto en la respuesta del servicio de <a href=\"https://vismaargentina.postman.co/workspace/Team-Workspace~67721542-6305-4615-86cc-577c9a57ba40/request/37531081-4b0e4545-15a7-4a88-a7f6-d46581582e22?action=share&amp;source=copy-link&amp;creator=37531081&amp;ctx=documentation\">Consulta de Distritos / Partidos</a>.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","cities",":idCountry"],"host":["https://apim.vismalatam.com/geolocation"],"query":[{"key":"idCounty","value":"<integer>"},{"key":"idState","value":"<integer>"}],"variable":[{"id":"23587b89-2409-4bde-9f71-83f43aae5b7b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"idCountry"}]}},"response":[{"id":"43a8a23c-14cc-4156-b8f2-7906d2224bb5","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/geolocation/api/cities/:idCountry?idCounty=<integer>&idState=<integer>","host":["https://apim.vismalatam.com/geolocation"],"path":["api","cities",":idCountry"],"query":[{"key":"idCounty","value":"<integer>"},{"key":"idState","value":"<integer>"}],"variable":[{"key":"idCountry","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"idCounty\": \"<integer>\",\n    \"idCountry\": \"<integer>\",\n    \"additionalProperties\": {\n      \"nisi_1\": \"<string>\"\n    }\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"idCounty\": \"<integer>\",\n    \"idCountry\": \"<integer>\",\n    \"additionalProperties\": {\n      \"ut_f18\": \"<string>\"\n    }\n  }\n]"}],"_postman_id":"df3090cb-468e-47f8-9cb3-8f105e836435"},{"name":"Consulta de Distritos / Partidos","id":"2e4df6e1-109e-459f-9ceb-6bbaa3209312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/geolocation/api/counties/:idState","description":"<p>Observaciones:</p>\n<p>idState Debe ser uno de los valores id devuelto en la respuesta del servicio de <a href=\"https://vismaargentina.postman.co/workspace/Team-Workspace~67721542-6305-4615-86cc-577c9a57ba40/request/37531081-e42a59d2-33dc-452c-bef2-f0f7b4aaf70f?action=share&amp;source=copy-link&amp;creator=37531081&amp;ctx=documentation\">Consulta de Estados / Provincias</a>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","counties",":idState"],"host":["https://apim.vismalatam.com/geolocation"],"query":[],"variable":[{"id":"6dcb1f5b-2068-47c9-9e6a-4fcc7f2c5cb6","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"idState"}]}},"response":[{"id":"f7853591-430d-46f1-8ba3-da1d187b3cca","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/geolocation/api/counties/:idState","host":["https://apim.vismalatam.com/geolocation"],"path":["api","counties",":idState"],"variable":[{"key":"idState","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"additionalProperties\": {\n      \"non7c8\": \"<string>\",\n      \"Excepteur_9\": \"<string>\",\n      \"et_5d\": \"<string>\"\n    }\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"additionalProperties\": {\n      \"pariaturfcb\": \"<string>\",\n      \"dolor74\": \"<string>\",\n      \"consectetur29f\": \"<string>\"\n    }\n  }\n]"}],"_postman_id":"2e4df6e1-109e-459f-9ceb-6bbaa3209312"},{"name":"Consulta de Tipos de domicilio","id":"2a9b2b46-c23d-4cd0-ac06-69ca3e4ed256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/contact/api/address-types","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","address-types"],"host":["https://apim.vismalatam.com/contact"],"query":[],"variable":[]}},"response":[{"id":"393992b8-6d03-4770-9d16-1b236af2cde2","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://apim.vismalatam.com/contact/api/address-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"description\": \"<string>\"\n}"}],"_postman_id":"2a9b2b46-c23d-4cd0-ac06-69ca3e4ed256"}],"id":"ee8a6f96-a305-4e57-811d-120d7ca50a7c","_postman_id":"ee8a6f96-a305-4e57-811d-120d7ca50a7c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Organization","item":[{"name":"Organization Model","item":[{"name":"Consulta de Modelos Organizacionales","id":"a0bbb084-d3fa-413e-a9b2-d22a9c022c36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/organization/api/organization-models","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","organization-models"],"host":["https://apim.vismalatam.com/organization"],"query":[],"variable":[]}},"response":[{"id":"532f8d6f-3e3d-48e4-add5-0ec04038393e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://apim.vismalatam.com/organization/api/organization-models"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"defaultValue\": \"<boolean>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"defaultValue\": \"<boolean>\"\n  }\n]"}],"_postman_id":"a0bbb084-d3fa-413e-a9b2-d22a9c022c36"}],"id":"d5efd832-90f9-4cd1-8604-7ae0469a638d","_postman_id":"d5efd832-90f9-4cd1-8604-7ae0469a638d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Structure","item":[{"name":"Consulta de Tipos de Estructura","id":"452ed482-9630-49ed-acdf-8fb9049ce1a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/organization/api/structure-types?HasManager=<boolean>","description":"<p>Ejemplo:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"id\": 4,\n    \"description\": \"Puesto\",\n    \"system\": true,\n    \"idStructureClass\": 1,\n    \"order\": 1,\n    \"loadPGM\": \"\",\n    \"active\": true,\n    \"hasManager\": false\n  }\n]\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","structure-types"],"host":["https://apim.vismalatam.com/organization"],"query":[{"key":"HasManager","value":"<boolean>"}],"variable":[]}},"response":[{"id":"9905ea33-00f8-4a86-86a5-af6d7d3249df","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/organization/api/structure-types?HasManager=<boolean>","host":["https://apim.vismalatam.com/organization"],"path":["api","structure-types"],"query":[{"key":"HasManager","value":"<boolean>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"system\": \"<boolean>\",\n    \"idStructureClass\": \"<integer>\",\n    \"order\": \"<integer>\",\n    \"loadPGM\": \"<string>\",\n    \"active\": \"<boolean>\",\n    \"hasManager\": \"<boolean>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"system\": \"<boolean>\",\n    \"idStructureClass\": \"<integer>\",\n    \"order\": \"<integer>\",\n    \"loadPGM\": \"<string>\",\n    \"active\": \"<boolean>\",\n    \"hasManager\": \"<boolean>\"\n  }\n]"}],"_postman_id":"452ed482-9630-49ed-acdf-8fb9049ce1a4"},{"name":"Consulta de Estructuras por Tipo de Estructura","id":"ccb70cc6-bd18-40e0-9bb8-230fb0ee8e18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/organization/api/structures/:IdStructureType/Structures","description":"<p>Observaciones:</p>\n<ul>\n<li><p>IdStructureType: Código del tipo de estructura.</p>\n</li>\n<li><p>id: Id de la estructura.</p>\n</li>\n<li><p>description: Descripción de la estructura.</p>\n</li>\n<li><p>idStructureType: Id del tipo de estructura.</p>\n</li>\n<li><p>externalCode: Código externo de la estructura.</p>\n</li>\n<li><p>active: estado.</p>\n</li>\n<li><p>structureType:</p>\n</li>\n<li><p>{</p>\n<ul>\n<li><p>id: Id del tipo de estructura.</p>\n</li>\n<li><p>description: Descripción del tipo de estructura.</p>\n</li>\n<li><p>system: Datos de sistema.</p>\n</li>\n<li><p>idStructureClass: ID de la clase de estructura.</p>\n</li>\n<li><p>order: Número de orden.</p>\n</li>\n<li><p>active: true.</p>\n</li>\n</ul>\n</li>\n<li><p>}</p>\n</li>\n</ul>\n<p>Ejemplo:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"idStructurePosition\": 47,\n    \"replacePosition\": 0,\n    \"dependants\": null,\n    \"minimumVacancies\": 0,\n    \"maximumVacancies\": 0,\n    \"idPositionLevel\": 1,\n    \"idPositionDecision\": 1,\n    \"generalPurpose\": null,\n    \"principalFunctions\": \"\",\n    \"file\": null,\n    \"id\": 2503,\n    \"description\": \"Analista\",\n    \"idStructureType\": 4,\n    \"externalCode\": \"\",\n    \"active\": true,\n    \"idManager\": null,\n    \"structureType\": null\n  }]\n\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","structures",":IdStructureType","Structures"],"host":["https://apim.vismalatam.com/organization"],"query":[],"variable":[{"id":"601f9237-e56e-4a8f-9b6a-060457877bd6","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"IdStructureType"}]}},"response":[{"id":"e02293b3-2e48-4426-ae29-d6b1f3a48ad2","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/organization/api/structures/:IdStructureType/Structures","host":["https://apim.vismalatam.com/organization"],"path":["api","structures",":IdStructureType","Structures"],"variable":[{"key":"IdStructureType","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"idStructureType\": \"<integer>\",\n    \"externalCode\": \"<string>\",\n    \"active\": \"<boolean>\",\n    \"idManager\": \"<integer>\",\n    \"structureType\": {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"system\": \"<boolean>\",\n      \"idStructureClass\": \"<integer>\",\n      \"order\": \"<integer>\",\n      \"loadPGM\": \"<string>\",\n      \"active\": \"<boolean>\",\n      \"hasManager\": \"<boolean>\"\n    }\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"idStructureType\": \"<integer>\",\n    \"externalCode\": \"<string>\",\n    \"active\": \"<boolean>\",\n    \"idManager\": \"<integer>\",\n    \"structureType\": {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"system\": \"<boolean>\",\n      \"idStructureClass\": \"<integer>\",\n      \"order\": \"<integer>\",\n      \"loadPGM\": \"<string>\",\n      \"active\": \"<boolean>\",\n      \"hasManager\": \"<boolean>\"\n    }\n  }\n]"}],"_postman_id":"ccb70cc6-bd18-40e0-9bb8-230fb0ee8e18"},{"name":"Consulta de Estructuras por Id","id":"c008d50a-4772-4cfe-adf4-23919d6379d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/organization/api/structures/:id","description":"<p>Ejemplo:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"idStructurePosition\": 47,\n  \"replacePosition\": 0,\n  \"dependants\": null,\n  \"minimumVacancies\": 0,\n  \"maximumVacancies\": 0,\n  \"idPositionLevel\": 1,\n  \"idPositionDecision\": 1,\n  \"generalPurpose\": null,\n  \"principalFunctions\": \"\",\n  \"file\": null,\n  \"id\": 2503,\n  \"description\": \"Analista\",\n  \"idStructureType\": 4,\n  \"externalCode\": \"\",\n  \"active\": true,\n  \"idManager\": null,\n  \"structureType\": null\n}\n\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","structures",":id"],"host":["https://apim.vismalatam.com/organization"],"query":[],"variable":[{"id":"7503d98f-ad07-4e3d-9ad5-043ff36362c8","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"1677b12f-bdfd-46cb-9bba-ab1d769afd5f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/organization/api/structures/:id","host":["https://apim.vismalatam.com/organization"],"path":["api","structures",":id"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"idStructureType\": \"<integer>\",\n  \"externalCode\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"idManager\": \"<integer>\",\n  \"structureType\": {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"system\": \"<boolean>\",\n    \"idStructureClass\": \"<integer>\",\n    \"order\": \"<integer>\",\n    \"loadPGM\": \"<string>\",\n    \"active\": \"<boolean>\",\n    \"hasManager\": \"<boolean>\"\n  }\n}"}],"_postman_id":"c008d50a-4772-4cfe-adf4-23919d6379d6"},{"name":"Alta de atributo de Estructuras","id":"2f8b3b67-ab31-4565-b26f-bf2d0dc4c26f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"idStructureType\": \"<integer>\",\n  \"externalCode\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"idManager\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/organization/api/structures","description":"<p><strong>Observaciones:</strong></p>\n<ul>\n<li><p><strong>description: Descripción del atributo de la estructura</strong></p>\n</li>\n<li><p><strong>idStructureType: Id del tipo de estructura</strong></p>\n</li>\n<li><p><strong>externalCode: Código externo asociado al atributo de estructura</strong></p>\n</li>\n<li><p><strong>active: Estado de la estructura</strong></p>\n</li>\n</ul>\n<p><strong>Ejemplo:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": 0,\n  \"description\": \"Estructura Puesto\",\n  \"idStructureType\": 4,\n  \"externalCode\": \"código del puesto\",\n  \"active\": true\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","structures"],"host":["https://apim.vismalatam.com/organization"],"query":[],"variable":[]}},"response":[{"id":"d3fa2d92-ef37-420d-9b18-bebaa80528a1","name":"Success","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"idStructureType\": \"<integer>\",\n  \"externalCode\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"idManager\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/organization/api/structures"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<integer>"}],"_postman_id":"2f8b3b67-ab31-4565-b26f-bf2d0dc4c26f"}],"id":"81052788-56e5-4efc-b1af-703ed0e80260","_postman_id":"81052788-56e5-4efc-b1af-703ed0e80260","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Consulta de Legajos por Rango","id":"8c730003-bf09-4f4b-947a-eec2b306b4a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/organization/api/employee-file-ranges","description":"<p>Esta funcionalidad <strong>permite consultar rangos de numeración de legajos específicos para cada atributo de estructura del tipo seleccionado</strong>. De esta manera, según el atributo que se asocie al colaborador, se podrá asignar el número de legajo considerando el rango configurado para ese atributo.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employee-file-ranges"],"host":["https://apim.vismalatam.com/organization"],"query":[],"variable":[]}},"response":[{"id":"31fc2af2-d739-4560-9d93-0151efe1bee2","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://apim.vismalatam.com/organization/api/employee-file-ranges"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"idStructure\": 7950,\n    \"idStructureType\": 1046,\n    \"description\": \"string\",\n    \"fileFrom\": 4990,\n    \"fileTo\": 9488,\n    \"currentFile\": 2220\n  },\n  {\n    \"idStructure\": 5251,\n    \"idStructureType\": 2334,\n    \"description\": \"string\",\n    \"fileFrom\": 6837,\n    \"fileTo\": 4501,\n    \"currentFile\": 7350\n  }\n]"}],"_postman_id":"8c730003-bf09-4f4b-947a-eec2b306b4a1"},{"name":"Consulta de tipo de motivo","id":"0f6e0dfd-b43e-44cd-ac7f-96d23c37f808","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/globalconfiguration/api/1/motive-types","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","1","motive-types"],"host":["https://apim.vismalatam.com/globalconfiguration"],"query":[],"variable":[]}},"response":[{"id":"435d2a9e-d631-466b-b674-d3212a357387","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://apim.vismalatam.com/globalconfiguration/api/1/motive-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\"\n  }\n]"}],"_postman_id":"0f6e0dfd-b43e-44cd-ac7f-96d23c37f808"},{"name":"Consulta de Grados","id":"08b30e5d-ad7d-458e-9887-2aa3f74ba832","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/organization/api/grade","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","grade"],"host":["https://apim.vismalatam.com/organization"],"query":[],"variable":[]}},"response":[{"id":"b7e4d38d-9595-4380-80bd-de19d818be92","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://apim.vismalatam.com/organization/api/grade"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\"\n  }\n]"}],"_postman_id":"08b30e5d-ad7d-458e-9887-2aa3f74ba832"},{"name":"Consulta de Puestos","id":"e26d5574-d09c-4b4b-80de-0ac99498f290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/organization/api/position","description":"<p>Observaciones:</p>\n<ul>\n<li>grade: Detalla los grados asociados al puesto.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","position"],"host":["https://apim.vismalatam.com/organization"],"query":[],"variable":[]}},"response":[{"id":"1a424ff9-3f1c-4724-b20e-a76a95a5310a","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://apim.vismalatam.com/organization/api/position"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"positionEmployeeCount\": \"<double>\",\n    \"structureId\": \"<integer>\",\n    \"replaceStructuraId\": \"<integer>\",\n    \"positionLevelId\": \"<integer>\",\n    \"positionDecisionId\": \"<integer>\",\n    \"grade\": [\n      {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      }\n    ]\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"positionEmployeeCount\": \"<double>\",\n    \"structureId\": \"<integer>\",\n    \"replaceStructuraId\": \"<integer>\",\n    \"positionLevelId\": \"<integer>\",\n    \"positionDecisionId\": \"<integer>\",\n    \"grade\": [\n      {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      }\n    ]\n  }\n]"}],"_postman_id":"e26d5574-d09c-4b4b-80de-0ac99498f290"}],"id":"9615103c-ecfa-428e-ad35-5fd4a9eed50d","_postman_id":"9615103c-ecfa-428e-ad35-5fd4a9eed50d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Basic","item":[{"name":"Consulta de Estados Civiles","id":"3ec4d771-d1e6-4875-848a-a8d80945d67a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/person/api/marital-status","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","marital-status"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[]}},"response":[{"id":"f623522a-537b-4d52-a327-d51467513781","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://apim.vismalatam.com/person/api/marital-status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\"\n  }\n]"}],"_postman_id":"3ec4d771-d1e6-4875-848a-a8d80945d67a"},{"name":"Consulta de Tipos de Documento","id":"50aa2c40-a373-409b-8403-f98a7d0e1691","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/document/api/document-types?idEntityType=<integer>&idCountry=<integer>","description":"<p>Observaciones:</p>\n<ul>\n<li><p>idEntityType: Debe llevar el valor =1 (Colaborador)</p>\n</li>\n<li><p>idCountry: Debe ser uno de los valores id devuelto en la respuesta del servicio de <a href=\"https://vismaargentina.postman.co/workspace/Team-Workspace~67721542-6305-4615-86cc-577c9a57ba40/request/37531081-e5f75241-ed81-4ca0-a95c-c371ea965ce5?action=share&amp;source=copy-link&amp;creator=37531081&amp;ctx=documentation\">Consulta de Países</a>.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","document-types"],"host":["https://apim.vismalatam.com/document"],"query":[{"key":"idEntityType","value":"<integer>"},{"key":"idCountry","value":"<integer>"}],"variable":[]}},"response":[{"id":"bda6b20a-cfee-4b39-b649-6c17257c5ef7","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/document/api/document-types?idEntityType=<integer>&idCountry=<integer>","host":["https://apim.vismalatam.com/document"],"path":["api","document-types"],"query":[{"key":"idEntityType","value":"<integer>"},{"key":"idCountry","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"idCountry\": \"<integer>\",\n    \"validationPattern\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"idCountry\": \"<integer>\",\n    \"validationPattern\": \"<string>\"\n  }\n]"}],"_postman_id":"50aa2c40-a373-409b-8403-f98a7d0e1691"},{"name":"Consulta de Parentesco","id":"e8fa190c-0820-4308-a356-97a8f6925d3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/person/api/relationship-types","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","relationship-types"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[]}},"response":[{"id":"53561244-f37f-4bbc-9c2a-c646144ae69b","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://apim.vismalatam.com/person/api/relationship-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\"\n  }\n]"}],"_postman_id":"e8fa190c-0820-4308-a356-97a8f6925d3b"},{"name":"Consulta de Tipos de Notas","id":"e2768d52-5c26-47f7-bef3-2071e374facc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/person/api/note-types","description":"<h4 id=\"consulta-de-tipos-de-notas-disponibles\">Consulta de tipos de notas disponibles.</h4>\n<p>Usa este endpoint para obtener todos los tipos de notas configurados en el sistema.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"id\": 1,\n    \"description\": \"Confidential Note\",\n    \"confidential\": true\n  },\n  {\n    \"id\": 2,\n    \"description\": \"Example Note\",\n    \"confidential\": false\n  }\n]\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","note-types"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[]}},"response":[{"id":"0db9fc88-2253-4164-9044-330313110287","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://apim.vismalatam.com/person/api/note-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": 1506,\n    \"description\": \"string\",\n    \"confidential\": true\n  },\n  {\n    \"id\": 6068,\n    \"description\": \"string\",\n    \"confidential\": false\n  }\n]"}],"_postman_id":"e2768d52-5c26-47f7-bef3-2071e374facc"}],"id":"b9656ef1-56b2-45a0-afdc-097d6d47b9a3","_postman_id":"b9656ef1-56b2-45a0-afdc-097d6d47b9a3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Phases","item":[{"name":"Consulta de Causas de Baja","id":"05e69d83-8084-4820-9af0-195fddd24048","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/organization/api/termination-reasons","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","termination-reasons"],"host":["https://apim.vismalatam.com/organization"],"query":[],"variable":[]}},"response":[{"id":"28dc4e8e-e360-465e-b1e5-479a7cd08f87","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://apim.vismalatam.com/organization/api/termination-reasons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"certificate\": \"<string>\",\n    \"endofRelationship\": \"<boolean>\",\n    \"externalCode\": \"<string>\",\n    \"structure\": {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\"\n    }\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"certificate\": \"<string>\",\n    \"endofRelationship\": \"<boolean>\",\n    \"externalCode\": \"<string>\",\n    \"structure\": {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\"\n    }\n  }\n]"}],"_postman_id":"05e69d83-8084-4820-9af0-195fddd24048"},{"name":"Consulta de Sub Causas de Baja","id":"0f27b57b-869f-48bf-9150-8a8fde7fc811","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/organization/api/subtermination-reasons","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","subtermination-reasons"],"host":["https://apim.vismalatam.com/organization"],"query":[],"variable":[]}},"response":[{"id":"03744344-87a9-49c9-b0c5-bf996e388a44","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://apim.vismalatam.com/organization/api/subtermination-reasons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\"\n  }\n]"}],"_postman_id":"0f27b57b-869f-48bf-9150-8a8fde7fc811"}],"id":"8b29202e-10d7-4dad-b4bd-53b6dfc31dac","_postman_id":"8b29202e-10d7-4dad-b4bd-53b6dfc31dac","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Education","item":[{"name":"Consulta de Títulos Educativos","id":"023adf10-b2d3-4957-95a1-580b4d539be5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/person/api/degrees?Description=<string>&EducationLevelId=<integer>&Duration=<integer>&Percentage=<integer>&PageNumber=<integer>&PageSize=<integer>&OrderBy=<string>&OrderBy=<string>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","degrees"],"host":["https://apim.vismalatam.com/person"],"query":[{"key":"Description","value":"<string>"},{"key":"EducationLevelId","value":"<integer>"},{"key":"Duration","value":"<integer>"},{"key":"Percentage","value":"<integer>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"},{"key":"OrderBy","value":"<string>"},{"key":"OrderBy","value":"<string>"}],"variable":[]}},"response":[{"id":"7676f1ca-b834-40e7-a12a-5b432029831c","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/person/api/degrees?Description=<string>&EducationLevelId=<integer>&Duration=<integer>&Percentage=<integer>&PageNumber=<integer>&PageSize=<integer>&OrderBy=<string>","host":["https://apim.vismalatam.com/person"],"path":["api","degrees"],"query":[{"key":"Description","value":"<string>"},{"key":"EducationLevelId","value":"<integer>"},{"key":"Duration","value":"<integer>"},{"key":"Percentage","value":"<integer>"},{"key":"PageNumber","value":"<integer>"},{"key":"PageSize","value":"<integer>"},{"key":"OrderBy","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"quantity\": \"<integer>\",\n  \"pageNumber\": \"<integer>\",\n  \"pageSize\": \"<integer>\",\n  \"paginatedList\": [\n    {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"educationLevel\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"duration\": \"<integer>\",\n      \"percentage\": \"<integer>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"educationLevel\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"duration\": \"<integer>\",\n      \"percentage\": \"<integer>\"\n    }\n  ]\n}"}],"_postman_id":"023adf10-b2d3-4957-95a1-580b4d539be5"},{"name":"Alta de Títulos Educativos","id":"c6c4073b-504f-4653-bc44-f6adae1d6923","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"idEducationLevel\": \"<integer>\",\n  \"duration\": \"<integer>\",\n  \"percentage\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/degrees","description":"<p>Observaciones:</p>\n<ul>\n<li>idEducationLevel: Debe ser el valor de id devuelto en la respuesta del servicio de Consulta de Niveles de Educación.</li>\n</ul>\n<p>Ejemplo:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": 0,\n  \"description\": \"Analista programador\",\n  \"idEducationLevel\": 6,    // TERCIARIO\n  \"duration\": 3,\n  \"percentage\": 100\n}\n\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","degrees"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[]}},"response":[{"id":"0168f2e7-4240-46f3-b651-3e15a4781c75","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"idEducationLevel\": \"<integer>\",\n  \"duration\": \"<integer>\",\n  \"percentage\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/degrees"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c6c4073b-504f-4653-bc44-f6adae1d6923"},{"name":"Consulta de Niveles de Educación","id":"99683e70-c617-408d-9fed-cb3cc46e8f30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/person/api/education-levels","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","education-levels"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[]}},"response":[{"id":"7d4511cc-ae52-467c-90ef-1d836dd290d0","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://apim.vismalatam.com/person/api/education-levels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\"\n  }\n]"}],"_postman_id":"99683e70-c617-408d-9fed-cb3cc46e8f30"},{"name":"Alta de Instituciones Educativas","id":"58f0bab4-db8b-4e7a-bad8-f737af34cf5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"<string>","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"abbreviated\": \"<string>\",\n  \"externalCode\": \"<string>\",\n  \"idCountry\": \"<integer>\",\n  \"idRegime\": \"<integer>\",\n  \"idInstitutionType\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/globalconfiguration/api/1/institutions","description":"<p>Observaciones:</p>\n<ul>\n<li><p>idEducationLevel: Debe ser el valor de id devuelto en la respuesta del servicio de Consulta de Niveles de Educación.</p>\n</li>\n<li><p>externalCode: Puede ser cero, NULL u omitirse.</p>\n</li>\n<li><p>idRegime: Debe ser cero, NULL u omitirse.</p>\n</li>\n<li><p>idInstitutionType: Debe ser cero, NULL u omitirse.</p>\n</li>\n</ul>\n<p>Ejemplo:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": 0,\n  \"description\": \"Universidad Argentina de la Empresa\",\n  \"abbreviated\": \"UADE\",\n  \"externalCode\": null,\n  \"idCountry\": 3,            // ARGENTINA\n  \"idRegime\": 0,\n  \"idInstitutionType\": 0    \n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","1","institutions"],"host":["https://apim.vismalatam.com/globalconfiguration"],"query":[],"variable":[]}},"response":[{"id":"bc6dbbf7-0d52-4864-84f5-b08d66c8f7bd","name":"Success","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"abbreviated\": \"<string>\",\n  \"externalCode\": \"<string>\",\n  \"idCountry\": \"<integer>\",\n  \"idRegime\": \"<integer>\",\n  \"idInstitutionType\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/globalconfiguration/api/1/institutions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<integer>"}],"_postman_id":"58f0bab4-db8b-4e7a-bad8-f737af34cf5e"},{"name":"Consulta de Instituciones Educativas","id":"002c5007-2b60-4005-a2ab-c0f0df72a253","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/globalconfiguration/api/1/institutions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","1","institutions"],"host":["https://apim.vismalatam.com/globalconfiguration"],"query":[],"variable":[]}},"response":[{"id":"a0f21fdb-f994-4700-a081-3acac69295e2","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://apim.vismalatam.com/globalconfiguration/api/1/institutions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"abbreviated\": \"<string>\",\n    \"externalCode\": \"<string>\",\n    \"idCountry\": \"<integer>\",\n    \"idRegime\": \"<integer>\",\n    \"idInstitutionType\": \"<integer>\",\n    \"educational\": \"<boolean>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"abbreviated\": \"<string>\",\n    \"externalCode\": \"<string>\",\n    \"idCountry\": \"<integer>\",\n    \"idRegime\": \"<integer>\",\n    \"idInstitutionType\": \"<integer>\",\n    \"educational\": \"<boolean>\"\n  }\n]"}],"_postman_id":"002c5007-2b60-4005-a2ab-c0f0df72a253"},{"name":"Consulta de Carreras Educatívas","id":"222fd9fb-4004-4e0a-98f4-09a840d36598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/globalconfiguration/api/1/careers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","1","careers"],"host":["https://apim.vismalatam.com/globalconfiguration"],"query":[],"variable":[]}},"response":[{"id":"f090eeec-73a5-40ad-959d-cca896260f9f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://apim.vismalatam.com/globalconfiguration/api/1/careers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"institutions\": [\n      {\n        \"id\": \"<integer>\",\n        \"externalCode\": \"<string>\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"externalCode\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    ]\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"institutions\": [\n      {\n        \"id\": \"<integer>\",\n        \"externalCode\": \"<string>\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"externalCode\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    ]\n  }\n]"}],"_postman_id":"222fd9fb-4004-4e0a-98f4-09a840d36598"}],"id":"46500899-58b1-42ac-9e6c-e9e61d63106b","_postman_id":"46500899-58b1-42ac-9e6c-e9e61d63106b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"2b03dd32-12d3-4536-b728-6c7ebef608aa","_postman_id":"2b03dd32-12d3-4536-b728-6c7ebef608aa","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"0aa9ba09-fce7-4210-90f2-2471a4c06fb7","_postman_id":"0aa9ba09-fce7-4210-90f2-2471a4c06fb7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Payroll","item":[{"name":"Employee","item":[{"name":"Bank Account","item":[{"name":"Consulta de Cuentas Bancarias del Colaborador","id":"14a35b32-95ec-425c-b4b9-57b7baebb834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/organization/api/bank-accounts?idEntityType=1&idEntity=1","description":"<p><strong>id</strong>: Id cuenta bancaria.<br /><strong>active</strong>: Estado.<br /><strong>bank.id</strong>: Id banco.<br /><strong>bank.description</strong>: Descripcion del banco.<br /><strong>accountNumber</strong>: Nro. de cuenta.<br /><strong>branchDescription</strong>: Descripción sucursal.<br /><strong>branchCode</strong>: Código sucursal.<br /><strong>cbu</strong>: Nro. de CBU.<br /><strong>paymentMethod.id</strong>: Id Forma de pago.<br /><strong>paymentMethod.description</strong>: Descripcion forma de pago.<br /><strong>paymentMethod.initials</strong>: Iniciales forma de pago.<br /><strong>paymentType</strong>.id: Id tipo de pago.<br /><strong>paymentType</strong>.description: Descripción tipo de pago.<br /><strong>percentage</strong>: Porcentaje.<br /><strong>companyBankAccount:</strong> Cuenta de origen.</p>\n<h4 id=\"respuesta\">Respuesta</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"id\": 0,\n    \"active\": true,\n    \"bank\": {\n      \"id\": 0,\n      \"description\": \"string\"\n    },\n    \"accountNumber\": \"string\",\n    \"branchDescription\": \"string\",\n    \"branchCode\": \"string\",\n    \"cbu\": \"string\",\n    \"paymentMethod\": {\n      \"id\": 0,\n      \"description\": \"string\",\n      \"initials\": \"string\"\n    },\n    \"paymentType\": {\n      \"id\": 0,\n      \"description\": \"string\"\n    },\n    \"percentage\": 0,\n    \"companyBankAccount\": \"string\"\n  }\n]\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","bank-accounts"],"host":["https://apim.vismalatam.com/organization"],"query":[{"description":{"content":"<p>1 - Employees</p>\n","type":"text/plain"},"key":"idEntityType","value":"1"},{"description":{"content":"<p>EmployeeId</p>\n","type":"text/plain"},"key":"idEntity","value":"1"}],"variable":[]}},"response":[{"id":"f9507edd-b6da-4034-8ac7-e9845def40e7","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"string","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/organization/api/bank-accounts?idEntityType=1&idEntity=1","host":["https://apim.vismalatam.com/organization"],"path":["api","bank-accounts"],"query":[{"key":"idEntityType","value":"1"},{"key":"idEntity","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": 9902,\n    \"active\": false,\n    \"bank\": {\n      \"id\": 5263,\n      \"description\": \"string\"\n    },\n    \"accountNumber\": \"s\",\n    \"branchDescription\": \"stri\",\n    \"branchCode\": \"string\",\n    \"cbu\": \"string\",\n    \"paymentMethod\": {\n      \"id\": 4067,\n      \"description\": \"string\",\n      \"initials\": \"string\"\n    },\n    \"paymentType\": {\n      \"id\": 7139,\n      \"description\": \"string\"\n    },\n    \"percentage\": 2038,\n    \"companyBankAccount\": {\n      \"value\": \"<Circular reference to #/components/schemas/VL.Organization.DTO.BankAccount.Response.BankAccountResponse detected>\"\n    }\n  },\n  {\n    \"id\": 3876,\n    \"active\": true,\n    \"bank\": {\n      \"id\": 8855,\n      \"description\": \"string\"\n    },\n    \"accountNumber\": \"string\",\n    \"branchDescription\": \"string\",\n    \"branchCode\": \"string\",\n    \"cbu\": \"string\",\n    \"paymentMethod\": {\n      \"id\": 8549,\n      \"description\": \"string\",\n      \"initials\": \"string\"\n    },\n    \"paymentType\": {\n      \"id\": 2844,\n      \"description\": \"str\"\n    },\n    \"percentage\": 3635,\n    \"companyBankAccount\": {\n      \"value\": \"<Circular reference to #/components/schemas/VL.Organization.DTO.BankAccount.Response.BankAccountResponse detected>\"\n    }\n  }\n]"}],"_postman_id":"14a35b32-95ec-425c-b4b9-57b7baebb834"},{"name":"Creación de Cuentas Bancarias del Colaborador","id":"b33eb797-b149-40fa-9ca4-899a8c49d677","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"idEntity\": \"<integer>\",\n  \"idEntityType\": \"<integer>\",\n  \"active\": \"<boolean>\",\n  \"idBank\": \"<integer>\",\n  \"accountNumber\": \"<string>\",\n  \"branchDescription\": \"<string>\",\n  \"branchCode\": \"<string>\",\n  \"cbu\": \"<string>\",\n  \"idPaymentMethod\": \"<integer>\",\n  \"idPaymentType\": \"<integer>\",\n  \"percentage\": \"<integer>\",\n  \"idCompanyBankAccount\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/organization/api/bank-accounts","description":"<p><strong>active</strong>: Estado.<br /><strong>bank.id</strong>: Id banco.<br /><strong>bank.description</strong>: Descripcion del banco.<br /><strong>accountNumber</strong>: Nro. de cuenta.<br /><strong>branchDescription</strong>: Descripción sucursal.<br /><strong>branchCode</strong>: Código sucursal.<br /><strong>cbu</strong>: Nro. de CBU.<br /><strong>paymentMethod.id</strong>: Id Forma de pago.<br /><strong>paymentMethod.description</strong>: Descripcion forma de pago.<br /><strong>paymentMethod.initials</strong>: Iniciales forma de pago.<br /><strong>paymentType</strong>.id: Id tipo de pago.<br /><strong>paymentType</strong>.description: Descripción tipo de pago.<br /><strong>percentage</strong>: Porcentaje.<br /><strong>companyBankAccount:</strong> Cuenta de origen.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","bank-accounts"],"host":["https://apim.vismalatam.com/organization"],"query":[],"variable":[]}},"response":[{"id":"ad82a14b-55d3-4f9c-924b-69235f3edee3","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"id\": 4102,\n  \"idEntity\": 1553,\n  \"idEntityType\": 6957,\n  \"active\": false,\n  \"idBank\": 8583,\n  \"accountNumber\": \"string\",\n  \"branchDescription\": \"string\",\n  \"branchCode\": \"string\",\n  \"cbu\": \"string\",\n  \"idPaymentMethod\": 3161,\n  \"idPaymentType\": 4641,\n  \"percentage\": 6613,\n  \"idCompanyBankAccount\": 8069\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/organization/api/bank-accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"7845"}],"_postman_id":"b33eb797-b149-40fa-9ca4-899a8c49d677"},{"name":"Modificación de Cuentas Bancarias del Colaborador","id":"3c4fdfcb-2611-42d9-ad7a-b3db611a00c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"idEntity\": \"<integer>\",\n  \"idEntityType\": \"<integer>\",\n  \"active\": \"<boolean>\",\n  \"idBank\": \"<integer>\",\n  \"accountNumber\": \"<string>\",\n  \"branchDescription\": \"<string>\",\n  \"branchCode\": \"<string>\",\n  \"cbu\": \"<string>\",\n  \"idPaymentMethod\": \"<integer>\",\n  \"idPaymentType\": \"<integer>\",\n  \"percentage\": \"<integer>\",\n  \"idCompanyBankAccount\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/organization/api/bank-accounts","description":"<p><strong>id</strong>: Id cuenta bancaria.<br /><strong>active</strong>: Estado.<br /><strong>bank.id</strong>: Id banco.<br /><strong>bank.description</strong>: Descripcion del banco.<br /><strong>accountNumber</strong>: Nro. de cuenta.<br /><strong>branchDescription</strong>: Descripción sucursal.<br /><strong>branchCode</strong>: Código sucursal.<br /><strong>cbu</strong>: Nro. de CBU.<br /><strong>paymentMethod.id</strong>: Id Forma de pago.<br /><strong>paymentMethod.description</strong>: Descripcion forma de pago.<br /><strong>paymentMethod.initials</strong>: Iniciales forma de pago.<br /><strong>paymentType</strong>.id: Id tipo de pago.<br /><strong>paymentType</strong>.description: Descripción tipo de pago.<br /><strong>percentage</strong>: Porcentaje.<br /><strong>companyBankAccount:</strong> Cuenta de origen.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","bank-accounts"],"host":["https://apim.vismalatam.com/organization"],"query":[],"variable":[]}},"response":[{"id":"6842675b-bb08-4513-9110-897edacdc480","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"id\": 4102,\n  \"idEntity\": 1553,\n  \"idEntityType\": 6957,\n  \"active\": false,\n  \"idBank\": 8583,\n  \"accountNumber\": \"string\",\n  \"branchDescription\": \"string\",\n  \"branchCode\": \"string\",\n  \"cbu\": \"string\",\n  \"idPaymentMethod\": 3161,\n  \"idPaymentType\": 4641,\n  \"percentage\": 6613,\n  \"idCompanyBankAccount\": 8069\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/organization/api/bank-accounts"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3c4fdfcb-2611-42d9-ad7a-b3db611a00c4"}],"id":"27b981ef-b938-4ccf-96d5-75d7b595fb44","description":"<p>Permite <strong>gestionar las cuentas bancarias del colaborador.</strong> Este dato es utilizado para las operaciones de nómina como por ejemplo, acreditación de sueldos, préstamos, retenciones, entre otras.</p>\n<p><strong>NOTAS</strong><br />– Se permite agregar cuentas bancarias con diferentes tipos de pago, pero si son del tipo Sueldo el porcentaje total entre las cuentas activas, no debe ser inferior al 100%.<br />– Para Argentina se mostrará en el formulario el campo CBU (Clave Bancaria Uniforme). Esta está compuesta por 22 números.<br />– Para Perú se mostrará en el formulario el campo Nro. de CCI (Código de Cuenta Interbancaria). Este está compuesto por 20 números.</p>\n","_postman_id":"27b981ef-b938-4ccf-96d5-75d7b595fb44","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"38003eed-d994-488d-b1ce-adb6c6b00e32","_postman_id":"38003eed-d994-488d-b1ce-adb6c6b00e32","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Basic configuration","item":[{"name":"Concepts","item":[{"name":"Consulta de Conceptos","id":"0b7d9e4c-77ab-4cd7-852f-239a8d51b1e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/PayrollOperationSettings/api/payroll-concepts?PageNumber=integer&PageSize=integer&OrderBy=string&filterBy=string&HasManualParameters=boolean&AllowsSingleNovelties=boolean&HasTaxableInputs=boolean&GetOnlyAllowedForNovelties=boolean&IsDraft=boolean&Id=integer&ConceptIdToExclude=integer&ConceptIdToInclude=integer","description":"<h1 id=\"consulta-de-conceptos-de-nómina\">Consulta de Conceptos de Nómina</h1>\n<h2 id=\"descripción-general\">Descripción general</h2>\n<p>Este endpoint recupera conceptos de nómina con amplias capacidades de filtrado y paginación. Permite consultar y filtrar conceptos de nómina en base a diversos criterios, como parámetros manuales, novedades, entradas gravables y estado de borrador.</p>\n<h2 id=\"parámetros-de-consulta\">Parámetros de consulta</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parámetro</th>\n<th>Tipo</th>\n<th>Descripción</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>PageNumber</code></td>\n<td>integer</td>\n<td>Número de página para la paginación. Se utiliza para navegar entre múltiples páginas de resultados.</td>\n</tr>\n<tr>\n<td><code>PageSize</code></td>\n<td>integer</td>\n<td>Cantidad de elementos a devolver por página. Controla el tamaño de cada respuesta paginada.</td>\n</tr>\n<tr>\n<td><code>OrderBy</code></td>\n<td>array[string]</td>\n<td>Nombre del campo por el cual ordenar los resultados. Determina el orden de clasificación de los conceptos devueltos.</td>\n</tr>\n<tr>\n<td><code>filterBy</code></td>\n<td>string</td>\n<td>Criterio de filtrado para los resultados. Permite el filtrado personalizado de conceptos de nómina.</td>\n</tr>\n<tr>\n<td><code>HasManualParameters</code></td>\n<td>boolean</td>\n<td>Filtro para conceptos que tienen parámetros manuales. Establecer en <code>true</code> para recuperar únicamente conceptos con parámetros manuales.</td>\n</tr>\n<tr>\n<td><code>AllowsSingleNovelties</code></td>\n<td>boolean</td>\n<td>Filtro para conceptos que permiten novedades individuales. Establecer en <code>true</code> para obtener conceptos que admiten entradas de novedades individuales.</td>\n</tr>\n<tr>\n<td><code>HasTaxableInputs</code></td>\n<td>boolean</td>\n<td>Filtro para conceptos con entradas gravables. Establecer en <code>true</code> para recuperar conceptos que incluyen componentes gravables.</td>\n</tr>\n<tr>\n<td><code>GetOnlyAllowedForNovelties</code></td>\n<td>boolean</td>\n<td>Obtener únicamente los conceptos permitidos para novedades. Establecer en <code>true</code> para filtrar conceptos específicamente habilitados para el procesamiento de novedades.</td>\n</tr>\n<tr>\n<td><code>IsDraft</code></td>\n<td>boolean</td>\n<td>Filtro para conceptos en borrador. Establecer en <code>true</code> para recuperar conceptos que aún se encuentran en estado de borrador.</td>\n</tr>\n<tr>\n<td><code>Id</code></td>\n<td>integer</td>\n<td>ID específico del concepto a recuperar. Utilizar para obtener un concepto de nómina particular por su identificador.</td>\n</tr>\n<tr>\n<td><code>ConceptIdToExclude</code></td>\n<td>array[integer]</td>\n<td>ID del concepto a excluir de los resultados. Elimina el concepto especificado del conjunto de datos devuelto.</td>\n</tr>\n<tr>\n<td><code>ConceptIdToInclude</code></td>\n<td>array[integer]</td>\n<td>ID del concepto a incluir en los resultados. Garantiza que el concepto especificado esté incluido en la respuesta.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"encabezados\">Encabezados</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Encabezado</th>\n<th>Requerido</th>\n<th>Descripción</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>X-Tenant-Id</code></td>\n<td>Sí</td>\n<td>Identificador del tenant utilizado para delimitar la solicitud a un tenant específico.</td>\n</tr>\n<tr>\n<td><code>Accept</code></td>\n<td>No</td>\n<td>Especifica el formato de la respuesta. Por defecto es <code>text/plain</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"autenticación\">Autenticación</h2>\n<p>Este endpoint utiliza autenticación mediante Bearer Token, heredada desde el nivel de la colección.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization: Bearer 0\n\n</code></pre><h2 id=\"respuesta\">Respuesta</h2>\n<p>Devuelve una lista paginada de conceptos de nómina que coinciden con los filtros especificados.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Estado</th>\n<th>Descripción</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200 OK</code></td>\n<td>Lista de conceptos de nómina recuperada exitosamente.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Consulte el ejemplo <strong>Success</strong> guardado para ver un ejemplo de carga útil de respuesta.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","payroll-concepts"],"host":["https://apim.vismalatam.com/PayrollOperationSettings"],"query":[{"key":"PageNumber","value":"integer"},{"key":"PageSize","value":"integer"},{"description":{"content":"<p>array[string]</p>\n","type":"text/plain"},"key":"OrderBy","value":"string"},{"key":"filterBy","value":"string"},{"key":"HasManualParameters","value":"boolean"},{"key":"AllowsSingleNovelties","value":"boolean"},{"key":"HasTaxableInputs","value":"boolean"},{"key":"GetOnlyAllowedForNovelties","value":"boolean"},{"key":"IsDraft","value":"boolean"},{"key":"Id","value":"integer"},{"description":{"content":"<p>array[integer]</p>\n","type":"text/plain"},"key":"ConceptIdToExclude","value":"integer"},{"description":{"content":"<p>array[integer]</p>\n","type":"text/plain"},"key":"ConceptIdToInclude","value":"integer"}],"variable":[]}},"response":[{"id":"28064241-1876-44d9-9d65-6b09a6954f0e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"string","description":"Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"{{baseUrl}}/api/payroll-concepts?PageNumber=6440&PageSize=6440&OrderBy=string&filterBy=string&HasManualParameters=true&AllowsSingleNovelties=true&HasTaxableInputs=true&GetOnlyAllowedForNovelties=true&IsDraft=true&Id=6440&ConceptIdToExclude=5912&ConceptIdToInclude=5912","host":["{{baseUrl}}"],"path":["api","payroll-concepts"],"query":[{"key":"PageNumber","value":"6440"},{"key":"PageSize","value":"6440"},{"key":"OrderBy","value":"string"},{"key":"filterBy","value":"string"},{"key":"HasManualParameters","value":"true"},{"key":"AllowsSingleNovelties","value":"true"},{"key":"HasTaxableInputs","value":"true"},{"key":"GetOnlyAllowedForNovelties","value":"true"},{"key":"IsDraft","value":"true"},{"key":"Id","value":"6440"},{"key":"ConceptIdToExclude","value":"5912"},{"key":"ConceptIdToInclude","value":"5912"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"quantity\": 8186,\n  \"pageNumber\": 3858,\n  \"pageSize\": 4165,\n  \"paginatedList\": [\n    {\n      \"id\": 2976,\n      \"code\": \"string\",\n      \"description\": \"string\",\n      \"scope\": \"string\",\n      \"type\": {\n        \"id\": 6849,\n        \"description\": \"string\"\n      },\n      \"dateFrom\": \"2007-11-09T15:51:48.519Z\",\n      \"dateTo\": \"2020-06-11T16:51:26.564Z\",\n      \"isVisible\": true,\n      \"order\": 4939,\n      \"isDraft\": false\n    },\n    {\n      \"id\": 1745,\n      \"code\": \"string\",\n      \"description\": \"string\",\n      \"scope\": \"string\",\n      \"type\": {\n        \"id\": 8163,\n        \"description\": \"string\"\n      },\n      \"dateFrom\": \"1949-10-17T19:12:39.265Z\",\n      \"dateTo\": \"1989-02-25T08:39:15.423Z\",\n      \"isVisible\": true,\n      \"order\": 6688,\n      \"isDraft\": true\n    }\n  ]\n}"}],"_postman_id":"0b7d9e4c-77ab-4cd7-852f-239a8d51b1e6"},{"name":"Consulta de parámetros del concepto","id":"46f50865-f20b-4b5b-83a7-44a27900df54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/Payroll/api/payroll-concepts/:id/parameters?Auto=boolean&Single=boolean&UnitId=integer&Structure=boolean&Global=boolean","description":"<h1 id=\"consulta-de-parámetros-del-concepto-de-nómina\">Consulta de Parámetros del Concepto de Nómina</h1>\n<h2 id=\"descripción-general\">Descripción general</h2>\n<p>Este endpoint permite obtener los parámetros asociados a un concepto de nómina específico, identificado por su <code>id</code>. Admite múltiples filtros opcionales mediante query parameters para acotar los resultados según el tipo de parámetro requerido.</p>\n<hr />\n<h2 id=\"autenticación\">Autenticación</h2>\n<p>Utiliza <strong>Bearer Token</strong>, heredado de la colección. Asegúrese de que el token esté configurado correctamente en el entorno activo.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization: Bearer {{token}}\n\n</code></pre><hr />\n<h2 id=\"variables-de-ruta\">Variables de ruta</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Tipo</th>\n<th>Descripción</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>integer</td>\n<td>ID del concepto de nómina a consultar</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<p>Todos los parámetros de consulta son opcionales y permiten filtrar los resultados devueltos.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parámetro</th>\n<th>Tipo</th>\n<th>Descripción</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Auto</code></td>\n<td>boolean</td>\n<td>Filtra parámetros generados automáticamente</td>\n</tr>\n<tr>\n<td><code>Single</code></td>\n<td>boolean</td>\n<td>Filtra parámetros de uso único</td>\n</tr>\n<tr>\n<td><code>UnitId</code></td>\n<td>integer</td>\n<td>Filtra por ID de unidad (por ejemplo: <code>2301</code>)</td>\n</tr>\n<tr>\n<td><code>Structure</code></td>\n<td>boolean</td>\n<td>Filtra parámetros de alcance por tipo estructura</td>\n</tr>\n<tr>\n<td><code>Global</code></td>\n<td>boolean</td>\n<td>Filtra parámetros de alcance global</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Valor</th>\n<th>Descripción</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>X-Tenant-Id</code></td>\n<td>string</td>\n<td>Identificador del tenant</td>\n</tr>\n<tr>\n<td><code>Accept</code></td>\n<td><code>text/plain</code></td>\n<td>Formato de respuesta esperado</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"respuesta\">Respuesta</h2>\n<p>En caso de éxito, el endpoint retorna un <code>200 OK</code> con la lista de parámetros asociados al concepto de nómina indicado, en formato de texto plano (<code>text/plain</code>).</p>\n<p>Consulte el ejemplo guardado <strong>OK</strong> para ver la estructura completa de la respuesta.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","payroll-concepts",":id","parameters"],"host":["https://apim.vismalatam.com/Payroll"],"query":[{"key":"Auto","value":"boolean"},{"key":"Single","value":"boolean"},{"key":"UnitId","value":"integer"},{"key":"Structure","value":"boolean"},{"key":"Global","value":"boolean"}],"variable":[{"id":"a3a91157-f17a-4698-8424-00fc568340d7","type":"any","value":"integer","key":"id"}]}},"response":[{"id":"5140c688-229b-4bd8-bce9-1b9577d58252","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/Payroll/api/payroll-concepts/:id/parameters?Auto=false&Single=false&UnitId=2301&Structure=false&Global=false","host":["https://apim.vismalatam.com/Payroll"],"path":["api","payroll-concepts",":id","parameters"],"query":[{"key":"Auto","value":"false"},{"key":"Single","value":"false"},{"key":"UnitId","value":"2301"},{"key":"Structure","value":"false"},{"key":"Global","value":"false"}],"variable":[{"key":"id","value":"2301"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": 699,\n    \"description\": \"string\",\n    \"global\": false,\n    \"single\": true,\n    \"structure\": true,\n    \"minimumValue\": 462.12675684983884,\n    \"maximumValue\": 6197.120651681765\n  },\n  {\n    \"id\": 6293,\n    \"description\": \"string\",\n    \"global\": false,\n    \"single\": false,\n    \"structure\": false,\n    \"minimumValue\": 18.279655774466885,\n    \"maximumValue\": 3526.0682280470255\n  }\n]"}],"_postman_id":"46f50865-f20b-4b5b-83a7-44a27900df54"}],"id":"49ac30d5-c193-430f-b7a0-4561e87ada66","_postman_id":"49ac30d5-c193-430f-b7a0-4561e87ada66","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Consulta de Formas de Pago (Datos Bancarios)","id":"bca7a6d0-b8ba-4207-93f6-33ec9b03c755","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/organization/api/payment-methods","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","payment-methods"],"host":["https://apim.vismalatam.com/organization"],"query":[],"variable":[]}},"response":[{"id":"370256d3-e0b0-49af-a963-ca0d338d324a","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://apim.vismalatam.com/organization/api/payment-methods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"initials\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"initials\": \"<string>\"\n  }\n]"}],"_postman_id":"bca7a6d0-b8ba-4207-93f6-33ec9b03c755"},{"name":"Consulta de Tipos de Pago (Datos Bancarios)","id":"c1e7aa5c-1027-4a90-9a5a-f120c5f8a5a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/organization/api/payment-types","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","payment-types"],"host":["https://apim.vismalatam.com/organization"],"query":[],"variable":[]}},"response":[{"id":"baf12a5b-5cc6-45bf-ad02-222822581a65","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://apim.vismalatam.com/organization/api/payment-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\"\n  }\n]"}],"_postman_id":"c1e7aa5c-1027-4a90-9a5a-f120c5f8a5a3"},{"name":"Consulta de Bancos (Datos Bancarios)","id":"d7612b2c-15a7-44b4-a71c-12bb4cdd024a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/organization/api/structures/:IdStructureType/Structures","description":"<p>Observaciones:</p>\n<p>idStructureType: En la URL debe ser =41 (Banco).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","structures",":IdStructureType","Structures"],"host":["https://apim.vismalatam.com/organization"],"query":[],"variable":[{"id":"d0307bb1-61ca-43b8-a3e4-2040638ae838","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"41","key":"IdStructureType"}]}},"response":[{"id":"d75b90a2-c3e6-4a13-9f5c-42c4f80ac542","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/organization/api/structures/:IdStructureType/Structures","host":["https://apim.vismalatam.com/organization"],"path":["api","structures",":IdStructureType","Structures"],"variable":[{"key":"IdStructureType","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"idStructureType\": \"<integer>\",\n    \"externalCode\": \"<string>\",\n    \"active\": \"<boolean>\",\n    \"idManager\": \"<integer>\",\n    \"structureType\": {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"system\": \"<boolean>\",\n      \"idStructureClass\": \"<integer>\",\n      \"order\": \"<integer>\",\n      \"loadPGM\": \"<string>\",\n      \"active\": \"<boolean>\",\n      \"hasManager\": \"<boolean>\"\n    }\n  },\n  {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"idStructureType\": \"<integer>\",\n    \"externalCode\": \"<string>\",\n    \"active\": \"<boolean>\",\n    \"idManager\": \"<integer>\",\n    \"structureType\": {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"system\": \"<boolean>\",\n      \"idStructureClass\": \"<integer>\",\n      \"order\": \"<integer>\",\n      \"loadPGM\": \"<string>\",\n      \"active\": \"<boolean>\",\n      \"hasManager\": \"<boolean>\"\n    }\n  }\n]"}],"_postman_id":"d7612b2c-15a7-44b4-a71c-12bb4cdd024a"}],"id":"c862b755-91f2-4dc6-adb7-16e313040170","_postman_id":"c862b755-91f2-4dc6-adb7-16e313040170","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"6a0661b5-8aa4-423b-8fe6-9ebfcd4eeef8","_postman_id":"6a0661b5-8aa4-423b-8fe6-9ebfcd4eeef8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Business","item":[{"name":"addresses","item":[{"name":"rh-{id}","item":[{"name":"Get an Address by Internal Id","id":"0ce58270-f591-419a-8b11-7753ab68d495","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/addresses/rh-1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["addresses","rh-1"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"f8298843-8232-459a-a6e4-5d6e6c27ebe7","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/addresses/rh-1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"employeeId\": \"<integer>\",\n  \"isMain\": \"<boolean>\",\n  \"type\": \"<string>\",\n  \"tower\": \"<string>\",\n  \"floor\": \"<string>\",\n  \"officeDepartment\": \"<string>\",\n  \"square\": \"<string>\",\n  \"body\": \"<string>\",\n  \"batch\": \"<string>\",\n  \"plot\": \"<string>\",\n  \"block\": \"<string>\",\n  \"circunscription\": \"<string>\",\n  \"section\": \"<string>\",\n  \"house\": \"<string>\",\n  \"houseNumber\": \"<string>\",\n  \"betweenStreets\": \"<string>\",\n  \"zipCode\": \"<string>\",\n  \"neighborhood\": \"<string>\",\n  \"street\": \"<string>\",\n  \"email\": \"<string>\",\n  \"cpa\": \"<string>\",\n  \"longitude\": \"<string>\",\n  \"latitude\": \"<string>\",\n  \"country\": \"<string>\",\n  \"city\": \"<string>\",\n  \"locality\": \"<string>\",\n  \"zone\": \"<string>\",\n  \"kilometer\": \"<string>\",\n  \"state\": \"<string>\",\n  \"id\": \"<integer>\"\n}"},{"id":"ff5cb9b3-bb25-491b-8822-78ef551f54ab","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/addresses/rh-1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"87b09329-88a9-4849-a725-70f7f866f260","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/addresses/rh-1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"540071a3-dbfc-4920-afcc-4dac3f3e4286","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/addresses/rh-1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"4a1fbaee-5a61-49a2-b804-607a7116174c","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/addresses/rh-1"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"fbdb9533-4dda-4bcc-acd9-86af02a256e3","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/addresses/rh-1"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"0ce58270-f591-419a-8b11-7753ab68d495"}],"id":"d7d6bda4-a8be-416c-b154-974829a6e97b","_postman_id":"d7d6bda4-a8be-416c-b154-974829a6e97b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"types","item":[{"name":"Get several Address Types","id":"0c9f2263-8c5b-4ff1-9f8e-f98bc5eec322","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/addresses/types?orderBy=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["addresses","types"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"6e80c8ff-812f-48f0-a6ef-564b14ac8fd5","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/addresses/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["addresses","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"isDefault\": \"<boolean>\",\n  \"description\": \"<string>\",\n  \"codes\": \"<string>\",\n  \"id\": \"<integer>\"\n}"},{"id":"04d0adad-b1ef-408f-9292-efb2c9557a18","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/addresses/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["addresses","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"17edd44f-1b99-4ba8-b491-c29942b360d9","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/addresses/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["addresses","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"b2c6903f-dffc-40cb-ad1a-21c05929258b","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/addresses/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["addresses","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"5b9aeaa4-d0da-4d4f-ac8a-c3dcdee55296","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/addresses/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["addresses","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"a72ba647-4797-4400-8f90-1ddfa2bb7ac8","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/addresses/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["addresses","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"0c9f2263-8c5b-4ff1-9f8e-f98bc5eec322"}],"id":"b0737a61-0075-4a9a-9369-6a9b7db2ed73","_postman_id":"b0737a61-0075-4a9a-9369-6a9b7db2ed73","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Get several Addresses","id":"f3accb65-f526-4fd2-b825-beb44b6a49e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/addresses?orderBy=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["addresses"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"eee99aae-8e17-431e-8e6a-018674c09bf6","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/addresses?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["addresses"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"employeeId\": \"<integer>\",\n      \"isMain\": \"<boolean>\",\n      \"type\": \"<string>\",\n      \"tower\": \"<string>\",\n      \"floor\": \"<string>\",\n      \"officeDepartment\": \"<string>\",\n      \"square\": \"<string>\",\n      \"body\": \"<string>\",\n      \"batch\": \"<string>\",\n      \"plot\": \"<string>\",\n      \"block\": \"<string>\",\n      \"circunscription\": \"<string>\",\n      \"section\": \"<string>\",\n      \"house\": \"<string>\",\n      \"houseNumber\": \"<string>\",\n      \"betweenStreets\": \"<string>\",\n      \"zipCode\": \"<string>\",\n      \"neighborhood\": \"<string>\",\n      \"street\": \"<string>\",\n      \"email\": \"<string>\",\n      \"cpa\": \"<string>\",\n      \"longitude\": \"<string>\",\n      \"latitude\": \"<string>\",\n      \"country\": \"<string>\",\n      \"city\": \"<string>\",\n      \"locality\": \"<string>\",\n      \"zone\": \"<string>\",\n      \"kilometer\": \"<string>\",\n      \"state\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"employeeId\": \"<integer>\",\n      \"isMain\": \"<boolean>\",\n      \"type\": \"<string>\",\n      \"tower\": \"<string>\",\n      \"floor\": \"<string>\",\n      \"officeDepartment\": \"<string>\",\n      \"square\": \"<string>\",\n      \"body\": \"<string>\",\n      \"batch\": \"<string>\",\n      \"plot\": \"<string>\",\n      \"block\": \"<string>\",\n      \"circunscription\": \"<string>\",\n      \"section\": \"<string>\",\n      \"house\": \"<string>\",\n      \"houseNumber\": \"<string>\",\n      \"betweenStreets\": \"<string>\",\n      \"zipCode\": \"<string>\",\n      \"neighborhood\": \"<string>\",\n      \"street\": \"<string>\",\n      \"email\": \"<string>\",\n      \"cpa\": \"<string>\",\n      \"longitude\": \"<string>\",\n      \"latitude\": \"<string>\",\n      \"country\": \"<string>\",\n      \"city\": \"<string>\",\n      \"locality\": \"<string>\",\n      \"zone\": \"<string>\",\n      \"kilometer\": \"<string>\",\n      \"state\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"8eefbe75-4403-4d9b-9100-868547705240","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/addresses?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["addresses"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"7e87b5ce-68e5-4c09-b041-d2b536f11be8","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/addresses?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["addresses"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"934d35d8-7e71-4864-9e3d-e792bb1273c6","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/addresses?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["addresses"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"abba3644-1b6f-4a7a-8bb4-df72f736cfa5","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/addresses?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["addresses"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"94cf7b21-8032-4d4b-86a9-99b605be8fcc","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/addresses?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["addresses"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"f3accb65-f526-4fd2-b825-beb44b6a49e4"}],"id":"2bc9aede-7406-455a-9ba2-83500e948267","_postman_id":"2bc9aede-7406-455a-9ba2-83500e948267","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"birth-places","item":[{"name":"Get several birth places","id":"4dbf2b29-9b6f-4748-814c-956bcadb4370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/birth-places?orderBy=<string>&countryId=<integer>&search=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["birth-places"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Country internal id</p>\n","type":"text/plain"},"key":"countryId","value":"<integer>"},{"description":{"content":"<p>Search criteria</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"f0f9ad1b-4049-414a-b7f1-2e6ba15e266e","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/birth-places?orderBy=<string>&countryId=<integer>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["birth-places"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"countryId","value":"<integer>","description":"Country internal id"},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"description\": \"<string>\",\n      \"externalCode\": \"<string>\",\n      \"countryId\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"description\": \"<string>\",\n      \"externalCode\": \"<string>\",\n      \"countryId\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"61a1da1f-34ce-4178-9cd5-27695acada04","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/birth-places?orderBy=<string>&countryId=<integer>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["birth-places"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"countryId","value":"<integer>","description":"Country internal id"},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"9db38462-eea9-4b7a-b890-6ffb68059577","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/birth-places?orderBy=<string>&countryId=<integer>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["birth-places"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"countryId","value":"<integer>","description":"Country internal id"},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"e1cc4527-07e9-4d37-a1ad-c545325e6327","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/birth-places?orderBy=<string>&countryId=<integer>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["birth-places"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"countryId","value":"<integer>","description":"Country internal id"},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"bcd5b9f2-8dee-4317-a73c-b4e877a80966","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/birth-places?orderBy=<string>&countryId=<integer>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["birth-places"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"countryId","value":"<integer>","description":"Country internal id"},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"766e12f3-f625-4a2a-a485-da10c679a7f4","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/birth-places?orderBy=<string>&countryId=<integer>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["birth-places"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"countryId","value":"<integer>","description":"Country internal id"},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"4dbf2b29-9b6f-4748-814c-956bcadb4370"}],"id":"3dfdf0de-88ee-4161-9e8d-f18aa389a47e","_postman_id":"3dfdf0de-88ee-4161-9e8d-f18aa389a47e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"countries","item":[{"name":"Get several Countries","id":"a5c31385-bbbe-450e-9550-643b0bfe1477","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/countries?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["countries"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Search criteria</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"98307ba5-065a-4347-b930-1f47392ee1d5","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/countries?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["countries"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"description\": \"<string>\",\n      \"isDefault\": \"<boolean>\",\n      \"codeBank\": \"<string>\",\n      \"codeISO\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"description\": \"<string>\",\n      \"isDefault\": \"<boolean>\",\n      \"codeBank\": \"<string>\",\n      \"codeISO\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"d26f76e7-51de-4649-a18e-35fc66686a79","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/countries?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["countries"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"ebdc592f-11e4-48d1-8a0a-94677b9d9a38","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/countries?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["countries"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"2ddc9e62-f3e7-486b-9967-2c4dcc85b3d9","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/countries?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["countries"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"98b1522c-7d08-4e32-9d44-2ef3b9ef6689","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/countries?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["countries"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"d31cdd6e-c527-4595-be53-f66fa854a222","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/countries?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["countries"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"a5c31385-bbbe-450e-9550-643b0bfe1477"}],"id":"8c99765e-a146-42a0-835d-036fc12fe8f0","_postman_id":"8c99765e-a146-42a0-835d-036fc12fe8f0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"employees","item":[{"name":"{fileNumber}","item":[{"name":"addresses","item":[{"name":"Get an Employee’s Addresses by File Number","id":"f8f4d349-c509-4784-ab3d-79a680b8ba86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/addresses?typeId=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees",":fileNumber","addresses"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Address Type Id</p>\n","type":"text/plain"},"key":"typeId","value":"<integer>"}],"variable":[{"description":{"content":"<p>(Required) Employee File Number</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"fileNumber"}]}},"response":[{"id":"5c70f408-1a1a-4c78-a198-b05edd2fe1d1","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/addresses?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","addresses"],"query":[{"key":"typeId","value":"<integer>","description":"Address Type Id"}],"variable":[{"key":"fileNumber"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"employeeId\": \"<integer>\",\n      \"isMain\": \"<boolean>\",\n      \"type\": \"<string>\",\n      \"tower\": \"<string>\",\n      \"floor\": \"<string>\",\n      \"officeDepartment\": \"<string>\",\n      \"square\": \"<string>\",\n      \"body\": \"<string>\",\n      \"batch\": \"<string>\",\n      \"plot\": \"<string>\",\n      \"block\": \"<string>\",\n      \"circunscription\": \"<string>\",\n      \"section\": \"<string>\",\n      \"house\": \"<string>\",\n      \"houseNumber\": \"<string>\",\n      \"betweenStreets\": \"<string>\",\n      \"zipCode\": \"<string>\",\n      \"neighborhood\": \"<string>\",\n      \"street\": \"<string>\",\n      \"email\": \"<string>\",\n      \"cpa\": \"<string>\",\n      \"longitude\": \"<string>\",\n      \"latitude\": \"<string>\",\n      \"country\": \"<string>\",\n      \"city\": \"<string>\",\n      \"locality\": \"<string>\",\n      \"zone\": \"<string>\",\n      \"kilometer\": \"<string>\",\n      \"state\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"employeeId\": \"<integer>\",\n      \"isMain\": \"<boolean>\",\n      \"type\": \"<string>\",\n      \"tower\": \"<string>\",\n      \"floor\": \"<string>\",\n      \"officeDepartment\": \"<string>\",\n      \"square\": \"<string>\",\n      \"body\": \"<string>\",\n      \"batch\": \"<string>\",\n      \"plot\": \"<string>\",\n      \"block\": \"<string>\",\n      \"circunscription\": \"<string>\",\n      \"section\": \"<string>\",\n      \"house\": \"<string>\",\n      \"houseNumber\": \"<string>\",\n      \"betweenStreets\": \"<string>\",\n      \"zipCode\": \"<string>\",\n      \"neighborhood\": \"<string>\",\n      \"street\": \"<string>\",\n      \"email\": \"<string>\",\n      \"cpa\": \"<string>\",\n      \"longitude\": \"<string>\",\n      \"latitude\": \"<string>\",\n      \"country\": \"<string>\",\n      \"city\": \"<string>\",\n      \"locality\": \"<string>\",\n      \"zone\": \"<string>\",\n      \"kilometer\": \"<string>\",\n      \"state\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"2c8e420e-d77c-4eb2-b0c5-19e1b98935f2","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/addresses?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","addresses"],"query":[{"key":"typeId","value":"<integer>","description":"Address Type Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"aab1038c-e52e-4464-8b07-3a683c0a8406","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/addresses?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","addresses"],"query":[{"key":"typeId","value":"<integer>","description":"Address Type Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"2e49669f-8085-44f3-a201-73ba55f5d9bb","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/addresses?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","addresses"],"query":[{"key":"typeId","value":"<integer>","description":"Address Type Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"f8711262-b9d1-4795-8126-681d6613b66e","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/addresses?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","addresses"],"query":[{"key":"typeId","value":"<integer>","description":"Address Type Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"343b5c63-be70-4f24-abf7-0866b229b6cb","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/addresses?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","addresses"],"query":[{"key":"typeId","value":"<integer>","description":"Address Type Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"f8f4d349-c509-4784-ab3d-79a680b8ba86"}],"id":"9bcb5c71-b333-4d53-bb82-cc93834bb38b","_postman_id":"9bcb5c71-b333-4d53-bb82-cc93834bb38b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"phones","item":[{"name":"Get an Employee’s Phones by File Number","id":"d9d8e751-4155-426f-b13e-b00a530356cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/phones?typeId=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees",":fileNumber","phones"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Phone Type Id</p>\n","type":"text/plain"},"key":"typeId","value":"<integer>"}],"variable":[{"description":{"content":"<p>(Required) Employee File Number</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"fileNumber"}]}},"response":[{"id":"c473b7dd-c700-436e-864c-c919e2ee558d","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/phones?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","phones"],"query":[{"key":"typeId","value":"<integer>","description":"Phone Type Id"}],"variable":[{"key":"fileNumber"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"areaCode\": \"<string>\",\n      \"number\": \"<string>\",\n      \"type\": \"<string>\",\n      \"isDefault\": \"<boolean>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"areaCode\": \"<string>\",\n      \"number\": \"<string>\",\n      \"type\": \"<string>\",\n      \"isDefault\": \"<boolean>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"b525eb0c-0b03-4ceb-8886-4b24f58833d0","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/phones?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","phones"],"query":[{"key":"typeId","value":"<integer>","description":"Phone Type Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"4445ad6a-b76c-40c3-b18f-ecf427079c81","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/phones?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","phones"],"query":[{"key":"typeId","value":"<integer>","description":"Phone Type Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"bba94734-a50b-4ce7-a103-f3eb88cb5640","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/phones?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","phones"],"query":[{"key":"typeId","value":"<integer>","description":"Phone Type Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"65a7bba6-69cb-437a-98c1-aa2c2aa0a24c","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/phones?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","phones"],"query":[{"key":"typeId","value":"<integer>","description":"Phone Type Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"6143b9e1-e20e-4a36-b338-6a37af61eb44","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/phones?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","phones"],"query":[{"key":"typeId","value":"<integer>","description":"Phone Type Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"d9d8e751-4155-426f-b13e-b00a530356cb"}],"id":"2f93a43c-baa1-4200-9e9c-4398ff5c98bd","_postman_id":"2f93a43c-baa1-4200-9e9c-4398ff5c98bd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"image","item":[{"name":"Gets an Employee Image by File Number","id":"885627cd-cd6d-4602-9999-b52b22444dcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"image/jpg"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/image","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees",":fileNumber","image"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[{"description":{"content":"<p>(Required) Employee File Number</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"fileNumber"}]}},"response":[{"id":"55e0facd-14bf-4a3c-b184-e0a0bc5266f5","name":"Image","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/image","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","image"],"variable":[{"key":"fileNumber"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9c93907b-6765-4c9f-8346-241395c34aaf","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"image/jpg"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/image","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","image"],"variable":[{"key":"fileNumber"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"image/jpg"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"cf562809-60a5-45fc-b110-983e6beea496","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/image","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","image"],"variable":[{"key":"fileNumber"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"f456fe95-d581-4e01-b51c-5d45f52ad514","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/image","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","image"],"variable":[{"key":"fileNumber"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"0190bef8-0496-4f11-a477-b58db55b1a60","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/image","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","image"],"variable":[{"key":"fileNumber"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"8ea76e37-9b78-447b-9dce-91e1e36d27e2","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"image/jpg"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/image","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","image"],"variable":[{"key":"fileNumber"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"image/jpg"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"885627cd-cd6d-4602-9999-b52b22444dcf"}],"id":"0542909b-7a1b-4c7b-a607-20bfb63e79f9","_postman_id":"0542909b-7a1b-4c7b-a607-20bfb63e79f9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"phases","item":[{"name":"Get an Employee’s Phases by File Number","id":"c551ee4b-ccb7-4370-a5e6-3f42b54172c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&type=<string>&startDate=<dateTime>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees",":fileNumber","phases"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"},{"description":{"content":"<p>Indicates whether to include all Employee's Phases or only the active ones</p>\n","type":"text/plain"},"key":"active","value":"<boolean>"},{"description":{"content":"<p>Phase Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Minimum date to consider as Start Date when fetching Employee's Phases (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"startDate","value":"<dateTime>"}],"variable":[{"description":{"content":"<p>(Required) Employee File Number</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"fileNumber"}]}},"response":[{"id":"43afcbd7-3168-4404-83ea-976c171988dd","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&type=<string>&startDate=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","phases"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"active","value":"<boolean>","description":"Indicates whether to include all Employee's Phases or only the active ones"},{"key":"type","value":"<string>","description":"Phase Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')"},{"key":"startDate","value":"<dateTime>","description":"Minimum date to consider as Start Date when fetching Employee's Phases (yyyy-MM-dd)"}],"variable":[{"key":"fileNumber"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"decouplingCause\": \"<string>\",\n      \"compensation\": \"<boolean>\",\n      \"holidays\": \"<boolean>\",\n      \"real\": \"<boolean>\",\n      \"salary\": \"<boolean>\",\n      \"recognizedStartDate\": \"<boolean>\",\n      \"status\": \"<boolean>\",\n      \"advanceNotice\": {\n        \"date\": \"<dateTime>\",\n        \"discount\": \"<boolean>\",\n        \"notice\": \"<boolean>\",\n        \"id\": \"<integer>\"\n      },\n      \"id\": \"<integer>\"\n    },\n    {\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"decouplingCause\": \"<string>\",\n      \"compensation\": \"<boolean>\",\n      \"holidays\": \"<boolean>\",\n      \"real\": \"<boolean>\",\n      \"salary\": \"<boolean>\",\n      \"recognizedStartDate\": \"<boolean>\",\n      \"status\": \"<boolean>\",\n      \"advanceNotice\": {\n        \"date\": \"<dateTime>\",\n        \"discount\": \"<boolean>\",\n        \"notice\": \"<boolean>\",\n        \"id\": \"<integer>\"\n      },\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"fb559a3b-76ae-4608-b679-3ec329b8fcdf","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&type=<string>&startDate=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","phases"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"active","value":"<boolean>","description":"Indicates whether to include all Employee's Phases or only the active ones"},{"key":"type","value":"<string>","description":"Phase Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')"},{"key":"startDate","value":"<dateTime>","description":"Minimum date to consider as Start Date when fetching Employee's Phases (yyyy-MM-dd)"}],"variable":[{"key":"fileNumber"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"3c0a0c97-6f6b-4f22-97d5-3e293222dbe7","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&type=<string>&startDate=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","phases"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"active","value":"<boolean>","description":"Indicates whether to include all Employee's Phases or only the active ones"},{"key":"type","value":"<string>","description":"Phase Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')"},{"key":"startDate","value":"<dateTime>","description":"Minimum date to consider as Start Date when fetching Employee's Phases (yyyy-MM-dd)"}],"variable":[{"key":"fileNumber"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"d9e485cc-e29e-49c7-a1d5-db03e44b5647","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&type=<string>&startDate=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","phases"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"active","value":"<boolean>","description":"Indicates whether to include all Employee's Phases or only the active ones"},{"key":"type","value":"<string>","description":"Phase Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')"},{"key":"startDate","value":"<dateTime>","description":"Minimum date to consider as Start Date when fetching Employee's Phases (yyyy-MM-dd)"}],"variable":[{"key":"fileNumber"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"be59aa14-eebd-427e-b9b0-0285af4a2f5d","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&type=<string>&startDate=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","phases"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"active","value":"<boolean>","description":"Indicates whether to include all Employee's Phases or only the active ones"},{"key":"type","value":"<string>","description":"Phase Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')"},{"key":"startDate","value":"<dateTime>","description":"Minimum date to consider as Start Date when fetching Employee's Phases (yyyy-MM-dd)"}],"variable":[{"key":"fileNumber"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"d6651583-dd5c-49c8-9eed-358474022d2f","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&type=<string>&startDate=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","phases"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"active","value":"<boolean>","description":"Indicates whether to include all Employee's Phases or only the active ones"},{"key":"type","value":"<string>","description":"Phase Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')"},{"key":"startDate","value":"<dateTime>","description":"Minimum date to consider as Start Date when fetching Employee's Phases (yyyy-MM-dd)"}],"variable":[{"key":"fileNumber"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"c551ee4b-ccb7-4370-a5e6-3f42b54172c1"}],"id":"0a12a265-0d6f-452f-b297-93925addbbc4","_postman_id":"0a12a265-0d6f-452f-b297-93925addbbc4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"documents","item":[{"name":"Get an Employee’s Documents by File Number","id":"d27c60f2-b251-41ef-a5b2-8d907ddc7c2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees",":fileNumber","documents"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[{"description":{"content":"<p>(Required) Employee File Number</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"fileNumber"}]}},"response":[{"id":"73ac5147-7640-4824-9e64-1981b5d3a0da","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/documents","protocol":"https","host":["apim","vismalatam","com"],"path":["vlwebapi","employees",":fileNumber","documents"],"variable":[{"key":"fileNumber"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"number\": \"<string>\",\n      \"mainDocument\": \"<boolean>\",\n      \"type\": {\n        \"initials\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"country\": {\n        \"description\": \"<string>\",\n        \"isDefault\": \"<boolean>\",\n        \"codeBank\": \"<string>\",\n        \"codeISO\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"emissionDate\": \"<dateTime>\",\n      \"dueDate\": \"<dateTime>\",\n      \"legalPersonality\": \"<string>\",\n      \"certifiedInstitution\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"number\": \"<string>\",\n      \"type\": {\n        \"initials\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"country\": {\n        \"description\": \"<string>\",\n        \"isDefault\": \"<boolean>\",\n        \"codeBank\": \"<string>\",\n        \"codeISO\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"emissionDate\": \"<dateTime>\",\n      \"dueDate\": \"<dateTime>\",\n      \"legalPersonality\": \"<string>\",\n      \"certifiedInstitution\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"a88cbdf4-d062-4dff-87cc-b7cdc1867494","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/documents","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","documents"],"variable":[{"key":"fileNumber"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"dd868231-2599-4ccd-8f0f-b588e5d00060","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/documents","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","documents"],"variable":[{"key":"fileNumber"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"335abfda-a9ef-4393-acbc-56cdf192a12f","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/documents","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","documents"],"variable":[{"key":"fileNumber"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"217cd132-7816-4536-bd29-4a78a133cfd5","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/documents","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","documents"],"variable":[{"key":"fileNumber"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"48b0dfe1-cf41-472f-be07-653d10028c54","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/documents","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","documents"],"variable":[{"key":"fileNumber"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"d27c60f2-b251-41ef-a5b2-8d907ddc7c2c"}],"id":"9ad443cd-05cb-4858-9f77-8900fdbb8855","_postman_id":"9ad443cd-05cb-4858-9f77-8900fdbb8855","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"studies","item":[{"name":"Get an Studies by File Number","id":"50961ae2-2373-4e13-b524-f2ca3b76a9b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/studies","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees",":fileNumber","studies"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[{"description":{"content":"<p>(Required) Employee File Number</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"fileNumber"}]}},"response":[{"id":"c242a47b-625f-4185-bde1-3793daca07e1","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/studies","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","studies"],"variable":[{"key":"fileNumber"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"studyLevel\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"degree\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"institute\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"career\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"completed\": \"<boolean>\",\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"studyLevel\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"degree\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"institute\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"career\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"completed\": \"<boolean>\",\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"a0dcb50f-eb04-4b86-b025-a3ac4ccdbe8e","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/studies","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","studies"],"variable":[{"key":"fileNumber"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"26415518-b0f4-4bc0-b1cc-c1220afe4f3c","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/studies","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","studies"],"variable":[{"key":"fileNumber"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"43a1f314-11ae-40d3-a5c3-1b201d928e79","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/studies","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","studies"],"variable":[{"key":"fileNumber"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"3aa126a1-1feb-4c1c-a7db-ff0691c6d697","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/studies","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","studies"],"variable":[{"key":"fileNumber"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"84d1df82-590a-47fc-b80a-e6ba30670e54","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/studies","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","studies"],"variable":[{"key":"fileNumber"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"50961ae2-2373-4e13-b524-f2ca3b76a9b3"}],"id":"1011dd66-6269-4adb-87cf-2b3e8f3e3659","_postman_id":"1011dd66-6269-4adb-87cf-2b3e8f3e3659","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"structures","item":[{"name":"Get an Employee's Structures by File Number","id":"8e1367ab-26d1-44de-ab23-6adf104767f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&modelId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees",":fileNumber","structures"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"},{"description":{"content":"<p>Structure Type Id</p>\n","type":"text/plain"},"key":"typeId","value":"<integer>"},{"description":{"content":"<p>Organization Model Id</p>\n","type":"text/plain"},"key":"modelId","value":"<integer>"},{"description":{"content":"<p>Validity Date From (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateFrom","value":"<dateTime>"},{"description":{"content":"<p>Validity Date To (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateTo","value":"<dateTime>"}],"variable":[{"description":{"content":"<p>(Required) Employee File Number</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"fileNumber"}]}},"response":[{"id":"9969b740-bb6b-4564-ac1b-f96cef3a749e","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&modelId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","structures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"typeId","value":"<integer>","description":"Structure Type Id"},{"key":"modelId","value":"<integer>","description":"Organization Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Validity Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Validity Date To (yyyy-MM-dd)"}],"variable":[{"key":"fileNumber"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"structureId\": \"<integer>\",\n      \"dateFrom\": \"<dateTime>\",\n      \"dateTo\": \"<dateTime>\",\n      \"description\": \"<string>\",\n      \"externalId\": \"<string>\",\n      \"type\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"reason\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\",\n        \"reason\": \"<string>\"\n      },\n      \"model\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"id\": \"<integer>\"\n    },\n    {\n      \"structureId\": \"<integer>\",\n      \"dateFrom\": \"<dateTime>\",\n      \"dateTo\": \"<dateTime>\",\n      \"description\": \"<string>\",\n      \"externalId\": \"<string>\",\n      \"type\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"reason\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\",\n        \"reason\": \"<string>\"\n      },\n      \"model\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"2fad85a3-5662-4c5e-8b94-010f9abb4a9f","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&modelId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","structures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"typeId","value":"<integer>","description":"Structure Type Id"},{"key":"modelId","value":"<integer>","description":"Organization Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Validity Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Validity Date To (yyyy-MM-dd)"}],"variable":[{"key":"fileNumber"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"76ffed8b-bf1b-41ea-9fae-6bf1fa7b6c36","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&modelId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","structures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"typeId","value":"<integer>","description":"Structure Type Id"},{"key":"modelId","value":"<integer>","description":"Organization Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Validity Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Validity Date To (yyyy-MM-dd)"}],"variable":[{"key":"fileNumber"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"6a99cabb-af4a-4034-a87e-fac0355e9b61","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&modelId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","structures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"typeId","value":"<integer>","description":"Structure Type Id"},{"key":"modelId","value":"<integer>","description":"Organization Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Validity Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Validity Date To (yyyy-MM-dd)"}],"variable":[{"key":"fileNumber"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"5f701f12-3e4d-426e-97e9-7aa5ec403626","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&modelId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","structures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"typeId","value":"<integer>","description":"Structure Type Id"},{"key":"modelId","value":"<integer>","description":"Organization Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Validity Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Validity Date To (yyyy-MM-dd)"}],"variable":[{"key":"fileNumber"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"be358d34-9d99-4281-9af8-8fe9825afde0","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&modelId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","structures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"typeId","value":"<integer>","description":"Structure Type Id"},{"key":"modelId","value":"<integer>","description":"Organization Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Validity Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Validity Date To (yyyy-MM-dd)"}],"variable":[{"key":"fileNumber"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"8e1367ab-26d1-44de-ab23-6adf104767f7"}],"id":"672688af-a21e-4e3b-8af0-8f16aaec161a","_postman_id":"672688af-a21e-4e3b-8af0-8f16aaec161a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"family-members","item":[{"name":"Get Employee's Family Members by File Number","id":"c037911c-ef9e-4a57-8a08-99efe996b644","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/family-members?relationshipId=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees",":fileNumber","family-members"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Family Relationship Id</p>\n","type":"text/plain"},"key":"relationshipId","value":"<integer>"}],"variable":[{"description":{"content":"<p>(Required) Employee File Number</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"fileNumber"}]}},"response":[{"id":"9eedc20d-7c3c-45fa-9e38-2dde3554e1db","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/family-members?relationshipId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","family-members"],"query":[{"key":"relationshipId","value":"<integer>","description":"Family Relationship Id"}],"variable":[{"key":"fileNumber"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"personId\": \"<integer>\",\n      \"firstName\": \"<string>\",\n      \"middleName\": \"<string>\",\n      \"familyName\": \"<string>\",\n      \"lastName\": \"<string>\",\n      \"genre\": \"<string>\",\n      \"dateOfBirth\": \"<dateTime>\",\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"irpf\": \"<string>\",\n      \"kinship\": \"<string>\",\n      \"nationalIdentificationNumbers\": [\n        {\n          \"number\": \"<string>\",\n          \"type\": {\n            \"initials\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<integer>\"\n          },\n          \"country\": {\n            \"description\": \"<string>\",\n            \"isDefault\": \"<boolean>\",\n            \"codeBank\": \"<string>\",\n            \"codeISO\": \"<string>\",\n            \"id\": \"<integer>\"\n          },\n          \"emissionDate\": \"<dateTime>\",\n          \"dueDate\": \"<dateTime>\",\n          \"legalPersonality\": \"<string>\",\n          \"certifiedInstitution\": \"<string>\",\n          \"id\": \"<integer>\"\n        },\n        {\n          \"number\": \"<string>\",\n          \"type\": {\n            \"initials\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<integer>\"\n          },\n          \"country\": {\n            \"description\": \"<string>\",\n            \"isDefault\": \"<boolean>\",\n            \"codeBank\": \"<string>\",\n            \"codeISO\": \"<string>\",\n            \"id\": \"<integer>\"\n          },\n          \"emissionDate\": \"<dateTime>\",\n          \"dueDate\": \"<dateTime>\",\n          \"legalPersonality\": \"<string>\",\n          \"certifiedInstitution\": \"<string>\",\n          \"id\": \"<integer>\"\n        }\n      ],\n      \"countryOfBirth\": \"<string>\",\n      \"citizenship\": \"<string>\",\n      \"placeOfBirth\": \"<string>\",\n      \"maritalStatus\": {\n        \"date\": \"<dateTime>\",\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"healthInsurance\": {\n        \"name\": \"<string>\",\n        \"plan\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"active\": \"<boolean>\",\n      \"handicap\": \"<boolean>\",\n      \"emergencyAlert\": \"<boolean>\",\n      \"lifeInsuranceBeneficiary\": \"<boolean>\",\n      \"study\": \"<boolean>\",\n      \"work\": \"<boolean>\",\n      \"familyCharge\": \"<boolean>\",\n      \"daycareCenter\": {\n        \"expirationDate\": \"<dateTime>\",\n        \"id\": \"<integer>\"\n      },\n      \"familySalaryPayment\": {\n        \"expirationDate\": \"<dateTime>\",\n        \"certificateDelivered\": \"<boolean>\",\n        \"id\": \"<integer>\"\n      },\n      \"id\": \"<integer>\"\n    },\n    {\n      \"personId\": \"<integer>\",\n      \"firstName\": \"<string>\",\n      \"middleName\": \"<string>\",\n      \"familyName\": \"<string>\",\n      \"lastName\": \"<string>\",\n      \"genre\": \"<string>\",\n      \"dateOfBirth\": \"<dateTime>\",\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"irpf\": \"<string>\",\n      \"kinship\": \"<string>\",\n      \"nationalIdentificationNumbers\": [\n        {\n          \"number\": \"<string>\",\n          \"type\": {\n            \"initials\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<integer>\"\n          },\n          \"country\": {\n            \"description\": \"<string>\",\n            \"isDefault\": \"<boolean>\",\n            \"codeBank\": \"<string>\",\n            \"codeISO\": \"<string>\",\n            \"id\": \"<integer>\"\n          },\n          \"emissionDate\": \"<dateTime>\",\n          \"dueDate\": \"<dateTime>\",\n          \"legalPersonality\": \"<string>\",\n          \"certifiedInstitution\": \"<string>\",\n          \"id\": \"<integer>\"\n        },\n        {\n          \"number\": \"<string>\",\n          \"type\": {\n            \"initials\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<integer>\"\n          },\n          \"country\": {\n            \"description\": \"<string>\",\n            \"isDefault\": \"<boolean>\",\n            \"codeBank\": \"<string>\",\n            \"codeISO\": \"<string>\",\n            \"id\": \"<integer>\"\n          },\n          \"emissionDate\": \"<dateTime>\",\n          \"dueDate\": \"<dateTime>\",\n          \"legalPersonality\": \"<string>\",\n          \"certifiedInstitution\": \"<string>\",\n          \"id\": \"<integer>\"\n        }\n      ],\n      \"countryOfBirth\": \"<string>\",\n      \"citizenship\": \"<string>\",\n      \"placeOfBirth\": \"<string>\",\n      \"maritalStatus\": {\n        \"date\": \"<dateTime>\",\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"healthInsurance\": {\n        \"name\": \"<string>\",\n        \"plan\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"active\": \"<boolean>\",\n      \"handicap\": \"<boolean>\",\n      \"emergencyAlert\": \"<boolean>\",\n      \"lifeInsuranceBeneficiary\": \"<boolean>\",\n      \"study\": \"<boolean>\",\n      \"work\": \"<boolean>\",\n      \"familyCharge\": \"<boolean>\",\n      \"daycareCenter\": {\n        \"expirationDate\": \"<dateTime>\",\n        \"id\": \"<integer>\"\n      },\n      \"familySalaryPayment\": {\n        \"expirationDate\": \"<dateTime>\",\n        \"certificateDelivered\": \"<boolean>\",\n        \"id\": \"<integer>\"\n      },\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"f27aa714-15c8-4352-bc19-2cbeee94c85c","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/family-members?relationshipId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","family-members"],"query":[{"key":"relationshipId","value":"<integer>","description":"Family Relationship Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"89d8252b-6644-46b1-a380-7eef5c074522","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/family-members?relationshipId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","family-members"],"query":[{"key":"relationshipId","value":"<integer>","description":"Family Relationship Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"97b2e709-a141-47dd-8a79-66d61090a5b2","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/family-members?relationshipId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","family-members"],"query":[{"key":"relationshipId","value":"<integer>","description":"Family Relationship Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"a8a29534-5258-46ee-a0db-260503090b39","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/family-members?relationshipId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","family-members"],"query":[{"key":"relationshipId","value":"<integer>","description":"Family Relationship Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"520e5545-05c0-421b-8495-c443e4a8741a","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/family-members?relationshipId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","family-members"],"query":[{"key":"relationshipId","value":"<integer>","description":"Family Relationship Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"c037911c-ef9e-4a57-8a08-99efe996b644"}],"id":"bc8b6011-b595-4997-b6c7-fe3c2bd83100","_postman_id":"bc8b6011-b595-4997-b6c7-fe3c2bd83100","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"bank-accounts","item":[{"name":"Get an Employee’s Bank Accounts by File Number","id":"0a9671db-25c3-45ef-8d24-bc6dbcdb8e8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/bank-accounts?orderBy=<string>&active=<boolean>&paymentTypeId=<integer>&paymentMethodTypeId=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees",":fileNumber","bank-accounts"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Indicates whether to return only active accounts (true), non-active (false), or all (null)</p>\n","type":"text/plain"},"key":"active","value":"<boolean>"},{"description":{"content":"<p>Account's Payment Type Id</p>\n","type":"text/plain"},"key":"paymentTypeId","value":"<integer>"},{"description":{"content":"<p>Account's Payment method Id</p>\n","type":"text/plain"},"key":"paymentMethodTypeId","value":"<integer>"}],"variable":[{"description":{"content":"<p>(Required) Employee File Number</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"fileNumber"}]}},"response":[{"id":"3006d86e-9afe-40ec-b76d-8f0063f9490f","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/bank-accounts?orderBy=<string>&active=<boolean>&paymentTypeId=<integer>&paymentMethodTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","bank-accounts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"active","value":"<boolean>","description":"Indicates whether to return only active accounts (true), non-active (false), or all (null)"},{"key":"paymentTypeId","value":"<integer>","description":"Account's Payment Type Id"},{"key":"paymentMethodTypeId","value":"<integer>","description":"Account's Payment method Id"}],"variable":[{"key":"fileNumber"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"active\": \"<boolean>\",\n      \"paymentMethod\": \"<string>\",\n      \"bankCode\": \"<string>\",\n      \"accountNumber\": \"<string>\",\n      \"cbuNumber\": \"<string>\",\n      \"paymentType\": \"<string>\",\n      \"debitAccountCompany\": \"<string>\",\n      \"branchCode\": \"<string>\",\n      \"branch\": \"<string>\",\n      \"percentage\": \"<double>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"active\": \"<boolean>\",\n      \"paymentMethod\": \"<string>\",\n      \"bankCode\": \"<string>\",\n      \"accountNumber\": \"<string>\",\n      \"cbuNumber\": \"<string>\",\n      \"paymentType\": \"<string>\",\n      \"debitAccountCompany\": \"<string>\",\n      \"branchCode\": \"<string>\",\n      \"branch\": \"<string>\",\n      \"percentage\": \"<double>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"ef128a12-5f46-477a-bf43-f6382bd6a745","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/bank-accounts?orderBy=<string>&active=<boolean>&paymentTypeId=<integer>&paymentMethodTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","bank-accounts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"active","value":"<boolean>","description":"Indicates whether to return only active accounts (true), non-active (false), or all (null)"},{"key":"paymentTypeId","value":"<integer>","description":"Account's Payment Type Id"},{"key":"paymentMethodTypeId","value":"<integer>","description":"Account's Payment method Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"22d8d6aa-0089-4b50-8b51-5ab29c335f5c","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/bank-accounts?orderBy=<string>&active=<boolean>&paymentTypeId=<integer>&paymentMethodTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","bank-accounts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"active","value":"<boolean>","description":"Indicates whether to return only active accounts (true), non-active (false), or all (null)"},{"key":"paymentTypeId","value":"<integer>","description":"Account's Payment Type Id"},{"key":"paymentMethodTypeId","value":"<integer>","description":"Account's Payment method Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"932a55cc-213b-410e-81cd-a8f56830c613","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/bank-accounts?orderBy=<string>&active=<boolean>&paymentTypeId=<integer>&paymentMethodTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","bank-accounts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"active","value":"<boolean>","description":"Indicates whether to return only active accounts (true), non-active (false), or all (null)"},{"key":"paymentTypeId","value":"<integer>","description":"Account's Payment Type Id"},{"key":"paymentMethodTypeId","value":"<integer>","description":"Account's Payment method Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"127db5e1-a55c-4cc7-85b2-6124a6e4a37d","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/bank-accounts?orderBy=<string>&active=<boolean>&paymentTypeId=<integer>&paymentMethodTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","bank-accounts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"active","value":"<boolean>","description":"Indicates whether to return only active accounts (true), non-active (false), or all (null)"},{"key":"paymentTypeId","value":"<integer>","description":"Account's Payment Type Id"},{"key":"paymentMethodTypeId","value":"<integer>","description":"Account's Payment method Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"3939c970-7d91-49cf-8e1f-71f15d5ab6d6","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/bank-accounts?orderBy=<string>&active=<boolean>&paymentTypeId=<integer>&paymentMethodTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","bank-accounts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"active","value":"<boolean>","description":"Indicates whether to return only active accounts (true), non-active (false), or all (null)"},{"key":"paymentTypeId","value":"<integer>","description":"Account's Payment Type Id"},{"key":"paymentMethodTypeId","value":"<integer>","description":"Account's Payment method Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"0a9671db-25c3-45ef-8d24-bc6dbcdb8e8d"}],"id":"6f327d46-02d8-4412-bcbe-8aa0decf73a7","_postman_id":"6f327d46-02d8-4412-bcbe-8aa0decf73a7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"accounting-distribution","item":[{"name":"Get an Employee’s Accounting Distribution by File Number","id":"4abb35f3-5545-487e-be54-aef7e0d1ae90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/accounting-distribution?model=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees",":fileNumber","accounting-distribution"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Model Id</p>\n","type":"text/plain"},"key":"model","value":"<integer>"},{"description":{"content":"<p>Date From (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateFrom","value":"<dateTime>"},{"description":{"content":"<p>Date To (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateTo","value":"<dateTime>"}],"variable":[{"description":{"content":"<p>(Required) Employee File Number</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"fileNumber"}]}},"response":[{"id":"83b46e7f-419e-4e35-8f12-c67443b21e66","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/accounting-distribution?model=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","accounting-distribution"],"query":[{"key":"model","value":"<integer>","description":"Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"}],"variable":[{"key":"fileNumber"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"modelOfEntry\": \"<string>\",\n      \"structure1\": {\n        \"description\": \"<string>\",\n        \"extendedDescription\": \"<string>\",\n        \"externalId\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"type\": {\n          \"description\": \"<string>\",\n          \"id\": \"<integer>\"\n        },\n        \"id\": \"<integer>\"\n      },\n      \"structure2\": {\n        \"description\": \"<string>\",\n        \"extendedDescription\": \"<string>\",\n        \"externalId\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"type\": {\n          \"description\": \"<string>\",\n          \"id\": \"<integer>\"\n        },\n        \"id\": \"<integer>\"\n      },\n      \"structure3\": {\n        \"description\": \"<string>\",\n        \"extendedDescription\": \"<string>\",\n        \"externalId\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"type\": {\n          \"description\": \"<string>\",\n          \"id\": \"<integer>\"\n        },\n        \"id\": \"<integer>\"\n      },\n      \"percentage\": \"<double>\",\n      \"fixed\": \"<boolean>\",\n      \"validFrom\": \"<string>\",\n      \"validTo\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"modelOfEntry\": \"<string>\",\n      \"structure1\": {\n        \"description\": \"<string>\",\n        \"extendedDescription\": \"<string>\",\n        \"externalId\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"type\": {\n          \"description\": \"<string>\",\n          \"id\": \"<integer>\"\n        },\n        \"id\": \"<integer>\"\n      },\n      \"structure2\": {\n        \"description\": \"<string>\",\n        \"extendedDescription\": \"<string>\",\n        \"externalId\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"type\": {\n          \"description\": \"<string>\",\n          \"id\": \"<integer>\"\n        },\n        \"id\": \"<integer>\"\n      },\n      \"structure3\": {\n        \"description\": \"<string>\",\n        \"extendedDescription\": \"<string>\",\n        \"externalId\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"type\": {\n          \"description\": \"<string>\",\n          \"id\": \"<integer>\"\n        },\n        \"id\": \"<integer>\"\n      },\n      \"percentage\": \"<double>\",\n      \"fixed\": \"<boolean>\",\n      \"validFrom\": \"<string>\",\n      \"validTo\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"004bef17-79f1-40c5-bab3-1ffb0012312a","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/accounting-distribution?model=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","accounting-distribution"],"query":[{"key":"model","value":"<integer>","description":"Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"}],"variable":[{"key":"fileNumber"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"4d682ad2-809f-43c4-b877-ff287ba04a30","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/accounting-distribution?model=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","accounting-distribution"],"query":[{"key":"model","value":"<integer>","description":"Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"}],"variable":[{"key":"fileNumber"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"7cdf8a45-e348-4593-9421-9c6123f10b3f","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/accounting-distribution?model=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","accounting-distribution"],"query":[{"key":"model","value":"<integer>","description":"Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"}],"variable":[{"key":"fileNumber"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"73459b3e-e394-4a0b-819b-49cfafab17c5","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/accounting-distribution?model=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","accounting-distribution"],"query":[{"key":"model","value":"<integer>","description":"Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"}],"variable":[{"key":"fileNumber"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"d939ea77-328d-4342-9a58-31a375f97185","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/accounting-distribution?model=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","accounting-distribution"],"query":[{"key":"model","value":"<integer>","description":"Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"}],"variable":[{"key":"fileNumber"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"4abb35f3-5545-487e-be54-aef7e0d1ae90"}],"id":"1a5f272a-102d-4151-9246-884511b586b4","_postman_id":"1a5f272a-102d-4151-9246-884511b586b4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"previous-jobs","item":[{"name":"Get Employee's Previous Jobs by File Number","id":"19b4eabd-c763-4c06-bd64-888b7ed1c805","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/previous-jobs?orderBy=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees",":fileNumber","previous-jobs"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[{"description":{"content":"<p>(Required) Employee File Number</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"fileNumber"}]}},"response":[{"id":"ab766692-b7a2-46ff-b8bc-49548ce09a13","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/previous-jobs?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","previous-jobs"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}],"variable":[{"key":"fileNumber"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"jobTitle\": \"<string>\",\n      \"jobTasks\": \"<string>\",\n      \"company\": \"<string>\",\n      \"location\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"jobTitle\": \"<string>\",\n      \"jobTasks\": \"<string>\",\n      \"company\": \"<string>\",\n      \"location\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"0eb2d488-9b78-4952-89a6-d172e367075b","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/previous-jobs?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","previous-jobs"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}],"variable":[{"key":"fileNumber"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"9dcd9f14-afdb-4444-a1bd-99fb38fe635c","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/previous-jobs?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","previous-jobs"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}],"variable":[{"key":"fileNumber"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"a2f63507-bc5d-4de6-99f4-23d064641ae7","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/previous-jobs?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","previous-jobs"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}],"variable":[{"key":"fileNumber"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"0487aca2-3637-4f85-a5dc-c06d59372d20","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/previous-jobs?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","previous-jobs"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}],"variable":[{"key":"fileNumber"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"c4a6a8b4-176e-4e73-8fdd-68ea025ab91f","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/previous-jobs?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","previous-jobs"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}],"variable":[{"key":"fileNumber"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"19b4eabd-c763-4c06-bd64-888b7ed1c805"}],"id":"7a13d629-b957-4f45-b59f-ab8c9415d53d","_postman_id":"7a13d629-b957-4f45-b59f-ab8c9415d53d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"chain-of-command","item":[{"name":"Get Employee's full chain of command by External Id","id":"bd9a1b0d-6cd0-486c-aadc-8778679ccdb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/chain-of-command?structureTypeId=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees",":fileNumber","chain-of-command"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Structure Type Id</p>\n","type":"text/plain"},"key":"structureTypeId","value":"<integer>"}],"variable":[{"description":{"content":"<p>(Required) Employee File Number</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"fileNumber"}]}},"response":[{"id":"6ad02f65-9b21-4758-8063-fedff1b98b17","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/chain-of-command?structureTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","chain-of-command"],"query":[{"key":"structureTypeId","value":"<integer>","description":"Structure Type Id"}],"variable":[{"key":"fileNumber"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"order\": \"<integer>\",\n      \"employeeId\": \"<integer>\",\n      \"reportsToId\": \"<integer>\",\n      \"structure\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      }\n    },\n    {\n      \"order\": \"<integer>\",\n      \"employeeId\": \"<integer>\",\n      \"reportsToId\": \"<integer>\",\n      \"structure\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      }\n    }\n  ]\n}"},{"id":"1977d01f-3336-4648-8412-ff57bdae569a","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/chain-of-command?structureTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","chain-of-command"],"query":[{"key":"structureTypeId","value":"<integer>","description":"Structure Type Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"bf0cc305-3068-426f-a03d-f3e0a96ff956","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/chain-of-command?structureTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","chain-of-command"],"query":[{"key":"structureTypeId","value":"<integer>","description":"Structure Type Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"42b8e42e-a259-4f8c-9837-51a4f3090463","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/chain-of-command?structureTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","chain-of-command"],"query":[{"key":"structureTypeId","value":"<integer>","description":"Structure Type Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"1be86ed4-0ea4-4771-b9ad-92287734165f","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/chain-of-command?structureTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","chain-of-command"],"query":[{"key":"structureTypeId","value":"<integer>","description":"Structure Type Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"9398b9d9-ecf7-4bcb-ae58-fe2d5e628c2a","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber/chain-of-command?structureTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber","chain-of-command"],"query":[{"key":"structureTypeId","value":"<integer>","description":"Structure Type Id"}],"variable":[{"key":"fileNumber"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"bd9a1b0d-6cd0-486c-aadc-8778679ccdb4"}],"id":"9c17f375-e1cc-42df-993f-9173ad0b8aaf","_postman_id":"9c17f375-e1cc-42df-993f-9173ad0b8aaf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Get an Employee by File Number","id":"329c3710-de31-4814-b62f-27291e0c9231","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees",":fileNumber"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[{"description":{"content":"<p>(Required) Employee File Number</p>\n","type":"text/plain"},"type":"any","value":"1","key":"fileNumber"}]}},"response":[{"id":"78b4f622-f3b7-449a-8e4b-7c8471b82b8a","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber"],"variable":[{"key":"fileNumber"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"countryOfBirth\": \"<string>\",\n  \"dateOfCountryEntry\": \"<dateTime>\",\n  \"email\": \"<string>\",\n  \"fiscalNumbers\": [\n    {\n      \"number\": \"<string>\",\n      \"type\": {\n        \"initials\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"country\": {\n        \"description\": \"<string>\",\n        \"isDefault\": \"<boolean>\",\n        \"codeBank\": \"<string>\",\n        \"codeISO\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"emissionDate\": \"<dateTime>\",\n      \"dueDate\": \"<dateTime>\",\n      \"legalPersonality\": \"<string>\",\n      \"certifiedInstitution\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"number\": \"<string>\",\n      \"type\": {\n        \"initials\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"country\": {\n        \"description\": \"<string>\",\n        \"isDefault\": \"<boolean>\",\n        \"codeBank\": \"<string>\",\n        \"codeISO\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"emissionDate\": \"<dateTime>\",\n      \"dueDate\": \"<dateTime>\",\n      \"legalPersonality\": \"<string>\",\n      \"certifiedInstitution\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ],\n  \"genre\": \"<string>\",\n  \"maritalStatus\": {\n    \"date\": \"<dateTime>\",\n    \"description\": \"<string>\",\n    \"id\": \"<integer>\"\n  },\n  \"nationalIdentificationNumbers\": [\n    {\n      \"number\": \"<string>\",\n      \"type\": {\n        \"initials\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"country\": {\n        \"description\": \"<string>\",\n        \"isDefault\": \"<boolean>\",\n        \"codeBank\": \"<string>\",\n        \"codeISO\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"emissionDate\": \"<dateTime>\",\n      \"dueDate\": \"<dateTime>\",\n      \"legalPersonality\": \"<string>\",\n      \"certifiedInstitution\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"number\": \"<string>\",\n      \"type\": {\n        \"initials\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"country\": {\n        \"description\": \"<string>\",\n        \"isDefault\": \"<boolean>\",\n        \"codeBank\": \"<string>\",\n        \"codeISO\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"emissionDate\": \"<dateTime>\",\n      \"dueDate\": \"<dateTime>\",\n      \"legalPersonality\": \"<string>\",\n      \"certifiedInstitution\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ],\n  \"nationalities\": [\n    {\n      \"description\": \"<string>\",\n      \"isDefault\": \"<boolean>\",\n      \"externalDescription\": \"<string>\",\n      \"externalCode\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"description\": \"<string>\",\n      \"isDefault\": \"<boolean>\",\n      \"externalDescription\": \"<string>\",\n      \"externalCode\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ],\n  \"nickname\": \"<string>\",\n  \"studyLevel\": {\n    \"description\": \"<string>\",\n    \"id\": \"<integer>\"\n  },\n  \"handicapped\": \"<boolean>\",\n  \"handicapType\": {\n    \"description\": \"<string>\",\n    \"id\": \"<integer>\"\n  },\n  \"placeOfBirth\": \"<string>\",\n  \"phones\": [\n    {\n      \"areaCode\": \"<string>\",\n      \"number\": \"<string>\",\n      \"type\": \"<string>\",\n      \"isDefault\": \"<boolean>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"areaCode\": \"<string>\",\n      \"number\": \"<string>\",\n      \"type\": \"<string>\",\n      \"isDefault\": \"<boolean>\",\n      \"id\": \"<integer>\"\n    }\n  ],\n  \"reportsToExternalId\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"organizationModelId\": \"<integer>\",\n  \"organizationModel\": \"<string>\",\n  \"hiringDate\": \"<dateTime>\",\n  \"dateOfBirth\": \"<dateTime>\",\n  \"externalId\": \"<string>\",\n  \"familyName\": \"<string>\",\n  \"firstName\": \"<string>\",\n  \"imageUrl\": \"<string>\",\n  \"lastName\": \"<string>\",\n  \"middleName\": \"<string>\",\n  \"id\": \"<integer>\"\n}"},{"id":"8624d548-d6d1-46a8-bf0a-6496a92d850c","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber"],"variable":[{"key":"fileNumber"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"e5f1d3bc-3ef3-4c22-9d0d-856f3ad12192","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber"],"variable":[{"key":"fileNumber"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"00bc2b08-69ab-416e-9493-ed79d927c3a6","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber"],"variable":[{"key":"fileNumber"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"7259edbc-2f1b-4d56-a483-0a40f702dc5f","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber"],"variable":[{"key":"fileNumber"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"90e29933-a69b-4762-9d1c-d450be0c70c6","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/:fileNumber","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees",":fileNumber"],"variable":[{"key":"fileNumber"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"329c3710-de31-4814-b62f-27291e0c9231"}],"id":"e9ddd648-c96c-4cb3-bed0-4d3b88ffd89d","_postman_id":"e9ddd648-c96c-4cb3-bed0-4d3b88ffd89d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"rh-{id}","item":[{"name":"addresses","item":[{"name":"Get an Employee’s Addresses by Internal Id","id":"28a08c19-7e2c-4737-98fc-8eb1ca86aeeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/addresses?typeId=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees","rh-1","addresses"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Address Type Id</p>\n","type":"text/plain"},"key":"typeId","value":"<integer>"}],"variable":[]}},"response":[{"id":"461f36fa-8f98-4cf5-86aa-313d0955d314","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/addresses?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","addresses"],"query":[{"key":"typeId","value":"<integer>","description":"Address Type Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"employeeId\": \"<integer>\",\n      \"isMain\": \"<boolean>\",\n      \"type\": \"<string>\",\n      \"tower\": \"<string>\",\n      \"floor\": \"<string>\",\n      \"officeDepartment\": \"<string>\",\n      \"square\": \"<string>\",\n      \"body\": \"<string>\",\n      \"batch\": \"<string>\",\n      \"plot\": \"<string>\",\n      \"block\": \"<string>\",\n      \"circunscription\": \"<string>\",\n      \"section\": \"<string>\",\n      \"house\": \"<string>\",\n      \"houseNumber\": \"<string>\",\n      \"betweenStreets\": \"<string>\",\n      \"zipCode\": \"<string>\",\n      \"neighborhood\": \"<string>\",\n      \"street\": \"<string>\",\n      \"email\": \"<string>\",\n      \"cpa\": \"<string>\",\n      \"longitude\": \"<string>\",\n      \"latitude\": \"<string>\",\n      \"country\": \"<string>\",\n      \"city\": \"<string>\",\n      \"locality\": \"<string>\",\n      \"zone\": \"<string>\",\n      \"kilometer\": \"<string>\",\n      \"state\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"employeeId\": \"<integer>\",\n      \"isMain\": \"<boolean>\",\n      \"type\": \"<string>\",\n      \"tower\": \"<string>\",\n      \"floor\": \"<string>\",\n      \"officeDepartment\": \"<string>\",\n      \"square\": \"<string>\",\n      \"body\": \"<string>\",\n      \"batch\": \"<string>\",\n      \"plot\": \"<string>\",\n      \"block\": \"<string>\",\n      \"circunscription\": \"<string>\",\n      \"section\": \"<string>\",\n      \"house\": \"<string>\",\n      \"houseNumber\": \"<string>\",\n      \"betweenStreets\": \"<string>\",\n      \"zipCode\": \"<string>\",\n      \"neighborhood\": \"<string>\",\n      \"street\": \"<string>\",\n      \"email\": \"<string>\",\n      \"cpa\": \"<string>\",\n      \"longitude\": \"<string>\",\n      \"latitude\": \"<string>\",\n      \"country\": \"<string>\",\n      \"city\": \"<string>\",\n      \"locality\": \"<string>\",\n      \"zone\": \"<string>\",\n      \"kilometer\": \"<string>\",\n      \"state\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"896d731d-9c9d-4c70-8f05-29e2223942b6","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/addresses?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","addresses"],"query":[{"key":"typeId","value":"<integer>","description":"Address Type Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"4ea71e5e-9e7e-49dd-bead-337c196b0c73","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/addresses?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","addresses"],"query":[{"key":"typeId","value":"<integer>","description":"Address Type Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"cebdac3a-d4ce-4c4c-aaa8-17f06f58aa43","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/addresses?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","addresses"],"query":[{"key":"typeId","value":"<integer>","description":"Address Type Id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"9f7708a8-4d11-4724-b76a-b7989c17c572","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/addresses?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","addresses"],"query":[{"key":"typeId","value":"<integer>","description":"Address Type Id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"e6d1d120-da5f-4412-8914-d8e903f67363","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/addresses?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","addresses"],"query":[{"key":"typeId","value":"<integer>","description":"Address Type Id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"28a08c19-7e2c-4737-98fc-8eb1ca86aeeb"}],"id":"5ca92005-393c-419e-8dbc-7b8b289e232d","_postman_id":"5ca92005-393c-419e-8dbc-7b8b289e232d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"phones","item":[{"name":"Get an Employee’s Phones by Internal Id","id":"456d96b6-2c89-436b-976f-4d8513178404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/phones?typeId=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees","rh-1","phones"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Phone Type Id</p>\n","type":"text/plain"},"key":"typeId","value":"<integer>"}],"variable":[]}},"response":[{"id":"e31bf637-be95-431f-a737-511f91a2d6fa","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/phones?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","phones"],"query":[{"key":"typeId","value":"<integer>","description":"Phone Type Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"areaCode\": \"<string>\",\n      \"number\": \"<string>\",\n      \"type\": \"<string>\",\n      \"isDefault\": \"<boolean>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"areaCode\": \"<string>\",\n      \"number\": \"<string>\",\n      \"type\": \"<string>\",\n      \"isDefault\": \"<boolean>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"ba8d4a03-3487-4901-b48f-daabafcb9763","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/phones?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","phones"],"query":[{"key":"typeId","value":"<integer>","description":"Phone Type Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"5f0ddbc9-680d-4f6c-a328-eb5faf9bdab0","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/phones?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","phones"],"query":[{"key":"typeId","value":"<integer>","description":"Phone Type Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"7db59cbc-f22d-47e2-b625-1a64bfc1a8d7","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/phones?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","phones"],"query":[{"key":"typeId","value":"<integer>","description":"Phone Type Id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"6b3d999b-9eed-4635-9596-3c6383db84ec","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/phones?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","phones"],"query":[{"key":"typeId","value":"<integer>","description":"Phone Type Id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"fea2f927-80c5-4d34-ae11-210696622968","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/phones?typeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","phones"],"query":[{"key":"typeId","value":"<integer>","description":"Phone Type Id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"456d96b6-2c89-436b-976f-4d8513178404"}],"id":"5fb6a6e0-6c7a-41ed-94da-0db03c535f90","_postman_id":"5fb6a6e0-6c7a-41ed-94da-0db03c535f90","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"image","item":[{"name":"Gets an Employee Image by Internal Id","id":"23b06d9d-0a08-4d80-8c43-c98dc80612e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"image/jpg"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/image","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees","rh-1","image"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"4f857eeb-02ae-4770-9bd3-4fd664df7d4a","name":"Image","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/image"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4557148e-18ba-4ba0-9d13-5fd2ee0a151e","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"image/jpg"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/image"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"image/jpg"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"c7346c75-4c23-4e52-9f73-a9a5a574fc96","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/image"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"11c8b5ab-a76a-4697-9213-8d024f327534","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/image"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"23172123-bbe7-4474-8604-77c7f2788ebb","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/image"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"0df9bb6b-cadb-4187-a683-40c70a7b38a8","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"image/jpg"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/image"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"image/jpg"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"23b06d9d-0a08-4d80-8c43-c98dc80612e2"}],"id":"04774e4d-9a0a-4ffd-8a15-33165a5bb266","_postman_id":"04774e4d-9a0a-4ffd-8a15-33165a5bb266","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"phases","item":[{"name":"Get an Employee’s Phases by Internal Id","id":"847bc718-1c36-4f83-9890-385b6f16c522","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&type=<string>&startDate=<dateTime>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees","rh-1","phases"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"},{"description":{"content":"<p>Indicates whether to include all Employee's Phases or only the active ones</p>\n","type":"text/plain"},"key":"active","value":"<boolean>"},{"description":{"content":"<p>Phase Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Minimum date to consider as Start Date when fetching Employee's Phases (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"startDate","value":"<dateTime>"}],"variable":[]}},"response":[{"id":"8cc36ec3-d137-4f30-8c89-9c2f1c6a53e8","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&type=<string>&startDate=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","phases"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"active","value":"<boolean>","description":"Indicates whether to include all Employee's Phases or only the active ones"},{"key":"type","value":"<string>","description":"Phase Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')"},{"key":"startDate","value":"<dateTime>","description":"Minimum date to consider as Start Date when fetching Employee's Phases (yyyy-MM-dd)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"decouplingCause\": \"<string>\",\n      \"compensation\": \"<boolean>\",\n      \"holidays\": \"<boolean>\",\n      \"real\": \"<boolean>\",\n      \"salary\": \"<boolean>\",\n      \"recognizedStartDate\": \"<boolean>\",\n      \"status\": \"<boolean>\",\n      \"advanceNotice\": {\n        \"date\": \"<dateTime>\",\n        \"discount\": \"<boolean>\",\n        \"notice\": \"<boolean>\",\n        \"id\": \"<integer>\"\n      },\n      \"id\": \"<integer>\"\n    },\n    {\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"decouplingCause\": \"<string>\",\n      \"compensation\": \"<boolean>\",\n      \"holidays\": \"<boolean>\",\n      \"real\": \"<boolean>\",\n      \"salary\": \"<boolean>\",\n      \"recognizedStartDate\": \"<boolean>\",\n      \"status\": \"<boolean>\",\n      \"advanceNotice\": {\n        \"date\": \"<dateTime>\",\n        \"discount\": \"<boolean>\",\n        \"notice\": \"<boolean>\",\n        \"id\": \"<integer>\"\n      },\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"7f709651-6f28-41e9-8c69-8dbe341b4336","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&type=<string>&startDate=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","phases"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"active","value":"<boolean>","description":"Indicates whether to include all Employee's Phases or only the active ones"},{"key":"type","value":"<string>","description":"Phase Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')"},{"key":"startDate","value":"<dateTime>","description":"Minimum date to consider as Start Date when fetching Employee's Phases (yyyy-MM-dd)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"067288d0-2bd2-4555-8bdd-b5e6f768b02e","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&type=<string>&startDate=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","phases"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"active","value":"<boolean>","description":"Indicates whether to include all Employee's Phases or only the active ones"},{"key":"type","value":"<string>","description":"Phase Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')"},{"key":"startDate","value":"<dateTime>","description":"Minimum date to consider as Start Date when fetching Employee's Phases (yyyy-MM-dd)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"ccd74d62-9550-4ac1-89b9-d69576987edd","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&type=<string>&startDate=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","phases"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"active","value":"<boolean>","description":"Indicates whether to include all Employee's Phases or only the active ones"},{"key":"type","value":"<string>","description":"Phase Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')"},{"key":"startDate","value":"<dateTime>","description":"Minimum date to consider as Start Date when fetching Employee's Phases (yyyy-MM-dd)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"e06ce584-b09a-4253-a6b1-2eb51c227262","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&type=<string>&startDate=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","phases"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"active","value":"<boolean>","description":"Indicates whether to include all Employee's Phases or only the active ones"},{"key":"type","value":"<string>","description":"Phase Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')"},{"key":"startDate","value":"<dateTime>","description":"Minimum date to consider as Start Date when fetching Employee's Phases (yyyy-MM-dd)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"70692803-ff21-4c61-9fdc-57606780185c","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&type=<string>&startDate=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","phases"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"active","value":"<boolean>","description":"Indicates whether to include all Employee's Phases or only the active ones"},{"key":"type","value":"<string>","description":"Phase Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')"},{"key":"startDate","value":"<dateTime>","description":"Minimum date to consider as Start Date when fetching Employee's Phases (yyyy-MM-dd)"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"847bc718-1c36-4f83-9890-385b6f16c522"}],"id":"6b5d5cc8-c4c8-4c3e-a8f2-146e953bc951","_postman_id":"6b5d5cc8-c4c8-4c3e-a8f2-146e953bc951","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"documents","item":[{"name":"Get an Employee’s Documents by Internal Id","id":"a53db78c-ec50-4fcb-8ca5-81fefde96deb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/documents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees","rh-1","documents"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"63bde42a-5f70-4fe1-b222-3bcb2bbc5783","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"number\": \"<string>\",\n      \"mainDocument\": \"<boolean>\",\n      \"type\": {\n        \"initials\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"country\": {\n        \"description\": \"<string>\",\n        \"isDefault\": \"<boolean>\",\n        \"codeBank\": \"<string>\",\n        \"codeISO\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"emissionDate\": \"<dateTime>\",\n      \"dueDate\": \"<dateTime>\",\n      \"legalPersonality\": \"<string>\",\n      \"certifiedInstitution\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"number\": \"<string>\",\n      \"type\": {\n        \"initials\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"country\": {\n        \"description\": \"<string>\",\n        \"isDefault\": \"<boolean>\",\n        \"codeBank\": \"<string>\",\n        \"codeISO\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"emissionDate\": \"<dateTime>\",\n      \"dueDate\": \"<dateTime>\",\n      \"legalPersonality\": \"<string>\",\n      \"certifiedInstitution\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"adbd8c8e-c28d-4f3b-b08d-609f82d9e3e4","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/documents"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"e51cb65f-170e-4da1-931d-3b2ddba7e256","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/documents"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"5fbc08a2-3f4f-4458-8ca3-2864c6a9ed28","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/documents"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"852ff741-b076-46cb-8dd5-b4f6cad1689d","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/documents"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"bcaac103-3b03-436e-ade7-ea6d05c4f803","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/documents"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"a53db78c-ec50-4fcb-8ca5-81fefde96deb"}],"id":"fcc638c1-e8b2-46e3-8917-145f3fd1b6ab","_postman_id":"fcc638c1-e8b2-46e3-8917-145f3fd1b6ab","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"studies","item":[{"name":"Get an Employee’s Studies by Internal Id","id":"3ea2dc7f-2b2b-4d6d-bd6b-7c838e2ec796","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/studies","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees","rh-1","studies"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"e4529e58-089e-4fc2-a255-8667415487f0","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/studies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"studyLevel\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"degree\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"institute\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"career\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"completed\": \"<boolean>\",\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"studyLevel\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"degree\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"institute\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"career\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"completed\": \"<boolean>\",\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"44d7c8d6-e57e-4c46-8173-ef6e517631e6","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/studies"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"d5e28164-8df3-4bb7-a6b9-d3584e696db3","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/studies"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"6360ac50-b425-4f2b-a4b5-2d01831e1847","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/studies"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"801ab412-d238-496e-b5ee-766c0cd119f8","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/studies"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"01c3668f-2477-4ac6-bc87-11738ff016d3","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/studies"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"3ea2dc7f-2b2b-4d6d-bd6b-7c838e2ec796"}],"id":"f86394a6-9940-47b7-8a97-8762d580a1f4","_postman_id":"f86394a6-9940-47b7-8a97-8762d580a1f4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"structures","item":[{"name":"Get an Employee's Structures by Internal Id","id":"ed8bab68-f55c-498d-a64f-2026e3283c43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&modelId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees","rh-1","structures"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"},{"description":{"content":"<p>Structure Type Id</p>\n","type":"text/plain"},"key":"typeId","value":"<integer>"},{"description":{"content":"<p>Organization Model Id</p>\n","type":"text/plain"},"key":"modelId","value":"<integer>"},{"description":{"content":"<p>Validity Date From (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateFrom","value":"<dateTime>"},{"description":{"content":"<p>Validity Date To (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateTo","value":"<dateTime>"}],"variable":[]}},"response":[{"id":"3de626a6-334b-4b1c-a97b-a6d6fd7f1ca1","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&modelId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","structures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"typeId","value":"<integer>","description":"Structure Type Id"},{"key":"modelId","value":"<integer>","description":"Organization Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Validity Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Validity Date To (yyyy-MM-dd)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"structureId\": \"<integer>\",\n      \"dateFrom\": \"<dateTime>\",\n      \"dateTo\": \"<dateTime>\",\n      \"description\": \"<string>\",\n      \"externalId\": \"<string>\",\n      \"type\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"reason\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\",\n        \"reason\": \"<string>\"\n      },\n      \"model\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"id\": \"<integer>\"\n    },\n    {\n      \"structureId\": \"<integer>\",\n      \"dateFrom\": \"<dateTime>\",\n      \"dateTo\": \"<dateTime>\",\n      \"description\": \"<string>\",\n      \"externalId\": \"<string>\",\n      \"type\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"reason\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\",\n        \"reason\": \"<string>\"\n      },\n      \"model\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"b57ef52e-2af7-46e3-b360-9c210a709870","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&modelId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","structures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"typeId","value":"<integer>","description":"Structure Type Id"},{"key":"modelId","value":"<integer>","description":"Organization Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Validity Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Validity Date To (yyyy-MM-dd)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"429d740f-f0b2-4669-bc8b-e1a9348ddefc","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&modelId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","structures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"typeId","value":"<integer>","description":"Structure Type Id"},{"key":"modelId","value":"<integer>","description":"Organization Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Validity Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Validity Date To (yyyy-MM-dd)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"467426d5-8a12-4e8f-b79f-7188086111ca","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&modelId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","structures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"typeId","value":"<integer>","description":"Structure Type Id"},{"key":"modelId","value":"<integer>","description":"Organization Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Validity Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Validity Date To (yyyy-MM-dd)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"736db6b0-eae7-4177-b159-73eddec6e172","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&modelId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","structures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"typeId","value":"<integer>","description":"Structure Type Id"},{"key":"modelId","value":"<integer>","description":"Organization Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Validity Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Validity Date To (yyyy-MM-dd)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"c01fc94b-f46a-4870-a69c-78c71ad80a5a","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&modelId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","structures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"typeId","value":"<integer>","description":"Structure Type Id"},{"key":"modelId","value":"<integer>","description":"Organization Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Validity Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Validity Date To (yyyy-MM-dd)"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"ed8bab68-f55c-498d-a64f-2026e3283c43"}],"id":"5fb8bcee-0546-47f6-95b3-fe0d4c1983d1","_postman_id":"5fb8bcee-0546-47f6-95b3-fe0d4c1983d1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"family-members","item":[{"name":"Get Employee's Family Members by Internal Id","id":"4e1f1acc-dd80-43f7-97e2-5d6ba5870aa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/family-members?relationshipId=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees","rh-1","family-members"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Family Relationship Id</p>\n","type":"text/plain"},"key":"relationshipId","value":"<integer>"}],"variable":[]}},"response":[{"id":"cf1b0677-ef8d-4030-b8fa-0438c04f90cc","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/family-members?relationshipId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","family-members"],"query":[{"key":"relationshipId","value":"<integer>","description":"Family Relationship Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"personId\": \"<integer>\",\n      \"firstName\": \"<string>\",\n      \"middleName\": \"<string>\",\n      \"familyName\": \"<string>\",\n      \"lastName\": \"<string>\",\n      \"genre\": \"<string>\",\n      \"dateOfBirth\": \"<dateTime>\",\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"irpf\": \"<string>\",\n      \"kinship\": \"<string>\",\n      \"nationalIdentificationNumbers\": [\n        {\n          \"number\": \"<string>\",\n          \"type\": {\n            \"initials\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<integer>\"\n          },\n          \"country\": {\n            \"description\": \"<string>\",\n            \"isDefault\": \"<boolean>\",\n            \"codeBank\": \"<string>\",\n            \"codeISO\": \"<string>\",\n            \"id\": \"<integer>\"\n          },\n          \"emissionDate\": \"<dateTime>\",\n          \"dueDate\": \"<dateTime>\",\n          \"legalPersonality\": \"<string>\",\n          \"certifiedInstitution\": \"<string>\",\n          \"id\": \"<integer>\"\n        },\n        {\n          \"number\": \"<string>\",\n          \"type\": {\n            \"initials\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<integer>\"\n          },\n          \"country\": {\n            \"description\": \"<string>\",\n            \"isDefault\": \"<boolean>\",\n            \"codeBank\": \"<string>\",\n            \"codeISO\": \"<string>\",\n            \"id\": \"<integer>\"\n          },\n          \"emissionDate\": \"<dateTime>\",\n          \"dueDate\": \"<dateTime>\",\n          \"legalPersonality\": \"<string>\",\n          \"certifiedInstitution\": \"<string>\",\n          \"id\": \"<integer>\"\n        }\n      ],\n      \"countryOfBirth\": \"<string>\",\n      \"citizenship\": \"<string>\",\n      \"placeOfBirth\": \"<string>\",\n      \"maritalStatus\": {\n        \"date\": \"<dateTime>\",\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"healthInsurance\": {\n        \"name\": \"<string>\",\n        \"plan\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"active\": \"<boolean>\",\n      \"handicap\": \"<boolean>\",\n      \"emergencyAlert\": \"<boolean>\",\n      \"lifeInsuranceBeneficiary\": \"<boolean>\",\n      \"study\": \"<boolean>\",\n      \"work\": \"<boolean>\",\n      \"familyCharge\": \"<boolean>\",\n      \"daycareCenter\": {\n        \"expirationDate\": \"<dateTime>\",\n        \"id\": \"<integer>\"\n      },\n      \"familySalaryPayment\": {\n        \"expirationDate\": \"<dateTime>\",\n        \"certificateDelivered\": \"<boolean>\",\n        \"id\": \"<integer>\"\n      },\n      \"id\": \"<integer>\"\n    },\n    {\n      \"personId\": \"<integer>\",\n      \"firstName\": \"<string>\",\n      \"middleName\": \"<string>\",\n      \"familyName\": \"<string>\",\n      \"lastName\": \"<string>\",\n      \"genre\": \"<string>\",\n      \"dateOfBirth\": \"<dateTime>\",\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"irpf\": \"<string>\",\n      \"kinship\": \"<string>\",\n      \"nationalIdentificationNumbers\": [\n        {\n          \"number\": \"<string>\",\n          \"type\": {\n            \"initials\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<integer>\"\n          },\n          \"country\": {\n            \"description\": \"<string>\",\n            \"isDefault\": \"<boolean>\",\n            \"codeBank\": \"<string>\",\n            \"codeISO\": \"<string>\",\n            \"id\": \"<integer>\"\n          },\n          \"emissionDate\": \"<dateTime>\",\n          \"dueDate\": \"<dateTime>\",\n          \"legalPersonality\": \"<string>\",\n          \"certifiedInstitution\": \"<string>\",\n          \"id\": \"<integer>\"\n        },\n        {\n          \"number\": \"<string>\",\n          \"type\": {\n            \"initials\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<integer>\"\n          },\n          \"country\": {\n            \"description\": \"<string>\",\n            \"isDefault\": \"<boolean>\",\n            \"codeBank\": \"<string>\",\n            \"codeISO\": \"<string>\",\n            \"id\": \"<integer>\"\n          },\n          \"emissionDate\": \"<dateTime>\",\n          \"dueDate\": \"<dateTime>\",\n          \"legalPersonality\": \"<string>\",\n          \"certifiedInstitution\": \"<string>\",\n          \"id\": \"<integer>\"\n        }\n      ],\n      \"countryOfBirth\": \"<string>\",\n      \"citizenship\": \"<string>\",\n      \"placeOfBirth\": \"<string>\",\n      \"maritalStatus\": {\n        \"date\": \"<dateTime>\",\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"healthInsurance\": {\n        \"name\": \"<string>\",\n        \"plan\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"active\": \"<boolean>\",\n      \"handicap\": \"<boolean>\",\n      \"emergencyAlert\": \"<boolean>\",\n      \"lifeInsuranceBeneficiary\": \"<boolean>\",\n      \"study\": \"<boolean>\",\n      \"work\": \"<boolean>\",\n      \"familyCharge\": \"<boolean>\",\n      \"daycareCenter\": {\n        \"expirationDate\": \"<dateTime>\",\n        \"id\": \"<integer>\"\n      },\n      \"familySalaryPayment\": {\n        \"expirationDate\": \"<dateTime>\",\n        \"certificateDelivered\": \"<boolean>\",\n        \"id\": \"<integer>\"\n      },\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"f93ba527-8007-4a9b-a7f4-a8a50d120c54","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/family-members?relationshipId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","family-members"],"query":[{"key":"relationshipId","value":"<integer>","description":"Family Relationship Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"374b4ef0-b827-4602-8983-6030d8fc00b1","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/family-members?relationshipId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","family-members"],"query":[{"key":"relationshipId","value":"<integer>","description":"Family Relationship Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"2d89a812-2814-47ed-a3d9-aa9d70134838","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/family-members?relationshipId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","family-members"],"query":[{"key":"relationshipId","value":"<integer>","description":"Family Relationship Id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"a6392fb7-9a4d-46f3-a3e2-9bdf30c23004","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/family-members?relationshipId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","family-members"],"query":[{"key":"relationshipId","value":"<integer>","description":"Family Relationship Id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"d4ffb8bb-8ee5-480a-b4b2-4531b8a40421","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/family-members?relationshipId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","family-members"],"query":[{"key":"relationshipId","value":"<integer>","description":"Family Relationship Id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"4e1f1acc-dd80-43f7-97e2-5d6ba5870aa9"}],"id":"ac33afca-8b6b-4faf-b4e0-68aacb1d8ba6","_postman_id":"ac33afca-8b6b-4faf-b4e0-68aacb1d8ba6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"bank-accounts","item":[{"name":"Get an Employee’s Bank Accounts by Internal Id","id":"f0ca4f1e-2f92-4edb-87dc-10703eaf10a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/bank-accounts?orderBy=<string>&active=<boolean>&paymentTypeId=<integer>&paymentMethodTypeId=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees","rh-1","bank-accounts"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Indicates whether to return only active accounts (true), non-active (false), or all (null)</p>\n","type":"text/plain"},"key":"active","value":"<boolean>"},{"description":{"content":"<p>Account's Payment Type Id</p>\n","type":"text/plain"},"key":"paymentTypeId","value":"<integer>"},{"description":{"content":"<p>Account's Payment method Id</p>\n","type":"text/plain"},"key":"paymentMethodTypeId","value":"<integer>"}],"variable":[]}},"response":[{"id":"4ca6f542-6bee-44c5-ac1c-c79881ab448d","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/bank-accounts?orderBy=<string>&active=<boolean>&paymentTypeId=<integer>&paymentMethodTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","bank-accounts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"active","value":"<boolean>","description":"Indicates whether to return only active accounts (true), non-active (false), or all (null)"},{"key":"paymentTypeId","value":"<integer>","description":"Account's Payment Type Id"},{"key":"paymentMethodTypeId","value":"<integer>","description":"Account's Payment method Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"active\": \"<boolean>\",\n      \"paymentMethod\": \"<string>\",\n      \"bankCode\": \"<string>\",\n      \"accountNumber\": \"<string>\",\n      \"cbuNumber\": \"<string>\",\n      \"paymentType\": \"<string>\",\n      \"debitAccountCompany\": \"<string>\",\n      \"branchCode\": \"<string>\",\n      \"branch\": \"<string>\",\n      \"percentage\": \"<double>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"active\": \"<boolean>\",\n      \"paymentMethod\": \"<string>\",\n      \"bankCode\": \"<string>\",\n      \"accountNumber\": \"<string>\",\n      \"cbuNumber\": \"<string>\",\n      \"paymentType\": \"<string>\",\n      \"debitAccountCompany\": \"<string>\",\n      \"branchCode\": \"<string>\",\n      \"branch\": \"<string>\",\n      \"percentage\": \"<double>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"e2931a43-1d62-42f7-9369-aafa07550c89","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/bank-accounts?orderBy=<string>&active=<boolean>&paymentTypeId=<integer>&paymentMethodTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","bank-accounts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"active","value":"<boolean>","description":"Indicates whether to return only active accounts (true), non-active (false), or all (null)"},{"key":"paymentTypeId","value":"<integer>","description":"Account's Payment Type Id"},{"key":"paymentMethodTypeId","value":"<integer>","description":"Account's Payment method Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"b90f90a3-6154-4b58-9b64-6dbdcc6119ca","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/bank-accounts?orderBy=<string>&active=<boolean>&paymentTypeId=<integer>&paymentMethodTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","bank-accounts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"active","value":"<boolean>","description":"Indicates whether to return only active accounts (true), non-active (false), or all (null)"},{"key":"paymentTypeId","value":"<integer>","description":"Account's Payment Type Id"},{"key":"paymentMethodTypeId","value":"<integer>","description":"Account's Payment method Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"c4eabdcb-90a8-4773-9ace-6c5ca7840936","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/bank-accounts?orderBy=<string>&active=<boolean>&paymentTypeId=<integer>&paymentMethodTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","bank-accounts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"active","value":"<boolean>","description":"Indicates whether to return only active accounts (true), non-active (false), or all (null)"},{"key":"paymentTypeId","value":"<integer>","description":"Account's Payment Type Id"},{"key":"paymentMethodTypeId","value":"<integer>","description":"Account's Payment method Id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"0b9d936d-6d9d-4ab2-a8a7-f14b5f6116fe","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/bank-accounts?orderBy=<string>&active=<boolean>&paymentTypeId=<integer>&paymentMethodTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","bank-accounts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"active","value":"<boolean>","description":"Indicates whether to return only active accounts (true), non-active (false), or all (null)"},{"key":"paymentTypeId","value":"<integer>","description":"Account's Payment Type Id"},{"key":"paymentMethodTypeId","value":"<integer>","description":"Account's Payment method Id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"7074735c-bf01-406b-9783-17ca74dbf601","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/bank-accounts?orderBy=<string>&active=<boolean>&paymentTypeId=<integer>&paymentMethodTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","bank-accounts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"active","value":"<boolean>","description":"Indicates whether to return only active accounts (true), non-active (false), or all (null)"},{"key":"paymentTypeId","value":"<integer>","description":"Account's Payment Type Id"},{"key":"paymentMethodTypeId","value":"<integer>","description":"Account's Payment method Id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"f0ca4f1e-2f92-4edb-87dc-10703eaf10a5"}],"id":"dcf6e4de-a1ff-47cf-bb20-2aafdcab273c","_postman_id":"dcf6e4de-a1ff-47cf-bb20-2aafdcab273c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"accounting-distribution","item":[{"name":"Get an Employee’s Accounting Distribution by Internal Id","id":"0871980e-3279-4a99-8e4b-c9db4d09a9dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/accounting-distribution?model=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees","rh-1","accounting-distribution"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Model Id</p>\n","type":"text/plain"},"key":"model","value":"<integer>"},{"description":{"content":"<p>Date From (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateFrom","value":"<dateTime>"},{"description":{"content":"<p>Date To (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateTo","value":"<dateTime>"}],"variable":[]}},"response":[{"id":"1010ca71-a22b-4849-bfb7-c0128f78fbe8","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/accounting-distribution?model=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","accounting-distribution"],"query":[{"key":"model","value":"<integer>","description":"Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"modelOfEntry\": \"<string>\",\n      \"structure1\": {\n        \"description\": \"<string>\",\n        \"extendedDescription\": \"<string>\",\n        \"externalId\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"type\": {\n          \"description\": \"<string>\",\n          \"id\": \"<integer>\"\n        },\n        \"id\": \"<integer>\"\n      },\n      \"structure2\": {\n        \"description\": \"<string>\",\n        \"extendedDescription\": \"<string>\",\n        \"externalId\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"type\": {\n          \"description\": \"<string>\",\n          \"id\": \"<integer>\"\n        },\n        \"id\": \"<integer>\"\n      },\n      \"structure3\": {\n        \"description\": \"<string>\",\n        \"extendedDescription\": \"<string>\",\n        \"externalId\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"type\": {\n          \"description\": \"<string>\",\n          \"id\": \"<integer>\"\n        },\n        \"id\": \"<integer>\"\n      },\n      \"percentage\": \"<double>\",\n      \"fixed\": \"<boolean>\",\n      \"validFrom\": \"<string>\",\n      \"validTo\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"modelOfEntry\": \"<string>\",\n      \"structure1\": {\n        \"description\": \"<string>\",\n        \"extendedDescription\": \"<string>\",\n        \"externalId\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"type\": {\n          \"description\": \"<string>\",\n          \"id\": \"<integer>\"\n        },\n        \"id\": \"<integer>\"\n      },\n      \"structure2\": {\n        \"description\": \"<string>\",\n        \"extendedDescription\": \"<string>\",\n        \"externalId\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"type\": {\n          \"description\": \"<string>\",\n          \"id\": \"<integer>\"\n        },\n        \"id\": \"<integer>\"\n      },\n      \"structure3\": {\n        \"description\": \"<string>\",\n        \"extendedDescription\": \"<string>\",\n        \"externalId\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"type\": {\n          \"description\": \"<string>\",\n          \"id\": \"<integer>\"\n        },\n        \"id\": \"<integer>\"\n      },\n      \"percentage\": \"<double>\",\n      \"fixed\": \"<boolean>\",\n      \"validFrom\": \"<string>\",\n      \"validTo\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"675d055b-48b9-4b51-bd9a-08e06c9c376a","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/accounting-distribution?model=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","accounting-distribution"],"query":[{"key":"model","value":"<integer>","description":"Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"0dc28be7-fbc5-4b20-9b8e-ea6e8668b168","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/accounting-distribution?model=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","accounting-distribution"],"query":[{"key":"model","value":"<integer>","description":"Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"c47db197-91d8-4bf8-84cc-1fa0dea435f1","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/accounting-distribution?model=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","accounting-distribution"],"query":[{"key":"model","value":"<integer>","description":"Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"38f1f3ee-0746-4ded-a795-416903a96014","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/accounting-distribution?model=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","accounting-distribution"],"query":[{"key":"model","value":"<integer>","description":"Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"97cc677a-0070-42e9-8571-5d7b2ebe0791","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/accounting-distribution?model=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","accounting-distribution"],"query":[{"key":"model","value":"<integer>","description":"Model Id"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"0871980e-3279-4a99-8e4b-c9db4d09a9dc"}],"id":"c7e83e12-9879-401a-aaa1-49b06a626d43","_postman_id":"c7e83e12-9879-401a-aaa1-49b06a626d43","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"files","item":[{"name":"Get Employee’s Files by Internal Id","id":"13e54ae0-93c6-47a0-a5aa-4fea49e3ef40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/files","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees","rh-1","files"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"31b22764-9ab1-4622-8c3c-9bb0bfc443dd","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/files"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"employeeId\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"typeId\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"fileNameInStorage\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"employeeId\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"typeId\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"fileNameInStorage\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"47139983-60ce-4034-bf23-a3041166c2d9","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/files"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"0118838e-bd2a-4279-9056-2d539dc41e7e","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/files"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"d92f23b1-39c2-4f16-b5c7-5465fb62f8fd","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/files"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"4238e890-d797-4b88-ae10-d20d66d1664c","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/files"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"33f86781-28d2-4e1f-90cd-93cfd36a2382","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/files"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"13e54ae0-93c6-47a0-a5aa-4fea49e3ef40"}],"id":"0de2a275-ddc9-41ec-8163-e8a9cc2ea2ff","_postman_id":"0de2a275-ddc9-41ec-8163-e8a9cc2ea2ff","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"previous-jobs","item":[{"name":"Get Employee's Previous Jobs by Internal Id","id":"479f7251-b53b-41e1-9564-8955209551b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/previous-jobs?orderBy=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees","rh-1","previous-jobs"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"322e81ee-a0e7-4e03-a684-338841d581b6","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/previous-jobs?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","previous-jobs"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"jobTitle\": \"<string>\",\n      \"jobTasks\": \"<string>\",\n      \"company\": \"<string>\",\n      \"location\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"jobTitle\": \"<string>\",\n      \"jobTasks\": \"<string>\",\n      \"company\": \"<string>\",\n      \"location\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"e178d047-b28f-4346-9c36-17e79940c538","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/previous-jobs?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","previous-jobs"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"a8f9af77-0332-447a-b497-24000764410a","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/previous-jobs?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","previous-jobs"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"288335ae-2882-4b04-b0e6-1e6f76ca127d","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/previous-jobs?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","previous-jobs"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"d321a928-9cab-4e29-8300-b52f3c2a86c2","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/previous-jobs?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","previous-jobs"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"d31faae7-6973-47e0-b19b-3df5f2ba0b15","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/previous-jobs?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","previous-jobs"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"479f7251-b53b-41e1-9564-8955209551b1"}],"id":"598a765c-4334-45b8-b954-c98b1914a05f","_postman_id":"598a765c-4334-45b8-b954-c98b1914a05f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"chain-of-command","item":[{"name":"Get Employee's full chain of command by Internal Id","id":"8d3dbe94-3328-4085-bb0d-4da7c951714a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/chain-of-command?structureTypeId=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees","rh-1","chain-of-command"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Structure Type Id</p>\n","type":"text/plain"},"key":"structureTypeId","value":"<integer>"}],"variable":[]}},"response":[{"id":"f4ee7334-b3a0-4b71-b1fb-756d4a36ab70","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/chain-of-command?structureTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","chain-of-command"],"query":[{"key":"structureTypeId","value":"<integer>","description":"Structure Type Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"order\": \"<integer>\",\n      \"employeeId\": \"<integer>\",\n      \"reportsToId\": \"<integer>\",\n      \"structure\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      }\n    },\n    {\n      \"order\": \"<integer>\",\n      \"employeeId\": \"<integer>\",\n      \"reportsToId\": \"<integer>\",\n      \"structure\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      }\n    }\n  ]\n}"},{"id":"de6bc1b2-e04b-4713-8ec0-16888c5635e4","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/chain-of-command?structureTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","chain-of-command"],"query":[{"key":"structureTypeId","value":"<integer>","description":"Structure Type Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"2cce0472-d763-4651-b821-cf01b4ec96ee","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/chain-of-command?structureTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","chain-of-command"],"query":[{"key":"structureTypeId","value":"<integer>","description":"Structure Type Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"c84d80b0-e2dc-460d-bb2f-c3fca17321b2","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/chain-of-command?structureTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","chain-of-command"],"query":[{"key":"structureTypeId","value":"<integer>","description":"Structure Type Id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"202b1398-9e36-4911-bbac-f1a59d684c62","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/chain-of-command?structureTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","chain-of-command"],"query":[{"key":"structureTypeId","value":"<integer>","description":"Structure Type Id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"997c0bf8-ce3b-4dfc-9baf-c0d69172b650","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees/rh-1/chain-of-command?structureTypeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees","rh-1","chain-of-command"],"query":[{"key":"structureTypeId","value":"<integer>","description":"Structure Type Id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"8d3dbe94-3328-4085-bb0d-4da7c951714a"}],"id":"ec6216a6-fd3f-43b8-bb05-f01d8d861696","_postman_id":"ec6216a6-fd3f-43b8-bb05-f01d8d861696","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Get an Employee by Internal Id","id":"1fdb06c0-5568-4de1-86ab-a20b0f688974","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees","rh-1"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"993fedbf-72e0-4e0b-b285-dd13da065d7e","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"countryOfBirth\": \"<string>\",\n  \"dateOfCountryEntry\": \"<dateTime>\",\n  \"email\": \"<string>\",\n  \"fiscalNumbers\": [\n    {\n      \"number\": \"<string>\",\n      \"type\": {\n        \"initials\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"country\": {\n        \"description\": \"<string>\",\n        \"isDefault\": \"<boolean>\",\n        \"codeBank\": \"<string>\",\n        \"codeISO\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"emissionDate\": \"<dateTime>\",\n      \"dueDate\": \"<dateTime>\",\n      \"legalPersonality\": \"<string>\",\n      \"certifiedInstitution\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"number\": \"<string>\",\n      \"type\": {\n        \"initials\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"country\": {\n        \"description\": \"<string>\",\n        \"isDefault\": \"<boolean>\",\n        \"codeBank\": \"<string>\",\n        \"codeISO\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"emissionDate\": \"<dateTime>\",\n      \"dueDate\": \"<dateTime>\",\n      \"legalPersonality\": \"<string>\",\n      \"certifiedInstitution\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ],\n  \"genre\": \"<string>\",\n  \"maritalStatus\": {\n    \"date\": \"<dateTime>\",\n    \"description\": \"<string>\",\n    \"id\": \"<integer>\"\n  },\n  \"nationalIdentificationNumbers\": [\n    {\n      \"number\": \"<string>\",\n      \"type\": {\n        \"initials\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"country\": {\n        \"description\": \"<string>\",\n        \"isDefault\": \"<boolean>\",\n        \"codeBank\": \"<string>\",\n        \"codeISO\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"emissionDate\": \"<dateTime>\",\n      \"dueDate\": \"<dateTime>\",\n      \"legalPersonality\": \"<string>\",\n      \"certifiedInstitution\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"number\": \"<string>\",\n      \"type\": {\n        \"initials\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"country\": {\n        \"description\": \"<string>\",\n        \"isDefault\": \"<boolean>\",\n        \"codeBank\": \"<string>\",\n        \"codeISO\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"emissionDate\": \"<dateTime>\",\n      \"dueDate\": \"<dateTime>\",\n      \"legalPersonality\": \"<string>\",\n      \"certifiedInstitution\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ],\n  \"nationalities\": [\n    {\n      \"description\": \"<string>\",\n      \"isDefault\": \"<boolean>\",\n      \"externalDescription\": \"<string>\",\n      \"externalCode\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"description\": \"<string>\",\n      \"isDefault\": \"<boolean>\",\n      \"externalDescription\": \"<string>\",\n      \"externalCode\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ],\n  \"nickname\": \"<string>\",\n  \"studyLevel\": {\n    \"description\": \"<string>\",\n    \"id\": \"<integer>\"\n  },\n  \"handicapped\": \"<boolean>\",\n  \"handicapType\": {\n    \"description\": \"<string>\",\n    \"id\": \"<integer>\"\n  },\n  \"placeOfBirth\": \"<string>\",\n  \"phones\": [\n    {\n      \"areaCode\": \"<string>\",\n      \"number\": \"<string>\",\n      \"type\": \"<string>\",\n      \"isDefault\": \"<boolean>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"areaCode\": \"<string>\",\n      \"number\": \"<string>\",\n      \"type\": \"<string>\",\n      \"isDefault\": \"<boolean>\",\n      \"id\": \"<integer>\"\n    }\n  ],\n  \"reportsToExternalId\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"organizationModelId\": \"<integer>\",\n  \"organizationModel\": \"<string>\",\n  \"hiringDate\": \"<dateTime>\",\n  \"dateOfBirth\": \"<dateTime>\",\n  \"externalId\": \"<string>\",\n  \"familyName\": \"<string>\",\n  \"firstName\": \"<string>\",\n  \"imageUrl\": \"<string>\",\n  \"lastName\": \"<string>\",\n  \"middleName\": \"<string>\",\n  \"id\": \"<integer>\"\n}"},{"id":"2738f6e0-ebe7-4db3-b5b6-5aa27c32a7b5","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"2ebff9b3-ebb9-406a-98df-4cc333b6f203","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"3c98e454-c4c5-4987-ae42-973e8a264023","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"3a90f838-4748-4da4-bac9-8ee2a2fe0535","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"f594b343-62f4-46dc-9fd2-b2e38f0cc6ea","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees/rh-1"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"1fdb06c0-5568-4de1-86ab-a20b0f688974"}],"id":"bf29d6bc-73dd-407d-bf24-b2aef840dc00","_postman_id":"bf29d6bc-73dd-407d-bf24-b2aef840dc00","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Get Several Employees","id":"5a497dcd-ffc3-4f43-bf4c-a2184fd79853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/employees?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&updatedFrom=<dateTime>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["employees"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"},{"description":{"content":"<p>Indicates whether to include only active Employees, inactive Employees, or all Employees.</p>\n","type":"text/plain"},"key":"active","value":"<boolean>"},{"description":{"content":"<p>Expected format: \"yyyy-MM-dd\" (optional: \"yyyy-MM-dd hh:mm:ss\")\nIf a date is provided, only those records which have been modified since that date are considered.\nIf no Date is provided (or NULL), all records will be returned.</p>\n","type":"text/plain"},"key":"updatedFrom","value":"<dateTime>"}],"variable":[]}},"response":[{"id":"05d9ffe7-64da-4adf-9247-d0d405abf838","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&updatedFrom=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"active","value":"<boolean>","description":"Indicates whether to include only active Employees, inactive Employees, or all Employees."},{"key":"updatedFrom","value":"<dateTime>","description":"Expected format: \"yyyy-MM-dd\" (optional: \"yyyy-MM-dd hh:mm:ss\")\r\nIf a date is provided, only those records which have been modified since that date are considered.\r\nIf no Date is provided (or NULL), all records will be returned."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"dateOfBirth\": \"<dateTime>\",\n      \"externalId\": \"<string>\",\n      \"familyName\": \"<string>\",\n      \"firstName\": \"<string>\",\n      \"imageUrl\": \"<string>\",\n      \"lastName\": \"<string>\",\n      \"middleName\": \"<string>\",\n      \"isActive\": \"<boolean>\",\n      \"hiringDate\": \"<dateTime>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"dateOfBirth\": \"<dateTime>\",\n      \"externalId\": \"<string>\",\n      \"familyName\": \"<string>\",\n      \"firstName\": \"<string>\",\n      \"imageUrl\": \"<string>\",\n      \"lastName\": \"<string>\",\n      \"middleName\": \"<string>\",\n      \"isActive\": \"<boolean>\",\n      \"hiringDate\": \"<dateTime>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"39a598c3-4506-4d61-bb9b-6178ddb02e1a","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&updatedFrom=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"active","value":"<boolean>","description":"Indicates whether to include only active Employees, inactive Employees, or all Employees."},{"key":"updatedFrom","value":"<dateTime>","description":"Expected format: \"yyyy-MM-dd\" (optional: \"yyyy-MM-dd hh:mm:ss\")\r\nIf a date is provided, only those records which have been modified since that date are considered.\r\nIf no Date is provided (or NULL), all records will be returned."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"c5e1ca99-51d6-49fc-bcbc-4587135435dc","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&updatedFrom=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"active","value":"<boolean>","description":"Indicates whether to include only active Employees, inactive Employees, or all Employees."},{"key":"updatedFrom","value":"<dateTime>","description":"Expected format: \"yyyy-MM-dd\" (optional: \"yyyy-MM-dd hh:mm:ss\")\r\nIf a date is provided, only those records which have been modified since that date are considered.\r\nIf no Date is provided (or NULL), all records will be returned."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"a2e8c08d-f99f-43c4-988b-57a4f9277f0c","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&updatedFrom=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"active","value":"<boolean>","description":"Indicates whether to include only active Employees, inactive Employees, or all Employees."},{"key":"updatedFrom","value":"<dateTime>","description":"Expected format: \"yyyy-MM-dd\" (optional: \"yyyy-MM-dd hh:mm:ss\")\r\nIf a date is provided, only those records which have been modified since that date are considered.\r\nIf no Date is provided (or NULL), all records will be returned."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"58ed8e8b-a603-4096-980e-6f7a3ded1b57","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&updatedFrom=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"active","value":"<boolean>","description":"Indicates whether to include only active Employees, inactive Employees, or all Employees."},{"key":"updatedFrom","value":"<dateTime>","description":"Expected format: \"yyyy-MM-dd\" (optional: \"yyyy-MM-dd hh:mm:ss\")\r\nIf a date is provided, only those records which have been modified since that date are considered.\r\nIf no Date is provided (or NULL), all records will be returned."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"77e53c06-5369-4d76-bff0-bef8325556fa","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/employees?orderBy=<string>&page=<integer>&pageSize=<integer>&active=<boolean>&updatedFrom=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["employees"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"active","value":"<boolean>","description":"Indicates whether to include only active Employees, inactive Employees, or all Employees."},{"key":"updatedFrom","value":"<dateTime>","description":"Expected format: \"yyyy-MM-dd\" (optional: \"yyyy-MM-dd hh:mm:ss\")\r\nIf a date is provided, only those records which have been modified since that date are considered.\r\nIf no Date is provided (or NULL), all records will be returned."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"5a497dcd-ffc3-4f43-bf4c-a2184fd79853"}],"id":"34d8fbd2-9b2a-4624-911e-6a37e5e3fd6b","_postman_id":"34d8fbd2-9b2a-4624-911e-6a37e5e3fd6b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"family-members","item":[{"name":"types","item":[{"name":"Get all FamilyMembers types","id":"ee769803-88f5-46b6-9fee-5399939b4e44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/family-members/types?orderBy=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["family-members","types"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"b3a5d62a-c8ca-4355-b3d6-a3fb285ba3fe","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/family-members/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["family-members","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"description\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"description\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"c831acf0-0f81-4a65-bcc0-7f0492fd611a","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/family-members/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["family-members","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"86db9d4a-e8e8-471c-b52e-fb393ea01b2c","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/family-members/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["family-members","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"4f58d845-7670-4538-95d2-5b8c5bb96cc1","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/family-members/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["family-members","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"8489d692-f2f9-4bd1-8beb-d55f7ad7fe2d","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/family-members/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["family-members","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"69286261-51b7-411a-975e-3b13cf550f34","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/family-members/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["family-members","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"ee769803-88f5-46b6-9fee-5399939b4e44"}],"id":"0494a0d3-f083-48ec-8023-83690c465d96","_postman_id":"0494a0d3-f083-48ec-8023-83690c465d96","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"b2c078cf-1f6c-4d30-98e0-ff1f4f00c322","_postman_id":"b2c078cf-1f6c-4d30-98e0-ff1f4f00c322","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"fileManagement","item":[{"name":"employees","item":[{"name":"Get all active photos of employees","id":"34bdb833-43bb-4ec3-8ab8-3a45f24d37bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/employees?orderBy=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["fileManagement","employees"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"9ad941db-c4da-464f-9d05-57480a2a38aa","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/employees?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","employees"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"employeeId\": \"<integer>\",\n      \"url\": \"<string>\",\n      \"description\": \"<string>\"\n    },\n    {\n      \"employeeId\": \"<integer>\",\n      \"url\": \"<string>\",\n      \"description\": \"<string>\"\n    }\n  ]\n}"},{"id":"2cf11ebc-f919-4f4a-9293-f8bbaad4c68a","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/employees?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","employees"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"850e640e-cadf-444e-8d93-cf0dfe09f2a1","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/employees?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","employees"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"87075407-ef5d-498e-a3a3-58f145f6075a","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/employees?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","employees"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"3d9f6802-f804-452e-a1e8-a98bf20fda1c","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/employees?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","employees"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"53781880-ce1c-4b4e-9033-5532fb98fe87","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/employees?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","employees"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"34bdb833-43bb-4ec3-8ab8-3a45f24d37bf"}],"id":"4bf6c05a-5c7c-4400-bb45-e31550db0cdc","_postman_id":"4bf6c05a-5c7c-4400-bb45-e31550db0cdc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"files","item":[{"name":"validate","item":[{"name":"Validate file","id":"5e92411f-f6f3-4875-b266-abbceba3c2f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/files/validate","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["fileManagement","files","validate"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"c5faf487-4546-4857-835b-0b4a271921f0","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/files/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"entity\": {},\n  \"messages\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"3973da29-c88d-4718-994f-3c8bdb4e411b","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/files/validate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"263754cb-9994-4828-9685-72b016b43939","name":"Credentials provided are not valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/files/validate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"d110ddc3-4dbb-41e5-a4c0-881e19ba104b","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/files/validate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"4b4b8f5f-0780-49ff-b545-f92ba2a759dd","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/files/validate"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"d2347ee1-b81b-420d-87f8-8bfadd545230","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/files/validate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"5e92411f-f6f3-4875-b266-abbceba3c2f0"}],"id":"f4cbd69f-df7a-4d16-aa30-fbd8fbe6b607","_postman_id":"f4cbd69f-df7a-4d16-aa30-fbd8fbe6b607","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"download","item":[{"name":"Downloads a file given its full URL","id":"e416279d-5350-4ae6-9fa9-e688f905fa27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/files/download?url=<string>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["fileManagement","files","download"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"url","value":"<string>"}],"variable":[]}},"response":[{"id":"fa305bf3-7941-427f-9eff-fc0187f5069c","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files/download?url=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files","download"],"query":[{"key":"url","value":"<string>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"07ac06fe-7f73-4ab2-97d0-d0b6ad63b9c3","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files/download?url=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files","download"],"query":[{"key":"url","value":"<string>","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"b61304cf-85fe-472c-84c0-e9aca329ce21","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files/download?url=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files","download"],"query":[{"key":"url","value":"<string>","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"93d90e44-978b-4161-ba9f-925b47db3e15","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files/download?url=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files","download"],"query":[{"key":"url","value":"<string>","description":"(Required) "}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"360e42b1-5041-408d-a6dc-8a218a0b4370","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files/download?url=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files","download"],"query":[{"key":"url","value":"<string>","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"66c9142f-b669-47f7-aeb5-932a57bc824c","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files/download?url=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files","download"],"query":[{"key":"url","value":"<string>","description":"(Required) "}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"e416279d-5350-4ae6-9fa9-e688f905fa27"}],"id":"51f7cb67-8d22-47a6-b101-7535bc1d5023","_postman_id":"51f7cb67-8d22-47a6-b101-7535bc1d5023","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Get files","id":"dde3ef18-13fa-412b-9e81-22b2acbc1615","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["fileManagement","files"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Type of file to filter</p>\n","type":"text/plain"},"key":"fileTypeId","value":"<integer>"},{"description":{"content":"<p>Current filter</p>\n","type":"text/plain"},"key":"active","value":"<boolean>"},{"description":{"content":"<p>File Name</p>\n","type":"text/plain"},"key":"fileName","value":"<string>"},{"description":{"content":"<p>Description</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)</p>\n","type":"text/plain"},"key":"entityTypeId","value":"<integer>"},{"description":{"content":"<p>(Required) Entity id (structure number except for the type employees)</p>\n","type":"text/plain"},"key":"entityId","value":"<integer>"},{"description":{"content":"<p>File ID</p>\n","type":"text/plain"},"key":"fileId","value":"<integer>"},{"description":{"content":"<p>Type (Image or File)</p>\n","type":"text/plain"},"key":"type","value":"<string>"}],"variable":[]}},"response":[{"id":"8ab45827-acb2-46af-8875-2efc7b6d45a7","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files"],"query":[{"key":"fileTypeId","value":"<integer>","description":"Type of file to filter"},{"key":"active","value":"<boolean>","description":"Current filter"},{"key":"fileName","value":"<string>","description":"File Name"},{"key":"description","value":"<string>","description":"Description"},{"key":"entityTypeId","value":"<integer>","description":"(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)"},{"key":"entityId","value":"<integer>","description":"(Required) Entity id (structure number except for the type employees)"},{"key":"fileId","value":"<integer>","description":"File ID"},{"key":"type","value":"<string>","description":"Type (Image or File)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"fileId\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"entityId\": \"<integer>\",\n      \"url\": \"<string>\",\n      \"fileTypeId\": \"<integer>\",\n      \"fileTypeDescription\": \"<string>\",\n      \"active\": \"<boolean>\",\n      \"description\": \"<string>\"\n    },\n    {\n      \"fileId\": \"<integer>\",\n      \"type\": \"<string>\",\n      \"entityId\": \"<integer>\",\n      \"url\": \"<string>\",\n      \"fileTypeId\": \"<integer>\",\n      \"fileTypeDescription\": \"<string>\",\n      \"active\": \"<boolean>\",\n      \"description\": \"<string>\"\n    }\n  ]\n}"},{"id":"93c86ab0-f7d1-4723-868f-8783dfb67997","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files"],"query":[{"key":"fileTypeId","value":"<integer>","description":"Type of file to filter"},{"key":"active","value":"<boolean>","description":"Current filter"},{"key":"fileName","value":"<string>","description":"File Name"},{"key":"description","value":"<string>","description":"Description"},{"key":"entityTypeId","value":"<integer>","description":"(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)"},{"key":"entityId","value":"<integer>","description":"(Required) Entity id (structure number except for the type employees)"},{"key":"fileId","value":"<integer>","description":"File ID"},{"key":"type","value":"<string>","description":"Type (Image or File)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"eb15e413-4886-4ac4-b0fe-2882ed41d7c1","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files"],"query":[{"key":"fileTypeId","value":"<integer>","description":"Type of file to filter"},{"key":"active","value":"<boolean>","description":"Current filter"},{"key":"fileName","value":"<string>","description":"File Name"},{"key":"description","value":"<string>","description":"Description"},{"key":"entityTypeId","value":"<integer>","description":"(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)"},{"key":"entityId","value":"<integer>","description":"(Required) Entity id (structure number except for the type employees)"},{"key":"fileId","value":"<integer>","description":"File ID"},{"key":"type","value":"<string>","description":"Type (Image or File)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"49529f00-4b69-4eaf-892f-c88ed0799c2a","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files"],"query":[{"key":"fileTypeId","value":"<integer>","description":"Type of file to filter"},{"key":"active","value":"<boolean>","description":"Current filter"},{"key":"fileName","value":"<string>","description":"File Name"},{"key":"description","value":"<string>","description":"Description"},{"key":"entityTypeId","value":"<integer>","description":"(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)"},{"key":"entityId","value":"<integer>","description":"(Required) Entity id (structure number except for the type employees)"},{"key":"fileId","value":"<integer>","description":"File ID"},{"key":"type","value":"<string>","description":"Type (Image or File)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"053a551a-a90e-4248-93a5-a8296b1c7cbe","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files"],"query":[{"key":"fileTypeId","value":"<integer>","description":"Type of file to filter"},{"key":"active","value":"<boolean>","description":"Current filter"},{"key":"fileName","value":"<string>","description":"File Name"},{"key":"description","value":"<string>","description":"Description"},{"key":"entityTypeId","value":"<integer>","description":"(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)"},{"key":"entityId","value":"<integer>","description":"(Required) Entity id (structure number except for the type employees)"},{"key":"fileId","value":"<integer>","description":"File ID"},{"key":"type","value":"<string>","description":"Type (Image or File)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"f1a52443-9a3f-4c59-8a26-9b99df78bd9c","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files"],"query":[{"key":"fileTypeId","value":"<integer>","description":"Type of file to filter"},{"key":"active","value":"<boolean>","description":"Current filter"},{"key":"fileName","value":"<string>","description":"File Name"},{"key":"description","value":"<string>","description":"Description"},{"key":"entityTypeId","value":"<integer>","description":"(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)"},{"key":"entityId","value":"<integer>","description":"(Required) Entity id (structure number except for the type employees)"},{"key":"fileId","value":"<integer>","description":"File ID"},{"key":"type","value":"<string>","description":"Type (Image or File)"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"dde3ef18-13fa-412b-9e81-22b2acbc1615"},{"name":"Update file","id":"a589790c-b576-4f29-8d2d-b58ced58137b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["fileManagement","files"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Type of file to filter</p>\n","type":"text/plain"},"key":"fileTypeId","value":"<integer>"},{"description":{"content":"<p>Current filter</p>\n","type":"text/plain"},"key":"active","value":"<boolean>"},{"description":{"content":"<p>File Name</p>\n","type":"text/plain"},"key":"fileName","value":"<string>"},{"description":{"content":"<p>Description</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)</p>\n","type":"text/plain"},"key":"entityTypeId","value":"<integer>"},{"description":{"content":"<p>(Required) Entity id (structure number except for the type employees)</p>\n","type":"text/plain"},"key":"entityId","value":"<integer>"},{"description":{"content":"<p>File ID</p>\n","type":"text/plain"},"key":"fileId","value":"<integer>"},{"description":{"content":"<p>Type (Image or File)</p>\n","type":"text/plain"},"key":"type","value":"<string>"}],"variable":[]}},"response":[{"id":"3144f054-fd28-436a-bf64-3176d986c41e","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files"],"query":[{"key":"fileTypeId","value":"<integer>","description":"Type of file to filter"},{"key":"active","value":"<boolean>","description":"Current filter"},{"key":"fileName","value":"<string>","description":"File Name"},{"key":"description","value":"<string>","description":"Description"},{"key":"entityTypeId","value":"<integer>","description":"(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)"},{"key":"entityId","value":"<integer>","description":"(Required) Entity id (structure number except for the type employees)"},{"key":"fileId","value":"<integer>","description":"File ID"},{"key":"type","value":"<string>","description":"Type (Image or File)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"entity\": {},\n  \"messages\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"cc2f81af-11c8-4ffc-b3c3-cd0cc34be344","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files"],"query":[{"key":"fileTypeId","value":"<integer>","description":"Type of file to filter"},{"key":"active","value":"<boolean>","description":"Current filter"},{"key":"fileName","value":"<string>","description":"File Name"},{"key":"description","value":"<string>","description":"Description"},{"key":"entityTypeId","value":"<integer>","description":"(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)"},{"key":"entityId","value":"<integer>","description":"(Required) Entity id (structure number except for the type employees)"},{"key":"fileId","value":"<integer>","description":"File ID"},{"key":"type","value":"<string>","description":"Type (Image or File)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"6466cb76-d10d-4016-8c3a-941140f4198c","name":"Credentials provided are not valid.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files"],"query":[{"key":"fileTypeId","value":"<integer>","description":"Type of file to filter"},{"key":"active","value":"<boolean>","description":"Current filter"},{"key":"fileName","value":"<string>","description":"File Name"},{"key":"description","value":"<string>","description":"Description"},{"key":"entityTypeId","value":"<integer>","description":"(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)"},{"key":"entityId","value":"<integer>","description":"(Required) Entity id (structure number except for the type employees)"},{"key":"fileId","value":"<integer>","description":"File ID"},{"key":"type","value":"<string>","description":"Type (Image or File)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"53b3fc2e-4e4d-4c2d-b34b-59676169a770","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files"],"query":[{"key":"fileTypeId","value":"<integer>","description":"Type of file to filter"},{"key":"active","value":"<boolean>","description":"Current filter"},{"key":"fileName","value":"<string>","description":"File Name"},{"key":"description","value":"<string>","description":"Description"},{"key":"entityTypeId","value":"<integer>","description":"(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)"},{"key":"entityId","value":"<integer>","description":"(Required) Entity id (structure number except for the type employees)"},{"key":"fileId","value":"<integer>","description":"File ID"},{"key":"type","value":"<string>","description":"Type (Image or File)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"86aa665f-a14a-4013-b967-79344255db2b","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files"],"query":[{"key":"fileTypeId","value":"<integer>","description":"Type of file to filter"},{"key":"active","value":"<boolean>","description":"Current filter"},{"key":"fileName","value":"<string>","description":"File Name"},{"key":"description","value":"<string>","description":"Description"},{"key":"entityTypeId","value":"<integer>","description":"(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)"},{"key":"entityId","value":"<integer>","description":"(Required) Entity id (structure number except for the type employees)"},{"key":"fileId","value":"<integer>","description":"File ID"},{"key":"type","value":"<string>","description":"Type (Image or File)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"4b79c9e1-a24a-45ae-8f3f-c58fecab5be1","name":"Internal Server Error.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files"],"query":[{"key":"fileTypeId","value":"<integer>","description":"Type of file to filter"},{"key":"active","value":"<boolean>","description":"Current filter"},{"key":"fileName","value":"<string>","description":"File Name"},{"key":"description","value":"<string>","description":"Description"},{"key":"entityTypeId","value":"<integer>","description":"(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)"},{"key":"entityId","value":"<integer>","description":"(Required) Entity id (structure number except for the type employees)"},{"key":"fileId","value":"<integer>","description":"File ID"},{"key":"type","value":"<string>","description":"Type (Image or File)"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"a589790c-b576-4f29-8d2d-b58ced58137b"},{"name":"Create file","id":"9268819d-fe90-4ccd-9fe8-f9ec1c2883f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["fileManagement","files"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Type of file to filter</p>\n","type":"text/plain"},"key":"fileTypeId","value":"<integer>"},{"description":{"content":"<p>Current filter</p>\n","type":"text/plain"},"key":"active","value":"<boolean>"},{"description":{"content":"<p>File Name</p>\n","type":"text/plain"},"key":"fileName","value":"<string>"},{"description":{"content":"<p>Description</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)</p>\n","type":"text/plain"},"key":"entityTypeId","value":"<integer>"},{"description":{"content":"<p>(Required) Entity id (structure number except for the type employees)</p>\n","type":"text/plain"},"key":"entityId","value":"<integer>"},{"description":{"content":"<p>File ID</p>\n","type":"text/plain"},"key":"fileId","value":"<integer>"},{"description":{"content":"<p>Type (Image or File)</p>\n","type":"text/plain"},"key":"type","value":"<string>"}],"variable":[]}},"response":[{"id":"79d04305-d680-4c3f-a11f-225d414e15e5","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files"],"query":[{"key":"fileTypeId","value":"<integer>","description":"Type of file to filter"},{"key":"active","value":"<boolean>","description":"Current filter"},{"key":"fileName","value":"<string>","description":"File Name"},{"key":"description","value":"<string>","description":"Description"},{"key":"entityTypeId","value":"<integer>","description":"(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)"},{"key":"entityId","value":"<integer>","description":"(Required) Entity id (structure number except for the type employees)"},{"key":"fileId","value":"<integer>","description":"File ID"},{"key":"type","value":"<string>","description":"Type (Image or File)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"entity\": {},\n  \"messages\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"d80e0671-4012-4127-949f-4607b9ae4a90","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files"],"query":[{"key":"fileTypeId","value":"<integer>","description":"Type of file to filter"},{"key":"active","value":"<boolean>","description":"Current filter"},{"key":"fileName","value":"<string>","description":"File Name"},{"key":"description","value":"<string>","description":"Description"},{"key":"entityTypeId","value":"<integer>","description":"(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)"},{"key":"entityId","value":"<integer>","description":"(Required) Entity id (structure number except for the type employees)"},{"key":"fileId","value":"<integer>","description":"File ID"},{"key":"type","value":"<string>","description":"Type (Image or File)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"a0f18761-adae-4889-8681-c8fde7a2979c","name":"Credentials provided are not valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files"],"query":[{"key":"fileTypeId","value":"<integer>","description":"Type of file to filter"},{"key":"active","value":"<boolean>","description":"Current filter"},{"key":"fileName","value":"<string>","description":"File Name"},{"key":"description","value":"<string>","description":"Description"},{"key":"entityTypeId","value":"<integer>","description":"(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)"},{"key":"entityId","value":"<integer>","description":"(Required) Entity id (structure number except for the type employees)"},{"key":"fileId","value":"<integer>","description":"File ID"},{"key":"type","value":"<string>","description":"Type (Image or File)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"34cc1b68-1e53-47bd-b48b-257dd9a7e6a4","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files"],"query":[{"key":"fileTypeId","value":"<integer>","description":"Type of file to filter"},{"key":"active","value":"<boolean>","description":"Current filter"},{"key":"fileName","value":"<string>","description":"File Name"},{"key":"description","value":"<string>","description":"Description"},{"key":"entityTypeId","value":"<integer>","description":"(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)"},{"key":"entityId","value":"<integer>","description":"(Required) Entity id (structure number except for the type employees)"},{"key":"fileId","value":"<integer>","description":"File ID"},{"key":"type","value":"<string>","description":"Type (Image or File)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"e079af99-34ff-4269-a961-8e238100202f","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files"],"query":[{"key":"fileTypeId","value":"<integer>","description":"Type of file to filter"},{"key":"active","value":"<boolean>","description":"Current filter"},{"key":"fileName","value":"<string>","description":"File Name"},{"key":"description","value":"<string>","description":"Description"},{"key":"entityTypeId","value":"<integer>","description":"(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)"},{"key":"entityId","value":"<integer>","description":"(Required) Entity id (structure number except for the type employees)"},{"key":"fileId","value":"<integer>","description":"File ID"},{"key":"type","value":"<string>","description":"Type (Image or File)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"322f32d1-787d-4c12-89fe-d0f8fb9f960f","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/files?fileTypeId=<integer>&active=<boolean>&fileName=<string>&description=<string>&entityTypeId=<integer>&entityId=<integer>&fileId=<integer>&type=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","files"],"query":[{"key":"fileTypeId","value":"<integer>","description":"Type of file to filter"},{"key":"active","value":"<boolean>","description":"Current filter"},{"key":"fileName","value":"<string>","description":"File Name"},{"key":"description","value":"<string>","description":"Description"},{"key":"entityTypeId","value":"<integer>","description":"(Required) Entity type id (1: \"Employee\", 4: \"HealthInsurance\", etc)"},{"key":"entityId","value":"<integer>","description":"(Required) Entity id (structure number except for the type employees)"},{"key":"fileId","value":"<integer>","description":"File ID"},{"key":"type","value":"<string>","description":"Type (Image or File)"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"9268819d-fe90-4ccd-9fe8-f9ec1c2883f1"},{"name":"Delete file","id":"16262c5f-17cd-47ba-bb4a-f66a7c0d7f66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"entityTypeId\": \"<integer>\",\n  \"entityId\": \"<integer>\",\n  \"fileId\": \"<integer>\",\n  \"type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/files","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["fileManagement","files"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"442601f8-ad91-4e65-8c01-b0e8d5ca3a8e","name":"OK","originalRequest":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"entityTypeId\": \"<integer>\",\n  \"entityId\": \"<integer>\",\n  \"fileId\": \"<integer>\",\n  \"type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/files"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"entity\": {},\n  \"messages\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"6e37e341-623f-4c80-93b8-555d4e1177eb","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"entityTypeId\": \"<integer>\",\n  \"entityId\": \"<integer>\",\n  \"fileId\": \"<integer>\",\n  \"type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/files"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"826e931e-84a5-437b-80ab-a89a5b2157b0","name":"Credentials provided are not valid.","originalRequest":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"entityTypeId\": \"<integer>\",\n  \"entityId\": \"<integer>\",\n  \"fileId\": \"<integer>\",\n  \"type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/files"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"6b2fb7e2-c1d5-44eb-a748-1d30c979f8cb","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"entityTypeId\": \"<integer>\",\n  \"entityId\": \"<integer>\",\n  \"fileId\": \"<integer>\",\n  \"type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/files"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"b885e6cd-adcf-49e0-ba18-8446b87cf741","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"entityTypeId\": \"<integer>\",\n  \"entityId\": \"<integer>\",\n  \"fileId\": \"<integer>\",\n  \"type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/files"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"eb273a2d-6166-4aa1-a103-2f1af506a112","name":"Internal Server Error.","originalRequest":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"entityTypeId\": \"<integer>\",\n  \"entityId\": \"<integer>\",\n  \"fileId\": \"<integer>\",\n  \"type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/files"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"16262c5f-17cd-47ba-bb4a-f66a7c0d7f66"}],"id":"a1cf075d-8bbd-43af-ab8f-412b95fca11e","_postman_id":"a1cf075d-8bbd-43af-ab8f-412b95fca11e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"entityTypes","item":[{"name":"Get types","id":"d29461ad-5ed5-476a-9e7c-f1d428cb9f61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/entityTypes","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["fileManagement","entityTypes"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"745b406c-f8b7-4a3d-8976-045fdf1362e7","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/entityTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"minim2\": \"<string>\",\n  \"sede1\": \"<string>\"\n}"},{"id":"21b19c61-cb58-4206-bb95-d948278b85c9","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/entityTypes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"94aea9ec-2283-4b70-8fbb-2bfd7f152198","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/entityTypes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"af8aa67f-fa0e-4581-869a-0d460bec1bfa","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/entityTypes"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"4dabf856-f9f8-4ff9-b449-042099d9e207","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/entityTypes"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"34f17863-205c-4920-952f-d9fd21a6781e","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/entityTypes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"d29461ad-5ed5-476a-9e7c-f1d428cb9f61"}],"id":"6201c513-deb0-4382-9d25-bf0466b8829d","_postman_id":"6201c513-deb0-4382-9d25-bf0466b8829d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"template","item":[{"name":"Get templates","id":"6759f7e6-5670-457c-a9bb-43d6220e53e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/template","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["fileManagement","template"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"12cb4f3a-569b-4dbb-b1b6-f297c90ffca0","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/template"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"c60654d1-9978-4f9e-9e06-dcd6f26248bd","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/template"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"31fda5f5-bad5-46af-9183-73d50fa40170","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/template"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"96c8801a-3d9c-4dc3-933a-9ac34bc7fb35","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/template"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"97792e22-220d-4385-bf86-73d363d56e45","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/template"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"71a9b353-c94d-42af-8b47-1029fa90f0f9","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/template"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"6759f7e6-5670-457c-a9bb-43d6220e53e4"},{"name":"Upload template","id":"0275350d-5ce3-4ea8-83b8-ba02c5b23010","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/template","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["fileManagement","template"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"202afc85-0735-4933-9cc3-eabc9f86632c","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/template"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"entity\": {},\n  \"messages\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"7a63faa5-4853-448c-a1e2-87a8be4ba779","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/template"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"c16290b7-0f85-429a-a779-01537eb71efb","name":"Credentials provided are not valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/template"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"7edff93c-3bd4-43fd-8c61-b648f0ab03c0","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/template"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"042f70a4-e694-413c-9c1f-42ce03217d93","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/template"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"823fe67e-bce5-4d9b-8268-af17cc0b2666","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/template"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"0275350d-5ce3-4ea8-83b8-ba02c5b23010"}],"id":"a39b3556-ffcd-4a17-adb9-9a8439e705c9","_postman_id":"a39b3556-ffcd-4a17-adb9-9a8439e705c9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"models","item":[{"name":"{modelId}","item":[{"name":"interface","item":[{"name":"Upload interface","id":"aca9df59-7c2b-4796-a85c-64ba1eaeff86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/interface","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["fileManagement","models",":modelId","interface"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"modelId"}]}},"response":[{"id":"13fc6582-45db-4e1d-85b8-fa7230913400","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/interface","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","models",":modelId","interface"],"variable":[{"key":"modelId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"entity\": {},\n  \"messages\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"79f0b301-353c-4afe-94eb-e82bd779bebd","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/interface","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","models",":modelId","interface"],"variable":[{"key":"modelId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"a79a7ce5-dc80-4794-8369-ab5ee8192743","name":"Credentials provided are not valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/interface","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","models",":modelId","interface"],"variable":[{"key":"modelId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"ebd72f81-2881-478e-aee1-9cd41f3511a9","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/interface","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","models",":modelId","interface"],"variable":[{"key":"modelId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"4825d26e-3936-4f99-a3bc-59a69fab98c9","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/interface","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","models",":modelId","interface"],"variable":[{"key":"modelId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"bd384cf1-7aba-400d-a90a-fb91b1a91254","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/interface","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","models",":modelId","interface"],"variable":[{"key":"modelId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"aca9df59-7c2b-4796-a85c-64ba1eaeff86"}],"id":"6b57669c-cd7e-4b0a-b5e1-d3ebbd8e18af","_postman_id":"6b57669c-cd7e-4b0a-b5e1-d3ebbd8e18af","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"planner-files","item":[{"name":"Get models by modelId","id":"f2dfeef4-eff8-4e8e-beba-39091f7088f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"AgentSecurityCode","value":"<string>","description":"<p>(Required) Agent Security Code</p>\n"},{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/planner-files?typeProcessId=<integer>&idUser=<string>&startDate=<dateTime>&endDate=<dateTime>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["fileManagement","models",":modelId","planner-files"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"typeProcessId","value":"<integer>"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"idUser","value":"<string>"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"startDate","value":"<dateTime>"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"endDate","value":"<dateTime>"}],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"modelId"}]}},"response":[{"id":"e99a1528-33de-484a-a4bd-9dbcad6820d6","name":"OK","originalRequest":{"method":"GET","header":[{"key":"AgentSecurityCode","value":"<string>","description":"(Required) Agent Security Code"},{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/planner-files?typeProcessId=<integer>&idUser=<string>&startDate=<dateTime>&endDate=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","models",":modelId","planner-files"],"query":[{"key":"typeProcessId","value":"<integer>","description":"(Required) "},{"key":"idUser","value":"<string>","description":"(Required) "},{"key":"startDate","value":"<dateTime>","description":"(Required) "},{"key":"endDate","value":"<dateTime>","description":"(Required) "}],"variable":[{"key":"modelId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"<string>\",\n    \"tenantProcessId\": \"<integer>\",\n    \"numberOfRows\": \"<integer>\",\n    \"fileNameWithError\": \"<boolean>\"\n  },\n  {\n    \"name\": \"<string>\",\n    \"tenantProcessId\": \"<integer>\",\n    \"numberOfRows\": \"<integer>\",\n    \"fileNameWithError\": \"<boolean>\"\n  }\n]"},{"id":"73f18553-a353-44f7-8e38-c7c0b5a33d01","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"AgentSecurityCode","value":"<string>","description":"(Required) Agent Security Code"},{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/planner-files?typeProcessId=<integer>&idUser=<string>&startDate=<dateTime>&endDate=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","models",":modelId","planner-files"],"query":[{"key":"typeProcessId","value":"<integer>","description":"(Required) "},{"key":"idUser","value":"<string>","description":"(Required) "},{"key":"startDate","value":"<dateTime>","description":"(Required) "},{"key":"endDate","value":"<dateTime>","description":"(Required) "}],"variable":[{"key":"modelId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"c1551bbc-dee3-43f5-ae9c-4edc98c480fa","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"AgentSecurityCode","value":"<string>","description":"(Required) Agent Security Code"},{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/planner-files?typeProcessId=<integer>&idUser=<string>&startDate=<dateTime>&endDate=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","models",":modelId","planner-files"],"query":[{"key":"typeProcessId","value":"<integer>","description":"(Required) "},{"key":"idUser","value":"<string>","description":"(Required) "},{"key":"startDate","value":"<dateTime>","description":"(Required) "},{"key":"endDate","value":"<dateTime>","description":"(Required) "}],"variable":[{"key":"modelId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"c38b70b5-98cf-44b7-836b-df3042b0c43b","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"AgentSecurityCode","value":"<string>","description":"(Required) Agent Security Code"},{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/planner-files?typeProcessId=<integer>&idUser=<string>&startDate=<dateTime>&endDate=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","models",":modelId","planner-files"],"query":[{"key":"typeProcessId","value":"<integer>","description":"(Required) "},{"key":"idUser","value":"<string>","description":"(Required) "},{"key":"startDate","value":"<dateTime>","description":"(Required) "},{"key":"endDate","value":"<dateTime>","description":"(Required) "}],"variable":[{"key":"modelId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"8c63da8d-6782-49f4-8003-61b805b40e7c","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"AgentSecurityCode","value":"<string>","description":"(Required) Agent Security Code"},{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/planner-files?typeProcessId=<integer>&idUser=<string>&startDate=<dateTime>&endDate=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","models",":modelId","planner-files"],"query":[{"key":"typeProcessId","value":"<integer>","description":"(Required) "},{"key":"idUser","value":"<string>","description":"(Required) "},{"key":"startDate","value":"<dateTime>","description":"(Required) "},{"key":"endDate","value":"<dateTime>","description":"(Required) "}],"variable":[{"key":"modelId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"5006c230-9489-4eda-b628-cce83bc24cdf","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"AgentSecurityCode","value":"<string>","description":"(Required) Agent Security Code"},{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/planner-files?typeProcessId=<integer>&idUser=<string>&startDate=<dateTime>&endDate=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","models",":modelId","planner-files"],"query":[{"key":"typeProcessId","value":"<integer>","description":"(Required) "},{"key":"idUser","value":"<string>","description":"(Required) "},{"key":"startDate","value":"<dateTime>","description":"(Required) "},{"key":"endDate","value":"<dateTime>","description":"(Required) "}],"variable":[{"key":"modelId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"f2dfeef4-eff8-4e8e-beba-39091f7088f9"}],"id":"61f92706-3201-4d9c-9127-82564a1740c6","_postman_id":"61f92706-3201-4d9c-9127-82564a1740c6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"c35399f3-6b39-45c0-80bb-c5b3e6092997","_postman_id":"c35399f3-6b39-45c0-80bb-c5b3e6092997","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"3cfb2572-f188-4eab-ad18-c171b218583e","_postman_id":"3cfb2572-f188-4eab-ad18-c171b218583e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"495c7559-f843-46f5-8296-7e8a6003a710","_postman_id":"495c7559-f843-46f5-8296-7e8a6003a710","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"files","item":[{"name":"update-if-not-in-blobstorage","item":[{"name":"Update file information by employee and file name (for files not yet uploaded to Blob Storage)","id":"e218c131-812d-4e69-af2c-4426317c423b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/files/update-if-not-in-blobstorage","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["files","update-if-not-in-blobstorage"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"2dda9bc8-0907-40a3-92d3-ed41ebff3bbc","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/files/update-if-not-in-blobstorage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e37c89ff-e9ef-4b13-bdb1-824c0abee9e5","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/files/update-if-not-in-blobstorage"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"6b735117-6864-43c5-a4e4-8948066b7f22","name":"Credentials provided are not valid.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/files/update-if-not-in-blobstorage"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"890f9615-3cac-420c-b8ed-28386cf9533e","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/files/update-if-not-in-blobstorage"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"f40cccd8-c7b5-4ff5-8453-0ca0ba4bfbdb","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/files/update-if-not-in-blobstorage"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"92f8553b-2eae-40fb-aa6b-0b8ce2c0f9c1","name":"Internal Server Error.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/files/update-if-not-in-blobstorage"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"e218c131-812d-4e69-af2c-4426317c423b"}],"id":"104a7757-d7f7-4161-a8ea-c89718aa7cda","_postman_id":"104a7757-d7f7-4161-a8ea-c89718aa7cda","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Update File information","id":"cb4e8d35-c7a6-4fd4-9ee1-fcee00df3d70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/files","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["files"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"4cc11da8-7342-4bbc-bbe0-ae09f73228e8","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/files"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"3a6f2882-4060-4a7f-ab9b-a86d923b346e","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/files"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"e7453006-29bc-4dcc-9360-96d06e16a5fc","name":"Credentials provided are not valid.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/files"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"355c2aea-7c1f-4ccc-b4e6-af2acefd9d84","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/files"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"dbb04b47-f5d9-484f-b090-ce2be69bbb44","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/files"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"86975c4b-c3be-4794-bae3-acb91c24c26c","name":"Internal Server Error.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/files"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"cb4e8d35-c7a6-4fd4-9ee1-fcee00df3d70"}],"id":"88eb0f03-6594-4b82-9b5f-baad0246b92d","_postman_id":"88eb0f03-6594-4b82-9b5f-baad0246b92d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"image-files","item":[{"name":"update-if-not-in-blobstorage","item":[{"name":"Update image file information by name (for files not yet uploaded to Blob Storage)","id":"4086f9c8-16d7-4723-b101-9955cc6ee7cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/image-files/update-if-not-in-blobstorage","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["image-files","update-if-not-in-blobstorage"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"74b8d647-f723-44b2-85dc-f3e794956487","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/image-files/update-if-not-in-blobstorage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"bc1417e4-5f0a-4d09-b31a-46eeb0ec4dc9","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/image-files/update-if-not-in-blobstorage"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"c6593c0d-52f3-4d78-bf2d-91460c27f9a3","name":"Credentials provided are not valid.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/image-files/update-if-not-in-blobstorage"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"87ab9e07-44b9-4081-8c82-8ae0ccce328d","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/image-files/update-if-not-in-blobstorage"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"b9100b94-0282-4a4a-b05a-358e806ff71a","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/image-files/update-if-not-in-blobstorage"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"262997c2-ca92-4392-af17-6c76f2f09cd1","name":"Internal Server Error.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/image-files/update-if-not-in-blobstorage"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"4086f9c8-16d7-4723-b101-9955cc6ee7cf"}],"id":"74dac037-ded8-41a5-8405-ada971806a18","_postman_id":"74dac037-ded8-41a5-8405-ada971806a18","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Get Image File information by name","id":"f822c8d2-9c6f-4874-bb92-5769ab07a4f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/image-files?name=<string>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["image-files"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>(Required) Image File Name</p>\n","type":"text/plain"},"key":"name","value":"<string>"}],"variable":[]}},"response":[{"id":"0f7eba4b-2fac-4877-ae90-dfebf24b1528","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/image-files?name=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["image-files"],"query":[{"key":"name","value":"<string>","description":"(Required) Image File Name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"type\": \"<string>\",\n  \"fileNameInStorage\": \"<string>\",\n  \"id\": \"<integer>\"\n}"},{"id":"e51eae72-1936-4417-8f65-dd7e989f7ccd","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/image-files?name=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["image-files"],"query":[{"key":"name","value":"<string>","description":"(Required) Image File Name"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"a60261ae-9c30-4f11-992c-f7c2e948a311","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/image-files?name=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["image-files"],"query":[{"key":"name","value":"<string>","description":"(Required) Image File Name"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"ee861d80-87c1-44b8-a8cd-b53960fd1008","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/image-files?name=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["image-files"],"query":[{"key":"name","value":"<string>","description":"(Required) Image File Name"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"15afc387-dee3-4063-90bc-ab8a7e26e787","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/image-files?name=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["image-files"],"query":[{"key":"name","value":"<string>","description":"(Required) Image File Name"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"de23dd16-67d9-4289-9a66-5709cdf9a262","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/image-files?name=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["image-files"],"query":[{"key":"name","value":"<string>","description":"(Required) Image File Name"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"f822c8d2-9c6f-4874-bb92-5769ab07a4f1"},{"name":"Update Image File information","id":"86d819e7-9d91-4424-83ba-776e6486a390","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/image-files","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["image-files"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"07fc6cc0-65df-449f-acad-0667614e37fd","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/image-files"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0fe0d85a-a8bd-468b-b879-24ba2a5bd89a","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/image-files"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"6b044270-9dd4-469f-b91e-100c615f338e","name":"Credentials provided are not valid.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/image-files"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"c6fedb12-a171-4b39-88d4-00d99b225dec","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/image-files"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"958df473-6832-497f-a134-aafc33598536","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/image-files"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"3cb56957-cb76-432d-bf8f-27bba3623280","name":"Internal Server Error.","originalRequest":{"method":"PUT","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"typeId\": \"<integer>\",\n  \"fileNameInStorage\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/image-files"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"86d819e7-9d91-4424-83ba-776e6486a390"}],"id":"6d613d6b-7d0f-4c0b-b517-198b37816e4a","_postman_id":"6d613d6b-7d0f-4c0b-b517-198b37816e4a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"integration","item":[{"name":"employees","item":[{"name":"Create or Updates Employees","id":"f5589206-fd4c-44c3-88be-bcc30d088cce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"documentNumber\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"birthDate\": \"<dateTime>\",\n    \"hireDate\": \"<dateTime>\",\n    \"companyName\": \"<string>\",\n    \"jobTypeName\": \"<string>\",\n    \"id\": \"<integer>\"\n  },\n  {\n    \"documentNumber\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"birthDate\": \"<dateTime>\",\n    \"hireDate\": \"<dateTime>\",\n    \"companyName\": \"<string>\",\n    \"jobTypeName\": \"<string>\",\n    \"id\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/integration/employees?batch=<uuid>&method=API","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["integration","employees"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"batch","value":"<uuid>"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"method","value":"API"}],"variable":[]}},"response":[{"id":"18f97d63-2013-4285-9483-e93dfa16f5f9","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"documentNumber\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"birthDate\": \"<dateTime>\",\n    \"hireDate\": \"<dateTime>\",\n    \"companyName\": \"<string>\",\n    \"jobTypeName\": \"<string>\",\n    \"id\": \"<integer>\"\n  },\n  {\n    \"documentNumber\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"birthDate\": \"<dateTime>\",\n    \"hireDate\": \"<dateTime>\",\n    \"companyName\": \"<string>\",\n    \"jobTypeName\": \"<string>\",\n    \"id\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/employees?batch=<uuid>&method=API","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","employees"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"timeStamp\": \"<dateTime>\",\n  \"batch\": \"<uuid>\",\n  \"applicationId\": \"<integer>\",\n  \"componentId\": \"<integer>\",\n  \"operationId\": \"<integer>\",\n  \"methodId\": \"<integer>\",\n  \"total\": \"<integer>\",\n  \"success\": \"<integer>\",\n  \"error\": \"<integer>\",\n  \"errorMessages\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"exception\": {},\n  \"log\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"85d1aff5-0ce9-46c8-aeca-7acba54cd7ac","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"documentNumber\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"birthDate\": \"<dateTime>\",\n    \"hireDate\": \"<dateTime>\",\n    \"companyName\": \"<string>\",\n    \"jobTypeName\": \"<string>\",\n    \"id\": \"<integer>\"\n  },\n  {\n    \"documentNumber\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"birthDate\": \"<dateTime>\",\n    \"hireDate\": \"<dateTime>\",\n    \"companyName\": \"<string>\",\n    \"jobTypeName\": \"<string>\",\n    \"id\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/employees?batch=<uuid>&method=API","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","employees"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"44d40fe7-d5c0-4afb-95a8-3a80cacac2fa","name":"Credentials provided are not valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"[\n  {\n    \"documentNumber\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"birthDate\": \"<dateTime>\",\n    \"hireDate\": \"<dateTime>\",\n    \"companyName\": \"<string>\",\n    \"jobTypeName\": \"<string>\",\n    \"id\": \"<integer>\"\n  },\n  {\n    \"documentNumber\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"birthDate\": \"<dateTime>\",\n    \"hireDate\": \"<dateTime>\",\n    \"companyName\": \"<string>\",\n    \"jobTypeName\": \"<string>\",\n    \"id\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/employees?batch=<uuid>&method=API","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","employees"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"7bb74d54-de98-487d-a725-a3d6c0eab098","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"[\n  {\n    \"documentNumber\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"birthDate\": \"<dateTime>\",\n    \"hireDate\": \"<dateTime>\",\n    \"companyName\": \"<string>\",\n    \"jobTypeName\": \"<string>\",\n    \"id\": \"<integer>\"\n  },\n  {\n    \"documentNumber\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"birthDate\": \"<dateTime>\",\n    \"hireDate\": \"<dateTime>\",\n    \"companyName\": \"<string>\",\n    \"jobTypeName\": \"<string>\",\n    \"id\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/employees?batch=<uuid>&method=API","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","employees"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"4d333ed7-7420-405e-8d84-09725d845cef","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"[\n  {\n    \"documentNumber\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"birthDate\": \"<dateTime>\",\n    \"hireDate\": \"<dateTime>\",\n    \"companyName\": \"<string>\",\n    \"jobTypeName\": \"<string>\",\n    \"id\": \"<integer>\"\n  },\n  {\n    \"documentNumber\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"birthDate\": \"<dateTime>\",\n    \"hireDate\": \"<dateTime>\",\n    \"companyName\": \"<string>\",\n    \"jobTypeName\": \"<string>\",\n    \"id\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/employees?batch=<uuid>&method=API","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","employees"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"547aaac9-0783-49e2-aaa1-1715ec605241","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"documentNumber\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"birthDate\": \"<dateTime>\",\n    \"hireDate\": \"<dateTime>\",\n    \"companyName\": \"<string>\",\n    \"jobTypeName\": \"<string>\",\n    \"id\": \"<integer>\"\n  },\n  {\n    \"documentNumber\": \"<string>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"gender\": \"<string>\",\n    \"birthDate\": \"<dateTime>\",\n    \"hireDate\": \"<dateTime>\",\n    \"companyName\": \"<string>\",\n    \"jobTypeName\": \"<string>\",\n    \"id\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/employees?batch=<uuid>&method=API","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","employees"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"f5589206-fd4c-44c3-88be-bcc30d088cce"}],"id":"41a87b73-3238-4f20-b99e-73eb92f6f66f","_postman_id":"41a87b73-3238-4f20-b99e-73eb92f6f66f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"saba","item":[{"name":"job-families","item":[{"name":"Create or Updates Job Families on Saba","id":"f84d051c-925b-4456-98b7-9a9bac350111","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/integration/saba/job-families?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["integration","saba","job-families"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"batch","value":"<uuid>"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"method","value":"API"},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}],"variable":[]}},"response":[{"id":"1bdc40b4-f007-48c5-87e8-1741594a3bd3","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/job-families?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","job-families"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"timeStamp\": \"<dateTime>\",\n  \"batch\": \"<uuid>\",\n  \"applicationId\": \"<integer>\",\n  \"componentId\": \"<integer>\",\n  \"operationId\": \"<integer>\",\n  \"methodId\": \"<integer>\",\n  \"total\": \"<integer>\",\n  \"success\": \"<integer>\",\n  \"error\": \"<integer>\",\n  \"errorMessages\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"exception\": {},\n  \"log\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"15e8592e-1475-4a05-9bfa-012dd7e52b63","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/job-families?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","job-families"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"bd3f5864-3482-464f-80be-28d5e7ca8f44","name":"Credentials provided are not valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/job-families?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","job-families"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"c2c79436-ca9a-4039-93b5-7478c7ec15a8","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/job-families?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","job-families"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"e0297a2b-84d5-4c01-b647-0510a8d48189","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/job-families?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","job-families"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"9b2192ac-0b2d-4766-b37e-a35d73fec6a1","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/job-families?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","job-families"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"f84d051c-925b-4456-98b7-9a9bac350111"}],"id":"5bcb7615-e845-4f65-af7f-7e4e0e5e0eed","_postman_id":"5bcb7615-e845-4f65-af7f-7e4e0e5e0eed","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"job-types","item":[{"name":"Create or Updates Job Types on Saba","id":"ae09ef37-8c88-465f-9136-baa260041878","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/integration/saba/job-types?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["integration","saba","job-types"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"batch","value":"<uuid>"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"method","value":"API"},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}],"variable":[]}},"response":[{"id":"69d51e84-543c-49ce-a253-2c50e563f997","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/job-types?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","job-types"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"timeStamp\": \"<dateTime>\",\n  \"batch\": \"<uuid>\",\n  \"applicationId\": \"<integer>\",\n  \"componentId\": \"<integer>\",\n  \"operationId\": \"<integer>\",\n  \"methodId\": \"<integer>\",\n  \"total\": \"<integer>\",\n  \"success\": \"<integer>\",\n  \"error\": \"<integer>\",\n  \"errorMessages\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"exception\": {},\n  \"log\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"ce9dbf74-a622-463c-a56f-9be0fac70d66","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/job-types?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","job-types"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"52076919-8558-4bfa-9e7e-32377021b745","name":"Credentials provided are not valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/job-types?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","job-types"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"6148ca7b-c344-4bfd-ba46-b92353008648","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/job-types?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","job-types"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"4c74b750-5cc2-4f07-9880-c53f3b224683","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/job-types?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","job-types"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"958b02ee-1e9d-4d8c-8408-eeddbc9eb821","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/job-types?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","job-types"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"ae09ef37-8c88-465f-9136-baa260041878"}],"id":"d681f34b-4d55-4c05-8aec-5b3ab6451db3","_postman_id":"d681f34b-4d55-4c05-8aec-5b3ab6451db3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"education","item":[{"name":"Create or Updates Education on Saba","id":"fad5bbc8-36cb-41ed-9017-146c538bc967","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/integration/saba/education?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["integration","saba","education"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"batch","value":"<uuid>"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"method","value":"API"},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}],"variable":[]}},"response":[{"id":"7347c044-131d-489f-8c5b-e310ea707917","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/education?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","education"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"timeStamp\": \"<dateTime>\",\n  \"batch\": \"<uuid>\",\n  \"applicationId\": \"<integer>\",\n  \"componentId\": \"<integer>\",\n  \"operationId\": \"<integer>\",\n  \"methodId\": \"<integer>\",\n  \"total\": \"<integer>\",\n  \"success\": \"<integer>\",\n  \"error\": \"<integer>\",\n  \"errorMessages\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"exception\": {},\n  \"log\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"6a1ea4ea-cf4f-4412-9c9b-a9896c838f50","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/education?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","education"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"1e694fb5-549c-424f-b7b7-9005b2625d29","name":"Credentials provided are not valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/education?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","education"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"059d077c-ad30-4d0b-bf23-5ede95be5571","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/education?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","education"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"0466803a-61d5-44d7-ace9-1bf012b6363d","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/education?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","education"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"c990e9ec-109a-4831-a3f4-ef7059097f0b","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/education?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","education"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"fad5bbc8-36cb-41ed-9017-146c538bc967"}],"id":"f3cab853-db21-4ab9-8cc3-46425da73e76","_postman_id":"f3cab853-db21-4ab9-8cc3-46425da73e76","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"internal-job-history","item":[{"name":"Create or Updates Internal Job History on Saba","id":"29ffef08-7f23-4c3a-a933-9953e5ce3149","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/integration/saba/internal-job-history?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["integration","saba","internal-job-history"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"batch","value":"<uuid>"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"method","value":"API"},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}],"variable":[]}},"response":[{"id":"42075e50-ebb9-4b51-ad23-bb10db586393","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/internal-job-history?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","internal-job-history"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"timeStamp\": \"<dateTime>\",\n  \"batch\": \"<uuid>\",\n  \"applicationId\": \"<integer>\",\n  \"componentId\": \"<integer>\",\n  \"operationId\": \"<integer>\",\n  \"methodId\": \"<integer>\",\n  \"total\": \"<integer>\",\n  \"success\": \"<integer>\",\n  \"error\": \"<integer>\",\n  \"errorMessages\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"exception\": {},\n  \"log\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"dca8f2f7-261d-4260-8f85-1343c8c76cf0","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/internal-job-history?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","internal-job-history"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"28748466-cc4a-4623-9858-f0a3beb5de32","name":"Credentials provided are not valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/internal-job-history?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","internal-job-history"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"4488a8e3-195b-48f7-bfb8-103cf771f621","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/internal-job-history?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","internal-job-history"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"0e685111-0609-4e05-90fe-e8ba362204a0","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/internal-job-history?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","internal-job-history"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"706cb354-8af6-4f83-bfed-25cb98c0da27","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/internal-job-history?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","internal-job-history"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"29ffef08-7f23-4c3a-a933-9953e5ce3149"}],"id":"f2ee2971-1619-451b-b37b-23fd4c91613a","_postman_id":"f2ee2971-1619-451b-b37b-23fd4c91613a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"external-job-history","item":[{"name":"Create or Updates External Job History on Saba","id":"41aa8e51-aabb-4de9-8348-97c998bcb651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/integration/saba/external-job-history?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["integration","saba","external-job-history"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"batch","value":"<uuid>"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"method","value":"API"},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}],"variable":[]}},"response":[{"id":"31e1bd24-baa6-42e6-b1b1-efbd6aa9dcf9","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/external-job-history?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","external-job-history"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"timeStamp\": \"<dateTime>\",\n  \"batch\": \"<uuid>\",\n  \"applicationId\": \"<integer>\",\n  \"componentId\": \"<integer>\",\n  \"operationId\": \"<integer>\",\n  \"methodId\": \"<integer>\",\n  \"total\": \"<integer>\",\n  \"success\": \"<integer>\",\n  \"error\": \"<integer>\",\n  \"errorMessages\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"exception\": {},\n  \"log\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"7face527-8e58-4966-b60c-8a065e019cad","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/external-job-history?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","external-job-history"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"0bae2546-fc76-45c3-b711-4491abe7b8fb","name":"Credentials provided are not valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/external-job-history?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","external-job-history"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"ddecc19f-ea0a-4b85-bb6b-a1f0b7536237","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/external-job-history?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","external-job-history"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"03cc3409-b21e-4ac5-bef1-60a30d8c7111","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/external-job-history?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","external-job-history"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"198a7456-ee8f-4741-8f1d-ca55d63ad92f","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/external-job-history?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","external-job-history"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"41aa8e51-aabb-4de9-8348-97c998bcb651"}],"id":"2fbb2976-cf37-413a-a4a2-b990f4456144","_postman_id":"2fbb2976-cf37-413a-a4a2-b990f4456144","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"organizations","item":[{"name":"Create or Updates Organizations on Saba","id":"f59e0a43-55bb-498e-8bfa-a6dff619b95e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/integration/saba/organizations?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["integration","saba","organizations"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"batch","value":"<uuid>"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"method","value":"API"},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}],"variable":[]}},"response":[{"id":"0ac99132-29a0-4f01-9921-82a86ae6fc66","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/organizations?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","organizations"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"timeStamp\": \"<dateTime>\",\n  \"batch\": \"<uuid>\",\n  \"applicationId\": \"<integer>\",\n  \"componentId\": \"<integer>\",\n  \"operationId\": \"<integer>\",\n  \"methodId\": \"<integer>\",\n  \"total\": \"<integer>\",\n  \"success\": \"<integer>\",\n  \"error\": \"<integer>\",\n  \"errorMessages\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"exception\": {},\n  \"log\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"31e8c060-be4d-4865-a6c9-121a0b8edccf","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/organizations?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","organizations"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"ab556cbc-b7c6-4c5d-8dd2-2428dfa512b9","name":"Credentials provided are not valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/organizations?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","organizations"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"effa21f5-b5eb-45af-a830-f0c9afa364c3","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/organizations?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","organizations"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"42a14f00-70ca-4928-ae0c-0514bd53cdc4","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/organizations?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","organizations"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"f3af11ef-22e1-4a25-91fc-8825417101be","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/organizations?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","organizations"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"f59e0a43-55bb-498e-8bfa-a6dff619b95e"}],"id":"339f1af3-cd55-4541-b5f0-5d97a59583a8","_postman_id":"339f1af3-cd55-4541-b5f0-5d97a59583a8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"locations","item":[{"name":"Create or Updates Locations on Saba","id":"e872e736-7736-4d0b-82da-53f4acb0982c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/integration/saba/locations?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["integration","saba","locations"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"batch","value":"<uuid>"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"method","value":"API"},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}],"variable":[]}},"response":[{"id":"4358f450-b328-41e2-97b1-06ee7245961f","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/locations?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","locations"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"timeStamp\": \"<dateTime>\",\n  \"batch\": \"<uuid>\",\n  \"applicationId\": \"<integer>\",\n  \"componentId\": \"<integer>\",\n  \"operationId\": \"<integer>\",\n  \"methodId\": \"<integer>\",\n  \"total\": \"<integer>\",\n  \"success\": \"<integer>\",\n  \"error\": \"<integer>\",\n  \"errorMessages\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"exception\": {},\n  \"log\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"f5a5fa7e-2718-4f64-84ff-5250845d01b4","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/locations?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","locations"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"fc695c84-205b-433b-a6aa-9e1182f829e7","name":"Credentials provided are not valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/locations?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","locations"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"60d8fb30-2d9a-4b24-8ff2-e48f933538b4","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/locations?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","locations"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"6bc636ca-ea9b-4537-8e66-34daa55ddb7c","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/locations?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","locations"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"7d94282e-7da9-4adf-994c-c628699d1467","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/locations?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","locations"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"e872e736-7736-4d0b-82da-53f4acb0982c"}],"id":"0498b602-0d75-46d3-8a72-5399665b64c7","_postman_id":"0498b602-0d75-46d3-8a72-5399665b64c7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"employees","item":[{"name":"Create or Updates Employees on Saba","id":"91ac25a3-a537-45c7-bd0d-13a421ed5d43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/integration/saba/employees?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["integration","saba","employees"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"batch","value":"<uuid>"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"method","value":"API"},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}],"variable":[]}},"response":[{"id":"12e14321-0889-40a3-a124-9da9450d6520","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/employees?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","employees"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"timeStamp\": \"<dateTime>\",\n  \"batch\": \"<uuid>\",\n  \"applicationId\": \"<integer>\",\n  \"componentId\": \"<integer>\",\n  \"operationId\": \"<integer>\",\n  \"methodId\": \"<integer>\",\n  \"total\": \"<integer>\",\n  \"success\": \"<integer>\",\n  \"error\": \"<integer>\",\n  \"errorMessages\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"exception\": {},\n  \"log\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"b6d6a016-4752-4e7f-a2ac-9a4ff6cb93b9","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/employees?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","employees"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"12015bc7-f37d-484c-bab8-ed48b0b3619f","name":"Credentials provided are not valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/employees?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","employees"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"51821f12-959b-41e6-9c66-512cdeb532ec","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/employees?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","employees"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"c562acb7-9646-42b5-9ef4-3b6c56420163","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/employees?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","employees"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"e6ebdca9-b72b-42fb-b5c1-aae58d6a39b8","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/integration/saba/employees?batch=<uuid>&method=API&checkOnTarget=<boolean>&logMode=Limited","host":["https://apim.vismalatam.com/vlwebapi"],"path":["integration","saba","employees"],"query":[{"key":"batch","value":"<uuid>","description":"(Required) "},{"key":"method","value":"API","description":"(Required) "},{"key":"checkOnTarget","value":"<boolean>"},{"key":"logMode","value":"Limited"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"91ac25a3-a537-45c7-bd0d-13a421ed5d43"}],"id":"85b28eaf-563c-4dd5-add5-17a2544e400b","_postman_id":"85b28eaf-563c-4dd5-add5-17a2544e400b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"6b68fba7-c275-431d-9db9-ff81d56604e2","_postman_id":"6b68fba7-c275-431d-9db9-ff81d56604e2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"52222d2c-7a0c-432c-bae9-758d99bda59e","_postman_id":"52222d2c-7a0c-432c-bae9-758d99bda59e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"journals","item":[{"name":"rh-{id}","item":[{"name":"lines","item":[{"name":"Get Several Journal Lines by Internal Id","id":"50fe82b9-9efd-4c6b-8ac4-081f4d8e9382","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/lines?orderBy=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["journals","rh-1","lines"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"e7125ce3-95a2-411c-a90e-bacf1127492d","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/lines?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["journals","rh-1","lines"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"account\": \"<string>\",\n      \"amount\": \"<double>\",\n      \"sign\": \"Debit\",\n      \"description\": \"<string>\",\n      \"number\": \"<integer>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"account\": \"<string>\",\n      \"amount\": \"<double>\",\n      \"sign\": \"Debit\",\n      \"description\": \"<string>\",\n      \"number\": \"<integer>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"5dfadbad-ce0a-4c8e-b430-28a02261df0d","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/lines?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["journals","rh-1","lines"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"843f4d6b-734a-418c-a1fb-8ded5b92d061","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/lines?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["journals","rh-1","lines"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"c4f7937f-6f2b-4e6e-968b-0872465ddc59","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/lines?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["journals","rh-1","lines"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"6da06de1-fc02-40b1-b978-32e7fdebe483","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/lines?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["journals","rh-1","lines"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"dcd283f5-9d63-4fec-811e-40c0dafef432","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/lines?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["journals","rh-1","lines"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"50fe82b9-9efd-4c6b-8ac4-081f4d8e9382"}],"id":"65313a31-52be-4b88-a933-5cadc469fc97","_postman_id":"65313a31-52be-4b88-a933-5cadc469fc97","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"details","item":[{"name":"Export Journal Lines Detail by Internal Id into a zip file","id":"747aac00-18d2-4cfd-beb4-6dfc79a530fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/details?account=<string>","description":"<p>This endpoint is not currently available to test here.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["journals","rh-1","details"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Journal Line Account</p>\n","type":"text/plain"},"key":"account","value":"<string>"}],"variable":[]}},"response":[{"id":"231d92ff-4d5f-4c36-b37d-d19f20d005a6","name":"Octet-stream","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/details?account=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["journals","rh-1","details"],"query":[{"key":"account","value":"<string>","description":"Journal Line Account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"11c0b3d5-1b99-4289-ab74-169f46b8f2fb","name":"The content you are looking for does not exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/details?account=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["journals","rh-1","details"],"query":[{"key":"account","value":"<string>","description":"Journal Line Account"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"No content\"\n    }\n  }\n}"},{"id":"72cbaf43-d859-4df7-8660-7bc67a58b410","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/octet-stream"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/details?account=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["journals","rh-1","details"],"query":[{"key":"account","value":"<string>","description":"Journal Line Account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/octet-stream"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"2d6df7a3-b067-49a1-8981-02dc86250d44","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/details?account=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["journals","rh-1","details"],"query":[{"key":"account","value":"<string>","description":"Journal Line Account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"894cc828-3425-4c74-8319-6065388a414c","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/details?account=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["journals","rh-1","details"],"query":[{"key":"account","value":"<string>","description":"Journal Line Account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"c4caf557-e6f7-483b-8bd1-15ad0cd04a01","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/details?account=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["journals","rh-1","details"],"query":[{"key":"account","value":"<string>","description":"Journal Line Account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"018586ce-84f3-42fc-9bf3-60ae69aea13f","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/octet-stream"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/details?account=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["journals","rh-1","details"],"query":[{"key":"account","value":"<string>","description":"Journal Line Account"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/octet-stream"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"747aac00-18d2-4cfd-beb4-6dfc79a530fb"}],"id":"e7e1e4ac-0eff-450d-a075-f494c0e30e10","_postman_id":"e7e1e4ac-0eff-450d-a075-f494c0e30e10","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"state","item":[{"name":"Update Journal Line b Id","id":"df6df562-5aa0-4b48-ad84-e2dc069ae866","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"2\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/state","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["journals","rh-1","state"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"2aeee036-a95a-436a-b2e3-6474a0a8aa37","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/state"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"lastUpdate\": \"<dateTime>\",\n  \"id\": \"<integer>\"\n}"},{"id":"6262d7f3-46d4-414a-b737-7f0491197c63","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/state"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"8baa53bb-4b3c-41ff-9262-0723442ccc9a","name":"Credentials provided are not valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/state"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"483597bc-a5bc-4cad-97dd-6cc4df26f624","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/state"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"fe2a3997-3be1-4797-aff1-82ef8fd2cfc6","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/state"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"acae2991-f6fc-4695-b4d8-11dd4e2263a0","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/journals/rh-1/state"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"df6df562-5aa0-4b48-ad84-e2dc069ae866"}],"id":"4b3afc71-3ad7-428b-9f0a-67070b9e226f","_postman_id":"4b3afc71-3ad7-428b-9f0a-67070b9e226f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"4b11c4da-4319-4c6c-9ed7-8225615011ab","_postman_id":"4b11c4da-4319-4c6c-9ed7-8225615011ab","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Get Several Journals","id":"aaa5c293-50e6-480b-9524-235295cd4fbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/journals?orderBy=<string>&page=<integer>&pageSize=<integer>&dateFrom=2020-01-01&dateTo=<dateTime>&processDate=<dateTime>&companyId=<integer>&companyName=<string>&integration=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["journals"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"},{"description":{"content":"<p>(Required) Filter by Journal Date, from this date (Format: yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateFrom","value":"2020-01-01"},{"description":{"content":"<p>Filter by Journal Date, up to this date (Format: yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateTo","value":"<dateTime>"},{"description":{"content":"<p>Process Date (Format: yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"processDate","value":"<dateTime>"},{"description":{"content":"<p>Company Id</p>\n","type":"text/plain"},"key":"companyId","value":"<integer>"},{"description":{"content":"<p>Company Name</p>\n","type":"text/plain"},"key":"companyName","value":"<string>"},{"description":{"content":"<p>Integration (null = All, 0 = Not Exported , 1 = Approved, 2 = Registered)</p>\n","type":"text/plain"},"key":"integration","value":"1"}],"variable":[]}},"response":[{"id":"d332e0e5-118e-4b3a-bdee-6d063c33c214","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/journals?orderBy=<string>&page=<integer>&pageSize=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>&processDate=<dateTime>&companyId=<integer>&companyName=<string>&integration=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["journals"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Filter by Journal Date, from this date (Format: yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Filter by Journal Date, up to this date (Format: yyyy-MM-dd)"},{"key":"processDate","value":"<dateTime>","description":"Process Date (Format: yyyy-MM-dd)"},{"key":"companyId","value":"<integer>","description":"Company Id"},{"key":"companyName","value":"<string>","description":"Company Name"},{"key":"integration","value":"<integer>","description":"Integration (null = All, 0 = Not Exported , 1 = Approved, 2 = Registered)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"description\": \"<string>\",\n      \"amountCredit\": \"<double>\",\n      \"amountDebit\": \"<double>\",\n      \"journalDate\": \"<dateTime>\",\n      \"processDate\": \"<dateTime>\",\n      \"companyId\": \"<integer>\",\n      \"companyName\": \"<string>\",\n      \"journals\": \"<integer>\",\n      \"journalLines\": \"<integer>\",\n      \"integration\": \"<integer>\",\n      \"models\": [\n        {\n          \"description\": \"<string>\",\n          \"lines\": \"<integer>\",\n          \"amountCredit\": \"<double>\",\n          \"amountDebit\": \"<double>\",\n          \"structureTypeId1\": \"<integer>\",\n          \"structureTypeId2\": \"<integer>\",\n          \"structureTypeId3\": \"<integer>\",\n          \"id\": \"<integer>\"\n        },\n        {\n          \"description\": \"<string>\",\n          \"lines\": \"<integer>\",\n          \"amountCredit\": \"<double>\",\n          \"amountDebit\": \"<double>\",\n          \"structureTypeId1\": \"<integer>\",\n          \"structureTypeId2\": \"<integer>\",\n          \"structureTypeId3\": \"<integer>\",\n          \"id\": \"<integer>\"\n        }\n      ],\n      \"id\": \"<integer>\"\n    },\n    {\n      \"description\": \"<string>\",\n      \"amountCredit\": \"<double>\",\n      \"amountDebit\": \"<double>\",\n      \"journalDate\": \"<dateTime>\",\n      \"processDate\": \"<dateTime>\",\n      \"companyId\": \"<integer>\",\n      \"companyName\": \"<string>\",\n      \"journals\": \"<integer>\",\n      \"journalLines\": \"<integer>\",\n      \"integration\": \"<integer>\",\n      \"models\": [\n        {\n          \"description\": \"<string>\",\n          \"lines\": \"<integer>\",\n          \"amountCredit\": \"<double>\",\n          \"amountDebit\": \"<double>\",\n          \"structureTypeId1\": \"<integer>\",\n          \"structureTypeId2\": \"<integer>\",\n          \"structureTypeId3\": \"<integer>\",\n          \"id\": \"<integer>\"\n        },\n        {\n          \"description\": \"<string>\",\n          \"lines\": \"<integer>\",\n          \"amountCredit\": \"<double>\",\n          \"amountDebit\": \"<double>\",\n          \"structureTypeId1\": \"<integer>\",\n          \"structureTypeId2\": \"<integer>\",\n          \"structureTypeId3\": \"<integer>\",\n          \"id\": \"<integer>\"\n        }\n      ],\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"4288e5ca-b9cc-4302-a481-1d3180910ec9","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/journals?orderBy=<string>&page=<integer>&pageSize=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>&processDate=<dateTime>&companyId=<integer>&companyName=<string>&integration=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["journals"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Filter by Journal Date, from this date (Format: yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Filter by Journal Date, up to this date (Format: yyyy-MM-dd)"},{"key":"processDate","value":"<dateTime>","description":"Process Date (Format: yyyy-MM-dd)"},{"key":"companyId","value":"<integer>","description":"Company Id"},{"key":"companyName","value":"<string>","description":"Company Name"},{"key":"integration","value":"<integer>","description":"Integration (null = All, 0 = Not Exported , 1 = Approved, 2 = Registered)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"ee2de9da-3aa0-4654-a4ed-395286d6f6f3","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/journals?orderBy=<string>&page=<integer>&pageSize=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>&processDate=<dateTime>&companyId=<integer>&companyName=<string>&integration=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["journals"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Filter by Journal Date, from this date (Format: yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Filter by Journal Date, up to this date (Format: yyyy-MM-dd)"},{"key":"processDate","value":"<dateTime>","description":"Process Date (Format: yyyy-MM-dd)"},{"key":"companyId","value":"<integer>","description":"Company Id"},{"key":"companyName","value":"<string>","description":"Company Name"},{"key":"integration","value":"<integer>","description":"Integration (null = All, 0 = Not Exported , 1 = Approved, 2 = Registered)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"6aa825c9-c295-4f80-a11f-f847fd08dc92","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/journals?orderBy=<string>&page=<integer>&pageSize=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>&processDate=<dateTime>&companyId=<integer>&companyName=<string>&integration=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["journals"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Filter by Journal Date, from this date (Format: yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Filter by Journal Date, up to this date (Format: yyyy-MM-dd)"},{"key":"processDate","value":"<dateTime>","description":"Process Date (Format: yyyy-MM-dd)"},{"key":"companyId","value":"<integer>","description":"Company Id"},{"key":"companyName","value":"<string>","description":"Company Name"},{"key":"integration","value":"<integer>","description":"Integration (null = All, 0 = Not Exported , 1 = Approved, 2 = Registered)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"b9e5f335-65d5-4d42-85f7-bf0ef8aabbd5","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/journals?orderBy=<string>&page=<integer>&pageSize=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>&processDate=<dateTime>&companyId=<integer>&companyName=<string>&integration=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["journals"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Filter by Journal Date, from this date (Format: yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Filter by Journal Date, up to this date (Format: yyyy-MM-dd)"},{"key":"processDate","value":"<dateTime>","description":"Process Date (Format: yyyy-MM-dd)"},{"key":"companyId","value":"<integer>","description":"Company Id"},{"key":"companyName","value":"<string>","description":"Company Name"},{"key":"integration","value":"<integer>","description":"Integration (null = All, 0 = Not Exported , 1 = Approved, 2 = Registered)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"978567f5-6a06-4ee1-81a1-59201c2fad2b","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/journals?orderBy=<string>&page=<integer>&pageSize=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>&processDate=<dateTime>&companyId=<integer>&companyName=<string>&integration=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["journals"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Filter by Journal Date, from this date (Format: yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Filter by Journal Date, up to this date (Format: yyyy-MM-dd)"},{"key":"processDate","value":"<dateTime>","description":"Process Date (Format: yyyy-MM-dd)"},{"key":"companyId","value":"<integer>","description":"Company Id"},{"key":"companyName","value":"<string>","description":"Company Name"},{"key":"integration","value":"<integer>","description":"Integration (null = All, 0 = Not Exported , 1 = Approved, 2 = Registered)"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"aaa5c293-50e6-480b-9524-235295cd4fbb"}],"id":"ac2a3730-68af-413f-a70e-ec76adab2e56","description":"<h2 id=\"circuito-de-integración\"><strong>Circuito de integración</strong></h2>\n<h4 id=\"marcar-asiento-para-exportar-por-integración\"><strong>Marcar asiento para exportar por integración</strong></h4>\n<p>Desde HRCore seleccionar el asiento generado que se desee marcar para exportar por api.</p>\n<p>Presionar el botón integración.</p>\n<img src=\"https://lh7-qw.googleusercontent.com/docsz/AD_4nXeshfukj_6F9FA0fDtuaJGleKFjBiWVyklGeqX_a7qW_rCGRk9I-V0kzTSd9uYHwkbaBFvvjZWyjX2rGIg3LwFgqqIn5M1IH-K4SJsfncaMwRcLAunOA3QK2zKf3gqpXsmV_egqnBGqNfIpUX2G5t07CoI?key=adYVFhAzPJ19BMag9VKdVQ\" />\n\n<p>Se abrirá una ventana que nos permitirá aprobar el asiento para la integración</p>\n<img src=\"https://lh7-qw.googleusercontent.com/docsz/AD_4nXeH04qIUl8hjbWqDcfjOMKQwI7JBhDorKa5sJv-pjN4WuOYw-rXYJHto71z7XKp08xEEpu2Ap3SKTeleodgdyoC_BpJHmovvzWIvkSlJTSBI-GLgnhKLk71uec8t_R6ZEHBdmuywdGdp_ggR-D14FWYThA?key=adYVFhAzPJ19BMag9VKdVQ\" />\n\n<img src=\"https://lh7-qw.googleusercontent.com/docsz/AD_4nXd_8mdROIk2drTw6TKegdWh7MevzGBJbfyQNd7lYh8vzKJRK42iH5Pn3pjWb5Iv152zd30WfokLw4tWBcMLCV0uv6IEzx9CR6_lomO6_mWVuw6kU4J9MLC9Jjz-B8DEWCad331h0H8r_wL8YrbUIaDILrKM?key=adYVFhAzPJ19BMag9VKdVQ\" />\n\n<h4 id=\"consulta-de-asientos-contables-marcados-para-exportar\"><strong>Consulta de asientos contables marcados para exportar.</strong></h4>\n<p>Para obtener los asientos contables marcados para exportar, utilizar la consulta de asiento con el parámetro “integration” con el valor 1.</p>\n<p>Lista de estados de integración.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Valor</strong></th>\n<th><strong>Descripción</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td>Todos</td>\n</tr>\n<tr>\n<td>0</td>\n<td>Sin exportación</td>\n</tr>\n<tr>\n<td>1</td>\n<td>Aprobado</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Registrado</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"marcar-asientos-contables-como-exportado\">Marcar asientos contables como exportado.</h4>\n<p>https://apim.vismalatam.com/vlwebapi/journals/rh-1/state</p>\n<p>Notas:</p>\n<p>Solo se puede cambiar el estado del asiento a “Registrado” (2) solo si se encuentra en estado “Aprobado” (1).</p>\n","_postman_id":"ac2a3730-68af-413f-a70e-ec76adab2e56","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"leaves","item":[{"name":"master-leaves-types","item":[{"name":"Get Master leaves type","id":"f0812623-1637-409a-a90d-6a4f746ab933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/leaves/master-leaves-types?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["leaves","master-leaves-types"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Search criteria</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"f7a33d20-dacf-4440-a2e0-713ee4007c9e","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/leaves/master-leaves-types?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["leaves","master-leaves-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"description\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"description\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"4afd26dd-db5b-46d6-91e0-00adff30ccf5","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/leaves/master-leaves-types?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["leaves","master-leaves-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"cb0fa45b-3446-4fea-8308-d94bc27b3ecf","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/leaves/master-leaves-types?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["leaves","master-leaves-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"f2735853-142b-4c86-a493-57e830eea338","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/leaves/master-leaves-types?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["leaves","master-leaves-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"2dffb212-b89e-43e7-8614-9ace4381fde3","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/leaves/master-leaves-types?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["leaves","master-leaves-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"a2786a6d-ebd4-4884-86ad-c3e87c9d5f20","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/leaves/master-leaves-types?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["leaves","master-leaves-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"f0812623-1637-409a-a90d-6a4f746ab933"}],"id":"19dd1779-403b-4982-aa87-6fd25c132ee3","_postman_id":"19dd1779-403b-4982-aa87-6fd25c132ee3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"holidays","item":[{"name":"Get Holiday Leaves, given a Employee","id":"3c8673da-dd4b-442c-8dba-779dca0fb3a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/leaves/holidays?employeeId=<integer>&year=<integer>&typeId=<integer>&holidayModelId=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["leaves","holidays"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>(Required) Employee Id</p>\n","type":"text/plain"},"key":"employeeId","value":"<integer>"},{"description":{"content":"<p>Period Year</p>\n","type":"text/plain"},"key":"year","value":"<integer>"},{"description":{"content":"<p>Holiday Type Id</p>\n","type":"text/plain"},"key":"typeId","value":"<integer>"},{"description":{"content":"<p>Holiday Model Id</p>\n","type":"text/plain"},"key":"holidayModelId","value":"<integer>"}],"variable":[]}},"response":[{"id":"d58a5b83-7bea-4d0c-9efe-945fa70418af","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/leaves/holidays?employeeId=<integer>&year=<integer>&typeId=<integer>&holidayModelId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["leaves","holidays"],"query":[{"key":"employeeId","value":"<integer>","description":"(Required) Employee Id"},{"key":"year","value":"<integer>","description":"Period Year"},{"key":"typeId","value":"<integer>","description":"Holiday Type Id"},{"key":"holidayModelId","value":"<integer>","description":"Holiday Model Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"employeeId\": \"<integer>\",\n  \"totals\": [\n    {\n      \"accountId\": \"<integer>\",\n      \"account\": \"<string>\",\n      \"total\": \"<double>\",\n      \"balance\": \"<double>\"\n    },\n    {\n      \"accountId\": \"<integer>\",\n      \"account\": \"<string>\",\n      \"total\": \"<double>\",\n      \"balance\": \"<double>\"\n    }\n  ],\n  \"periods\": [\n    {\n      \"id\": \"<integer>\",\n      \"holidayModelId\": \"<integer>\",\n      \"holidayModel\": \"<string>\",\n      \"year\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"dateFrom\": \"<dateTime>\",\n      \"dateTo\": \"<dateTime>\",\n      \"totals\": [\n        {\n          \"accountId\": \"<integer>\",\n          \"account\": \"<string>\",\n          \"total\": \"<double>\",\n          \"balance\": \"<double>\"\n        },\n        {\n          \"accountId\": \"<integer>\",\n          \"account\": \"<string>\",\n          \"total\": \"<double>\",\n          \"balance\": \"<double>\"\n        }\n      ],\n      \"items\": [\n        {\n          \"accountId\": \"<integer>\",\n          \"account\": \"<string>\",\n          \"total\": \"<double>\",\n          \"balance\": \"<double>\",\n          \"details\": [\n            {\n              \"increments\": \"<boolean>\",\n              \"type\": \"<string>\",\n              \"amount\": \"<double>\",\n              \"holidayModelId\": \"<integer>\",\n              \"periodId\": \"<integer>\",\n              \"accountId\": \"<integer>\",\n              \"account\": \"<string>\",\n              \"targetAccountId\": \"<integer>\",\n              \"dateFrom\": \"<dateTime>\",\n              \"dateTo\": \"<dateTime>\",\n              \"paymentDate\": \"<dateTime>\",\n              \"creationDate\": \"<dateTime>\",\n              \"holidayTypeId\": \"<integer>\",\n              \"holidayType\": \"<string>\"\n            },\n            {\n              \"increments\": \"<boolean>\",\n              \"type\": \"<string>\",\n              \"amount\": \"<double>\",\n              \"holidayModelId\": \"<integer>\",\n              \"periodId\": \"<integer>\",\n              \"accountId\": \"<integer>\",\n              \"account\": \"<string>\",\n              \"targetAccountId\": \"<integer>\",\n              \"dateFrom\": \"<dateTime>\",\n              \"dateTo\": \"<dateTime>\",\n              \"paymentDate\": \"<dateTime>\",\n              \"creationDate\": \"<dateTime>\",\n              \"holidayTypeId\": \"<integer>\",\n              \"holidayType\": \"<string>\"\n            }\n          ]\n        },\n        {\n          \"accountId\": \"<integer>\",\n          \"account\": \"<string>\",\n          \"total\": \"<double>\",\n          \"balance\": \"<double>\",\n          \"details\": [\n            {\n              \"increments\": \"<boolean>\",\n              \"type\": \"<string>\",\n              \"amount\": \"<double>\",\n              \"holidayModelId\": \"<integer>\",\n              \"periodId\": \"<integer>\",\n              \"accountId\": \"<integer>\",\n              \"account\": \"<string>\",\n              \"targetAccountId\": \"<integer>\",\n              \"dateFrom\": \"<dateTime>\",\n              \"dateTo\": \"<dateTime>\",\n              \"paymentDate\": \"<dateTime>\",\n              \"creationDate\": \"<dateTime>\",\n              \"holidayTypeId\": \"<integer>\",\n              \"holidayType\": \"<string>\"\n            },\n            {\n              \"increments\": \"<boolean>\",\n              \"type\": \"<string>\",\n              \"amount\": \"<double>\",\n              \"holidayModelId\": \"<integer>\",\n              \"periodId\": \"<integer>\",\n              \"accountId\": \"<integer>\",\n              \"account\": \"<string>\",\n              \"targetAccountId\": \"<integer>\",\n              \"dateFrom\": \"<dateTime>\",\n              \"dateTo\": \"<dateTime>\",\n              \"paymentDate\": \"<dateTime>\",\n              \"creationDate\": \"<dateTime>\",\n              \"holidayTypeId\": \"<integer>\",\n              \"holidayType\": \"<string>\"\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"id\": \"<integer>\",\n      \"holidayModelId\": \"<integer>\",\n      \"holidayModel\": \"<string>\",\n      \"year\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"dateFrom\": \"<dateTime>\",\n      \"dateTo\": \"<dateTime>\",\n      \"totals\": [\n        {\n          \"accountId\": \"<integer>\",\n          \"account\": \"<string>\",\n          \"total\": \"<double>\",\n          \"balance\": \"<double>\"\n        },\n        {\n          \"accountId\": \"<integer>\",\n          \"account\": \"<string>\",\n          \"total\": \"<double>\",\n          \"balance\": \"<double>\"\n        }\n      ],\n      \"items\": [\n        {\n          \"accountId\": \"<integer>\",\n          \"account\": \"<string>\",\n          \"total\": \"<double>\",\n          \"balance\": \"<double>\",\n          \"details\": [\n            {\n              \"increments\": \"<boolean>\",\n              \"type\": \"<string>\",\n              \"amount\": \"<double>\",\n              \"holidayModelId\": \"<integer>\",\n              \"periodId\": \"<integer>\",\n              \"accountId\": \"<integer>\",\n              \"account\": \"<string>\",\n              \"targetAccountId\": \"<integer>\",\n              \"dateFrom\": \"<dateTime>\",\n              \"dateTo\": \"<dateTime>\",\n              \"paymentDate\": \"<dateTime>\",\n              \"creationDate\": \"<dateTime>\",\n              \"holidayTypeId\": \"<integer>\",\n              \"holidayType\": \"<string>\"\n            },\n            {\n              \"increments\": \"<boolean>\",\n              \"type\": \"<string>\",\n              \"amount\": \"<double>\",\n              \"holidayModelId\": \"<integer>\",\n              \"periodId\": \"<integer>\",\n              \"accountId\": \"<integer>\",\n              \"account\": \"<string>\",\n              \"targetAccountId\": \"<integer>\",\n              \"dateFrom\": \"<dateTime>\",\n              \"dateTo\": \"<dateTime>\",\n              \"paymentDate\": \"<dateTime>\",\n              \"creationDate\": \"<dateTime>\",\n              \"holidayTypeId\": \"<integer>\",\n              \"holidayType\": \"<string>\"\n            }\n          ]\n        },\n        {\n          \"accountId\": \"<integer>\",\n          \"account\": \"<string>\",\n          \"total\": \"<double>\",\n          \"balance\": \"<double>\",\n          \"details\": [\n            {\n              \"increments\": \"<boolean>\",\n              \"type\": \"<string>\",\n              \"amount\": \"<double>\",\n              \"holidayModelId\": \"<integer>\",\n              \"periodId\": \"<integer>\",\n              \"accountId\": \"<integer>\",\n              \"account\": \"<string>\",\n              \"targetAccountId\": \"<integer>\",\n              \"dateFrom\": \"<dateTime>\",\n              \"dateTo\": \"<dateTime>\",\n              \"paymentDate\": \"<dateTime>\",\n              \"creationDate\": \"<dateTime>\",\n              \"holidayTypeId\": \"<integer>\",\n              \"holidayType\": \"<string>\"\n            },\n            {\n              \"increments\": \"<boolean>\",\n              \"type\": \"<string>\",\n              \"amount\": \"<double>\",\n              \"holidayModelId\": \"<integer>\",\n              \"periodId\": \"<integer>\",\n              \"accountId\": \"<integer>\",\n              \"account\": \"<string>\",\n              \"targetAccountId\": \"<integer>\",\n              \"dateFrom\": \"<dateTime>\",\n              \"dateTo\": \"<dateTime>\",\n              \"paymentDate\": \"<dateTime>\",\n              \"creationDate\": \"<dateTime>\",\n              \"holidayTypeId\": \"<integer>\",\n              \"holidayType\": \"<string>\"\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}"},{"id":"8efa8c85-f2ce-4bad-9b83-b949963e46b9","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/leaves/holidays?employeeId=<integer>&year=<integer>&typeId=<integer>&holidayModelId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["leaves","holidays"],"query":[{"key":"employeeId","value":"<integer>","description":"(Required) Employee Id"},{"key":"year","value":"<integer>","description":"Period Year"},{"key":"typeId","value":"<integer>","description":"Holiday Type Id"},{"key":"holidayModelId","value":"<integer>","description":"Holiday Model Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"b90d4be9-cc52-4706-be40-9e823af15b13","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/leaves/holidays?employeeId=<integer>&year=<integer>&typeId=<integer>&holidayModelId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["leaves","holidays"],"query":[{"key":"employeeId","value":"<integer>","description":"(Required) Employee Id"},{"key":"year","value":"<integer>","description":"Period Year"},{"key":"typeId","value":"<integer>","description":"Holiday Type Id"},{"key":"holidayModelId","value":"<integer>","description":"Holiday Model Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"e6bf8613-4245-48d0-b9da-e29d68944dca","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/leaves/holidays?employeeId=<integer>&year=<integer>&typeId=<integer>&holidayModelId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["leaves","holidays"],"query":[{"key":"employeeId","value":"<integer>","description":"(Required) Employee Id"},{"key":"year","value":"<integer>","description":"Period Year"},{"key":"typeId","value":"<integer>","description":"Holiday Type Id"},{"key":"holidayModelId","value":"<integer>","description":"Holiday Model Id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"e3e25960-6857-457f-99b5-62879b042ceb","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/leaves/holidays?employeeId=<integer>&year=<integer>&typeId=<integer>&holidayModelId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["leaves","holidays"],"query":[{"key":"employeeId","value":"<integer>","description":"(Required) Employee Id"},{"key":"year","value":"<integer>","description":"Period Year"},{"key":"typeId","value":"<integer>","description":"Holiday Type Id"},{"key":"holidayModelId","value":"<integer>","description":"Holiday Model Id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"c14929b2-5c86-4a8c-a106-e78fb7a93e01","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/leaves/holidays?employeeId=<integer>&year=<integer>&typeId=<integer>&holidayModelId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["leaves","holidays"],"query":[{"key":"employeeId","value":"<integer>","description":"(Required) Employee Id"},{"key":"year","value":"<integer>","description":"Period Year"},{"key":"typeId","value":"<integer>","description":"Holiday Type Id"},{"key":"holidayModelId","value":"<integer>","description":"Holiday Model Id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"3c8673da-dd4b-442c-8dba-779dca0fb3a6"}],"id":"e6bd6ff9-bb5a-4cd2-a1d5-3a07d5e482dd","_postman_id":"e6bd6ff9-bb5a-4cd2-a1d5-3a07d5e482dd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Get Leaves from Employees, since a specific date (DateFrom param).","id":"2be274cc-6423-48f1-a3c0-630debd1aa14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/leaves?orderBy=<string>&dateFrom=<dateTime>&typeLeaveId=<integer>&leaveState=<integer>&employeeId=<integer>&dateTo=<dateTime>&dayType=<integer>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["leaves"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>(Required) Date From (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateFrom","value":"<dateTime>"},{"description":{"content":"<p>Leave Type Id</p>\n","type":"text/plain"},"key":"typeLeaveId","value":"<integer>"},{"description":{"content":"<p>Leave State</p>\n","type":"text/plain"},"key":"leaveState","value":"<integer>"},{"description":{"content":"<p>Employee Id</p>\n","type":"text/plain"},"key":"employeeId","value":"<integer>"},{"description":{"content":"<p>Date To (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateTo","value":"<dateTime>"},{"description":{"content":"<p>Day Type <br />(1=Full, 2=Fixed Partial, 3=Variable Partial)</p>\n","type":"text/plain"},"key":"dayType","value":"<integer>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"dd9bb90a-f25e-410e-bae0-62c3b0266b26","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/leaves?orderBy=<string>&dateFrom=<dateTime>&typeLeaveId=<integer>&leaveState=<integer>&employeeId=<integer>&dateTo=<dateTime>&dayType=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["leaves"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"typeLeaveId","value":"<integer>","description":"Leave Type Id"},{"key":"leaveState","value":"<integer>","description":"Leave State"},{"key":"employeeId","value":"<integer>","description":"Employee Id"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"},{"key":"dayType","value":"<integer>","description":"Day Type <br />(1=Full, 2=Fixed Partial, 3=Variable Partial)"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"employeeId\": \"<integer>\",\n      \"typeLeaveId\": \"<integer>\",\n      \"observations\": \"<string>\",\n      \"typeLeaveDescription\": \"<string>\",\n      \"leaveState\": \"<integer>\",\n      \"leaveStateDescription\": \"<string>\",\n      \"dateFrom\": \"<dateTime>\",\n      \"dateTo\": \"<dateTime>\",\n      \"workingDays\": \"<integer>\",\n      \"holidays\": \"<integer>\",\n      \"days\": \"<float>\",\n      \"hours\": \"<float>\",\n      \"dayType\": \"<integer>\",\n      \"order\": \"<integer>\",\n      \"startTime\": \"<string>\",\n      \"endTime\": \"<string>\",\n      \"balance\": \"<integer>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"employeeId\": \"<integer>\",\n      \"typeLeaveId\": \"<integer>\",\n      \"observations\": \"<string>\",\n      \"typeLeaveDescription\": \"<string>\",\n      \"leaveState\": \"<integer>\",\n      \"leaveStateDescription\": \"<string>\",\n      \"dateFrom\": \"<dateTime>\",\n      \"dateTo\": \"<dateTime>\",\n      \"workingDays\": \"<integer>\",\n      \"holidays\": \"<integer>\",\n      \"days\": \"<float>\",\n      \"hours\": \"<float>\",\n      \"dayType\": \"<integer>\",\n      \"order\": \"<integer>\",\n      \"startTime\": \"<string>\",\n      \"endTime\": \"<string>\",\n      \"balance\": \"<integer>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"06a26cd3-aa66-408f-8fc2-c00b27ecf267","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/leaves?orderBy=<string>&dateFrom=<dateTime>&typeLeaveId=<integer>&leaveState=<integer>&employeeId=<integer>&dateTo=<dateTime>&dayType=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["leaves"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"typeLeaveId","value":"<integer>","description":"Leave Type Id"},{"key":"leaveState","value":"<integer>","description":"Leave State"},{"key":"employeeId","value":"<integer>","description":"Employee Id"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"},{"key":"dayType","value":"<integer>","description":"Day Type <br />(1=Full, 2=Fixed Partial, 3=Variable Partial)"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"cc6a9319-2150-46bd-8f84-4cb377f4df26","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/leaves?orderBy=<string>&dateFrom=<dateTime>&typeLeaveId=<integer>&leaveState=<integer>&employeeId=<integer>&dateTo=<dateTime>&dayType=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["leaves"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"typeLeaveId","value":"<integer>","description":"Leave Type Id"},{"key":"leaveState","value":"<integer>","description":"Leave State"},{"key":"employeeId","value":"<integer>","description":"Employee Id"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"},{"key":"dayType","value":"<integer>","description":"Day Type <br />(1=Full, 2=Fixed Partial, 3=Variable Partial)"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"ac0d9bb8-aae3-4584-8db4-65813d966386","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/leaves?orderBy=<string>&dateFrom=<dateTime>&typeLeaveId=<integer>&leaveState=<integer>&employeeId=<integer>&dateTo=<dateTime>&dayType=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["leaves"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"typeLeaveId","value":"<integer>","description":"Leave Type Id"},{"key":"leaveState","value":"<integer>","description":"Leave State"},{"key":"employeeId","value":"<integer>","description":"Employee Id"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"},{"key":"dayType","value":"<integer>","description":"Day Type <br />(1=Full, 2=Fixed Partial, 3=Variable Partial)"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"12eaab93-c263-4724-9a59-8970ea4722ae","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/leaves?orderBy=<string>&dateFrom=<dateTime>&typeLeaveId=<integer>&leaveState=<integer>&employeeId=<integer>&dateTo=<dateTime>&dayType=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["leaves"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"typeLeaveId","value":"<integer>","description":"Leave Type Id"},{"key":"leaveState","value":"<integer>","description":"Leave State"},{"key":"employeeId","value":"<integer>","description":"Employee Id"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"},{"key":"dayType","value":"<integer>","description":"Day Type <br />(1=Full, 2=Fixed Partial, 3=Variable Partial)"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"3c6f16ca-00e3-46d1-9a25-da5e1bd6586b","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/leaves?orderBy=<string>&dateFrom=<dateTime>&typeLeaveId=<integer>&leaveState=<integer>&employeeId=<integer>&dateTo=<dateTime>&dayType=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["leaves"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"typeLeaveId","value":"<integer>","description":"Leave Type Id"},{"key":"leaveState","value":"<integer>","description":"Leave State"},{"key":"employeeId","value":"<integer>","description":"Employee Id"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"},{"key":"dayType","value":"<integer>","description":"Day Type <br />(1=Full, 2=Fixed Partial, 3=Variable Partial)"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"2be274cc-6423-48f1-a3c0-630debd1aa14"}],"id":"e3f2aa36-2ab3-4aba-ac6f-76568c42fd0a","_postman_id":"e3f2aa36-2ab3-4aba-ac6f-76568c42fd0a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"loans","item":[{"name":"Get Loans items","id":"408a84b6-759b-4480-a46b-c630d21a1be3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/loans?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>&dateFrom=<dateTime>&employeeId=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["loans"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"key":"search","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"},{"description":{"content":"<p>(Required) Filter by Loan Date, from this date (Format: yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateFrom","value":"<dateTime>"},{"description":{"content":"<p>Employee Id</p>\n","type":"text/plain"},"key":"employeeId","value":"<integer>"}],"variable":[]}},"response":[{"id":"df6aae09-cab2-4a3c-8187-4a848867731c","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/loans?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>&dateFrom=<dateTime>&employeeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["loans"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Filter by Loan Date, from this date (Format: yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"amount\": \"<double>\",\n      \"totalInstallments\": \"<integer>\",\n      \"paidInstallments\": \"<integer>\",\n      \"remainingInstallments\": \"<integer>\",\n      \"frequency\": {\n        \"id\": \"<string>\",\n        \"description\": \"<string>\"\n      },\n      \"grantDate\": \"<dateTime>\",\n      \"startDate\": \"<dateTime>\",\n      \"cancellationDate\": \"<dateTime>\",\n      \"type\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"line\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"nominalRate\": \"<double>\",\n      \"taxes\": \"<double>\",\n      \"otherExpenses\": \"<double>\",\n      \"employeeId\": \"<integer>\",\n      \"loanInstallment\": [\n        {\n          \"id\": \"<integer>\",\n          \"capitalShare\": \"<double>\",\n          \"capital\": \"<double>\",\n          \"interests\": \"<double>\",\n          \"taxes\": \"<double>\",\n          \"otherExpenses\": \"<double>\",\n          \"total\": \"<double>\",\n          \"dueDate\": \"<dateTime>\",\n          \"cancelled\": \"<boolean>\"\n        },\n        {\n          \"id\": \"<integer>\",\n          \"capitalShare\": \"<double>\",\n          \"capital\": \"<double>\",\n          \"interests\": \"<double>\",\n          \"taxes\": \"<double>\",\n          \"otherExpenses\": \"<double>\",\n          \"total\": \"<double>\",\n          \"dueDate\": \"<dateTime>\",\n          \"cancelled\": \"<boolean>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"amount\": \"<double>\",\n      \"totalInstallments\": \"<integer>\",\n      \"paidInstallments\": \"<integer>\",\n      \"remainingInstallments\": \"<integer>\",\n      \"frequency\": {\n        \"id\": \"<string>\",\n        \"description\": \"<string>\"\n      },\n      \"grantDate\": \"<dateTime>\",\n      \"startDate\": \"<dateTime>\",\n      \"cancellationDate\": \"<dateTime>\",\n      \"type\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"line\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"nominalRate\": \"<double>\",\n      \"taxes\": \"<double>\",\n      \"otherExpenses\": \"<double>\",\n      \"employeeId\": \"<integer>\",\n      \"loanInstallment\": [\n        {\n          \"id\": \"<integer>\",\n          \"capitalShare\": \"<double>\",\n          \"capital\": \"<double>\",\n          \"interests\": \"<double>\",\n          \"taxes\": \"<double>\",\n          \"otherExpenses\": \"<double>\",\n          \"total\": \"<double>\",\n          \"dueDate\": \"<dateTime>\",\n          \"cancelled\": \"<boolean>\"\n        },\n        {\n          \"id\": \"<integer>\",\n          \"capitalShare\": \"<double>\",\n          \"capital\": \"<double>\",\n          \"interests\": \"<double>\",\n          \"taxes\": \"<double>\",\n          \"otherExpenses\": \"<double>\",\n          \"total\": \"<double>\",\n          \"dueDate\": \"<dateTime>\",\n          \"cancelled\": \"<boolean>\"\n        }\n      ]\n    }\n  ]\n}"},{"id":"e26ba17c-cf39-4222-8260-6efd0649f294","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/loans?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>&dateFrom=<dateTime>&employeeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["loans"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Filter by Loan Date, from this date (Format: yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"8981a30e-8bdd-40da-985c-0c7fec6fe849","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/loans?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>&dateFrom=<dateTime>&employeeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["loans"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Filter by Loan Date, from this date (Format: yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"964f9a63-24c8-4b70-b66e-5782b95471b1","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/loans?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>&dateFrom=<dateTime>&employeeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["loans"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Filter by Loan Date, from this date (Format: yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"ba12ce75-7948-4668-ad43-2dfdf5277f93","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/loans?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>&dateFrom=<dateTime>&employeeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["loans"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Filter by Loan Date, from this date (Format: yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"e89b2f58-868b-40b3-9e4d-39ae8dde5530","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/loans?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>&dateFrom=<dateTime>&employeeId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["loans"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Filter by Loan Date, from this date (Format: yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"408a84b6-759b-4480-a46b-c630d21a1be3"}],"id":"b6a99269-1a78-437b-a5de-7d2edb1052e7","_postman_id":"b6a99269-1a78-437b-a5de-7d2edb1052e7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"nationalities","item":[{"name":"Get several Nationalities","id":"881648eb-8bdc-4d58-b87a-71c5532cc495","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/nationalities?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["nationalities"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Search criteria</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"d8652c1e-602c-46a8-b9a1-814eeaddccc7","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/nationalities?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["nationalities"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"description\": \"<string>\",\n      \"isDefault\": \"<boolean>\",\n      \"externalDescription\": \"<string>\",\n      \"externalCode\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"description\": \"<string>\",\n      \"isDefault\": \"<boolean>\",\n      \"externalDescription\": \"<string>\",\n      \"externalCode\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"a9cb0424-038f-469b-bb76-8d66654adec4","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/nationalities?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["nationalities"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"4b1451d2-30a9-42f7-a3ce-50ba0a121daf","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/nationalities?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["nationalities"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"4fd928f9-2127-4005-a26e-f9e5cbab60dc","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/nationalities?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["nationalities"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"f8463f0f-3301-4b99-8c00-7f2790a03dc4","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/nationalities?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["nationalities"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"0c9444cf-72f7-4963-aad4-c64a2fce9c65","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/nationalities?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["nationalities"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"881648eb-8bdc-4d58-b87a-71c5532cc495"}],"id":"0f070690-c7dc-4a67-b7a6-637cc8331113","_postman_id":"0f070690-c7dc-4a67-b7a6-637cc8331113","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"pay-elements","item":[{"name":"individual","item":[{"name":"rh-{id}","item":[{"name":"Pay Elements Delete Individual","id":"c5fea443-60f1-4ee8-bf8c-45482529a548","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual/rh-1","description":"<p><strong>Observaciones:</strong></p>\n<ul>\n<li><p><strong>id:</strong> se debe indicar el ID del tipo de motivo.</p>\n</li>\n<li><p><strong>reason:</strong> Corresponde a la descripción del motivo.</p>\n</li>\n</ul>\n<p><strong>Ejemplo:</strong><br />[<br />{<br />\"id\": 1,<br />\"reason\": \"integracion-2\"<br />},<br />{<br />\"id\": 1,<br />\"reason\": \"integracion-3\"<br />},<br />]</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["pay-elements","individual","rh-1"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"7a77dc51-6bb2-4dfe-9647-adabb9cd4195","name":"OK","originalRequest":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual/rh-1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"160eb06f-67b3-42e3-820a-fc3a788e960e","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual/rh-1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"3f5260f7-03ca-4a84-9d1b-9af401f27a6a","name":"Credentials provided are not valid.","originalRequest":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual/rh-1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"08ee9d32-b7fb-498a-b6f7-0052dff57f0a","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual/rh-1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"b536f3b2-4657-4fde-89ef-c8f2df07d372","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual/rh-1"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"e2df1a4e-0e34-401f-84b9-be9ca5be7a60","name":"Internal Server Error.","originalRequest":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual/rh-1"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"c5fea443-60f1-4ee8-bf8c-45482529a548"}],"id":"9d1c757e-fd7a-4a56-aeb7-dc2834cfa165","_postman_id":"9d1c757e-fd7a-4a56-aeb7-dc2834cfa165","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Get Several Individual Pay Elements","id":"c9216e94-6dac-48bf-a8f2-12b180da9cb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeExternalId=<string>&dateFrom=<dateTime>&dateTo=<dateTime>&conceptExternalId=<string>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["pay-elements","individual"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"},{"description":{"content":"<p>(Required) Employee External Id (File Number)</p>\n","type":"text/plain"},"key":"employeeExternalId","value":"<string>"},{"description":{"content":"<p>Date From (Format: yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateFrom","value":"<dateTime>"},{"description":{"content":"<p>Date To (Format: yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateTo","value":"<dateTime>"},{"description":{"content":"<p>Concept External Id</p>\n","type":"text/plain"},"key":"conceptExternalId","value":"<string>"}],"variable":[]}},"response":[{"id":"9b7c2582-4603-4e5b-ba48-1e38255c2e09","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeExternalId=<string>&dateFrom=<dateTime>&dateTo=<dateTime>&conceptExternalId=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["pay-elements","individual"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"employeeExternalId","value":"<string>","description":"(Required) Employee External Id (File Number)"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (Format: yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (Format: yyyy-MM-dd)"},{"key":"conceptExternalId","value":"<string>","description":"Concept External Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"employeeId\": \"<integer>\",\n      \"employeeExternalId\": \"<string>\",\n      \"conceptId\": \"<string>\",\n      \"conceptExternalId\": \"<string>\",\n      \"parameterId\": \"<integer>\",\n      \"dateFrom\": \"<dateTime>\",\n      \"dateTo\": \"<dateTime>\",\n      \"value\": \"<double>\",\n      \"retroactivityStartYear\": \"<integer>\",\n      \"retroactivityStartMonth\": \"<integer>\",\n      \"retroactivityEndYear\": \"<integer>\",\n      \"retroactivityEndMonth\": \"<integer>\",\n      \"reasonType\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\",\n        \"reason\": \"<string>\"\n      },\n      \"eventDate\": \"<dateTime>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"employeeId\": \"<integer>\",\n      \"employeeExternalId\": \"<string>\",\n      \"conceptId\": \"<string>\",\n      \"conceptExternalId\": \"<string>\",\n      \"parameterId\": \"<integer>\",\n      \"dateFrom\": \"<dateTime>\",\n      \"dateTo\": \"<dateTime>\",\n      \"value\": \"<double>\",\n      \"retroactivityStartYear\": \"<integer>\",\n      \"retroactivityStartMonth\": \"<integer>\",\n      \"retroactivityEndYear\": \"<integer>\",\n      \"retroactivityEndMonth\": \"<integer>\",\n      \"reasonType\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\",\n        \"reason\": \"<string>\"\n      },\n      \"eventDate\": \"<dateTime>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"a8fe6d0b-fc7e-4237-89ce-9ee33a39ae0f","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeExternalId=<string>&dateFrom=<dateTime>&dateTo=<dateTime>&conceptExternalId=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["pay-elements","individual"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"employeeExternalId","value":"<string>","description":"(Required) Employee External Id (File Number)"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (Format: yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (Format: yyyy-MM-dd)"},{"key":"conceptExternalId","value":"<string>","description":"Concept External Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"b7aba590-a526-4777-9c1d-430d4798c593","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeExternalId=<string>&dateFrom=<dateTime>&dateTo=<dateTime>&conceptExternalId=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["pay-elements","individual"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"employeeExternalId","value":"<string>","description":"(Required) Employee External Id (File Number)"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (Format: yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (Format: yyyy-MM-dd)"},{"key":"conceptExternalId","value":"<string>","description":"Concept External Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"edf436f8-a6d1-45ca-9eeb-cbb4fe056fa2","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeExternalId=<string>&dateFrom=<dateTime>&dateTo=<dateTime>&conceptExternalId=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["pay-elements","individual"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"employeeExternalId","value":"<string>","description":"(Required) Employee External Id (File Number)"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (Format: yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (Format: yyyy-MM-dd)"},{"key":"conceptExternalId","value":"<string>","description":"Concept External Id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"4a03e971-0e6e-4b6c-9b1b-d2d3d37d9f83","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeExternalId=<string>&dateFrom=<dateTime>&dateTo=<dateTime>&conceptExternalId=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["pay-elements","individual"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"employeeExternalId","value":"<string>","description":"(Required) Employee External Id (File Number)"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (Format: yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (Format: yyyy-MM-dd)"},{"key":"conceptExternalId","value":"<string>","description":"Concept External Id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"08e5124b-cb59-476a-9492-f71d9bebedbb","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeExternalId=<string>&dateFrom=<dateTime>&dateTo=<dateTime>&conceptExternalId=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["pay-elements","individual"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"employeeExternalId","value":"<string>","description":"(Required) Employee External Id (File Number)"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (Format: yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (Format: yyyy-MM-dd)"},{"key":"conceptExternalId","value":"<string>","description":"Concept External Id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"c9216e94-6dac-48bf-a8f2-12b180da9cb2"},{"name":"Pay Elements Add Or Update Individual Pay Elements","id":"2e4ff6a0-9c5d-46fb-b66a-39c139d53ef1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"employeeExternalId\": \"<string>\",\n    \"periodFrom\": \"<string>\",\n    \"periodTo\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"reasonTypeExternalId\": \"<string>\",\n    \"action\": \"<integer>\",\n    \"retroactive\": \"<boolean>\",\n    \"journalModelId\": \"<integer>\",\n    \"journalModelStructureId1\": \"<integer>\",\n    \"journalModelStructureId2\": \"<integer>\",\n    \"journalModelStructureId3\": \"<integer>\",\n    \"conceptExternalId\": \"<string>\",\n    \"parameterId\": \"<integer>\",\n    \"dateFrom\": \"<dateTime>\",\n    \"dateTo\": \"<dateTime>\",\n    \"value\": \"<double>\"\n  },\n  {\n    \"employeeExternalId\": \"<string>\",\n    \"periodFrom\": \"<string>\",\n    \"periodTo\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"reasonTypeExternalId\": \"<string>\",\n    \"action\": \"<integer>\",\n    \"retroactive\": \"<boolean>\",\n    \"journalModelId\": \"<integer>\",\n    \"journalModelStructureId1\": \"<integer>\",\n    \"journalModelStructureId2\": \"<integer>\",\n    \"journalModelStructureId3\": \"<integer>\",\n    \"conceptExternalId\": \"<string>\",\n    \"parameterId\": \"<integer>\",\n    \"dateFrom\": \"<dateTime>\",\n    \"dateTo\": \"<dateTime>\",\n    \"value\": \"<double>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual","description":"<p><strong>Observaciones:</strong></p>\n<ul>\n<li><p><strong>employeeExternalId</strong>: Código del Colaborador (Legajo)</p>\n</li>\n<li><p><strong>periodFrom</strong>: Descripción el periodo desde,</p>\n</li>\n<li><p><strong>periodTo</strong>: Descripción el periodo hasta,</p>\n</li>\n<li><p><strong>reason</strong>: Motivo de la novedad,</p>\n</li>\n<li><p>\"<strong>reasonTypeExternalId</strong>\": Id del Motivo.</p>\n</li>\n<li><p>\"<strong>action</strong>\": 0, (None = -1, Insert = 0, Update = 1, Delete = 2)</p>\n</li>\n<li><p>\"<strong>retroactive</strong>\": Indica si la novedad es retroactiva.</p>\n</li>\n<li><p>\"<strong>journalModelId</strong>\": Id del modelo de asiento.</p>\n</li>\n<li><p>\"<strong>journalModelStructureId1</strong>\": Id del 1er nivel de estructura del modelo de asiento.</p>\n</li>\n<li><p>\"<strong>journalModelStructureId2</strong>\": Id del 2do nivel de estructura del modelo de asiento.</p>\n</li>\n<li><p>\"<strong>journalModelStructureId3</strong>\": Id del 3er nivel de estructura del modelo de asiento.</p>\n</li>\n<li><p>\"<strong>conceptExternalId</strong>\": Código externo de concepto.</p>\n</li>\n<li><p>\"<strong>parameterId</strong>\": Id del parámetro de concepto.</p>\n</li>\n<li><p>\"<strong>dateFrom</strong>\": Fecha desde de la novedad.</p>\n</li>\n<li><p>\"<strong>dateTo</strong>\": Fecha hasta de la novedad.</p>\n</li>\n<li><p>\"<strong>value</strong>\": Valor.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["pay-elements","individual"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"38ebde76-464b-4d5f-9164-c6feed3030b1","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"employeeExternalId\": \"<string>\",\n    \"periodFrom\": \"<string>\",\n    \"periodTo\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"reasonTypeExternalId\": \"<string>\",\n    \"action\": \"<integer>\",\n    \"retroactive\": \"<boolean>\",\n    \"journalModelId\": \"<integer>\",\n    \"journalModelStructureId1\": \"<integer>\",\n    \"journalModelStructureId2\": \"<integer>\",\n    \"journalModelStructureId3\": \"<integer>\",\n    \"conceptExternalId\": \"<string>\",\n    \"parameterId\": \"<integer>\",\n    \"dateFrom\": \"<dateTime>\",\n    \"dateTo\": \"<dateTime>\",\n    \"value\": \"<double>\"\n  },\n  {\n    \"employeeExternalId\": \"<string>\",\n    \"periodFrom\": \"<string>\",\n    \"periodTo\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"reasonTypeExternalId\": \"<string>\",\n    \"action\": \"<integer>\",\n    \"retroactive\": \"<boolean>\",\n    \"journalModelId\": \"<integer>\",\n    \"journalModelStructureId1\": \"<integer>\",\n    \"journalModelStructureId2\": \"<integer>\",\n    \"journalModelStructureId3\": \"<integer>\",\n    \"conceptExternalId\": \"<string>\",\n    \"parameterId\": \"<integer>\",\n    \"dateFrom\": \"<dateTime>\",\n    \"dateTo\": \"<dateTime>\",\n    \"value\": \"<double>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalProcessed\": \"<integer>\",\n  \"results\": [\n    {\n      \"success\": \"<boolean>\",\n      \"entity\": {},\n      \"messages\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"success\": \"<boolean>\",\n      \"entity\": {},\n      \"messages\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ]\n}"},{"id":"f0833bed-09a9-4699-b247-ae6aef194121","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"employeeExternalId\": \"<string>\",\n    \"periodFrom\": \"<string>\",\n    \"periodTo\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"reasonTypeExternalId\": \"<string>\",\n    \"action\": \"<integer>\",\n    \"retroactive\": \"<boolean>\",\n    \"journalModelId\": \"<integer>\",\n    \"journalModelStructureId1\": \"<integer>\",\n    \"journalModelStructureId2\": \"<integer>\",\n    \"journalModelStructureId3\": \"<integer>\",\n    \"conceptExternalId\": \"<string>\",\n    \"parameterId\": \"<integer>\",\n    \"dateFrom\": \"<dateTime>\",\n    \"dateTo\": \"<dateTime>\",\n    \"value\": \"<double>\"\n  },\n  {\n    \"employeeExternalId\": \"<string>\",\n    \"periodFrom\": \"<string>\",\n    \"periodTo\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"reasonTypeExternalId\": \"<string>\",\n    \"action\": \"<integer>\",\n    \"retroactive\": \"<boolean>\",\n    \"journalModelId\": \"<integer>\",\n    \"journalModelStructureId1\": \"<integer>\",\n    \"journalModelStructureId2\": \"<integer>\",\n    \"journalModelStructureId3\": \"<integer>\",\n    \"conceptExternalId\": \"<string>\",\n    \"parameterId\": \"<integer>\",\n    \"dateFrom\": \"<dateTime>\",\n    \"dateTo\": \"<dateTime>\",\n    \"value\": \"<double>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"771fd4fe-1de1-4121-9d67-4d176c3d0f71","name":"Credentials provided are not valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"[\n  {\n    \"employeeExternalId\": \"<string>\",\n    \"periodFrom\": \"<string>\",\n    \"periodTo\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"reasonTypeExternalId\": \"<string>\",\n    \"action\": \"<integer>\",\n    \"retroactive\": \"<boolean>\",\n    \"journalModelId\": \"<integer>\",\n    \"journalModelStructureId1\": \"<integer>\",\n    \"journalModelStructureId2\": \"<integer>\",\n    \"journalModelStructureId3\": \"<integer>\",\n    \"conceptExternalId\": \"<string>\",\n    \"parameterId\": \"<integer>\",\n    \"dateFrom\": \"<dateTime>\",\n    \"dateTo\": \"<dateTime>\",\n    \"value\": \"<double>\"\n  },\n  {\n    \"employeeExternalId\": \"<string>\",\n    \"periodFrom\": \"<string>\",\n    \"periodTo\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"reasonTypeExternalId\": \"<string>\",\n    \"action\": \"<integer>\",\n    \"retroactive\": \"<boolean>\",\n    \"journalModelId\": \"<integer>\",\n    \"journalModelStructureId1\": \"<integer>\",\n    \"journalModelStructureId2\": \"<integer>\",\n    \"journalModelStructureId3\": \"<integer>\",\n    \"conceptExternalId\": \"<string>\",\n    \"parameterId\": \"<integer>\",\n    \"dateFrom\": \"<dateTime>\",\n    \"dateTo\": \"<dateTime>\",\n    \"value\": \"<double>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"0adda4c4-323d-488c-b0c6-bef68895f288","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"[\n  {\n    \"employeeExternalId\": \"<string>\",\n    \"periodFrom\": \"<string>\",\n    \"periodTo\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"reasonTypeExternalId\": \"<string>\",\n    \"action\": \"<integer>\",\n    \"retroactive\": \"<boolean>\",\n    \"journalModelId\": \"<integer>\",\n    \"journalModelStructureId1\": \"<integer>\",\n    \"journalModelStructureId2\": \"<integer>\",\n    \"journalModelStructureId3\": \"<integer>\",\n    \"conceptExternalId\": \"<string>\",\n    \"parameterId\": \"<integer>\",\n    \"dateFrom\": \"<dateTime>\",\n    \"dateTo\": \"<dateTime>\",\n    \"value\": \"<double>\"\n  },\n  {\n    \"employeeExternalId\": \"<string>\",\n    \"periodFrom\": \"<string>\",\n    \"periodTo\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"reasonTypeExternalId\": \"<string>\",\n    \"action\": \"<integer>\",\n    \"retroactive\": \"<boolean>\",\n    \"journalModelId\": \"<integer>\",\n    \"journalModelStructureId1\": \"<integer>\",\n    \"journalModelStructureId2\": \"<integer>\",\n    \"journalModelStructureId3\": \"<integer>\",\n    \"conceptExternalId\": \"<string>\",\n    \"parameterId\": \"<integer>\",\n    \"dateFrom\": \"<dateTime>\",\n    \"dateTo\": \"<dateTime>\",\n    \"value\": \"<double>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"8f6e2a24-3870-41e3-86ef-4f9d204d92d6","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"[\n  {\n    \"employeeExternalId\": \"<string>\",\n    \"periodFrom\": \"<string>\",\n    \"periodTo\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"reasonTypeExternalId\": \"<string>\",\n    \"action\": \"<integer>\",\n    \"retroactive\": \"<boolean>\",\n    \"journalModelId\": \"<integer>\",\n    \"journalModelStructureId1\": \"<integer>\",\n    \"journalModelStructureId2\": \"<integer>\",\n    \"journalModelStructureId3\": \"<integer>\",\n    \"conceptExternalId\": \"<string>\",\n    \"parameterId\": \"<integer>\",\n    \"dateFrom\": \"<dateTime>\",\n    \"dateTo\": \"<dateTime>\",\n    \"value\": \"<double>\"\n  },\n  {\n    \"employeeExternalId\": \"<string>\",\n    \"periodFrom\": \"<string>\",\n    \"periodTo\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"reasonTypeExternalId\": \"<string>\",\n    \"action\": \"<integer>\",\n    \"retroactive\": \"<boolean>\",\n    \"journalModelId\": \"<integer>\",\n    \"journalModelStructureId1\": \"<integer>\",\n    \"journalModelStructureId2\": \"<integer>\",\n    \"journalModelStructureId3\": \"<integer>\",\n    \"conceptExternalId\": \"<string>\",\n    \"parameterId\": \"<integer>\",\n    \"dateFrom\": \"<dateTime>\",\n    \"dateTo\": \"<dateTime>\",\n    \"value\": \"<double>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"803bde9c-5d09-4a2e-8744-1c8ee56fed7c","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"employeeExternalId\": \"<string>\",\n    \"periodFrom\": \"<string>\",\n    \"periodTo\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"reasonTypeExternalId\": \"<string>\",\n    \"action\": \"<integer>\",\n    \"retroactive\": \"<boolean>\",\n    \"journalModelId\": \"<integer>\",\n    \"journalModelStructureId1\": \"<integer>\",\n    \"journalModelStructureId2\": \"<integer>\",\n    \"journalModelStructureId3\": \"<integer>\",\n    \"conceptExternalId\": \"<string>\",\n    \"parameterId\": \"<integer>\",\n    \"dateFrom\": \"<dateTime>\",\n    \"dateTo\": \"<dateTime>\",\n    \"value\": \"<double>\"\n  },\n  {\n    \"employeeExternalId\": \"<string>\",\n    \"periodFrom\": \"<string>\",\n    \"periodTo\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"reasonTypeExternalId\": \"<string>\",\n    \"action\": \"<integer>\",\n    \"retroactive\": \"<boolean>\",\n    \"journalModelId\": \"<integer>\",\n    \"journalModelStructureId1\": \"<integer>\",\n    \"journalModelStructureId2\": \"<integer>\",\n    \"journalModelStructureId3\": \"<integer>\",\n    \"conceptExternalId\": \"<string>\",\n    \"parameterId\": \"<integer>\",\n    \"dateFrom\": \"<dateTime>\",\n    \"dateTo\": \"<dateTime>\",\n    \"value\": \"<double>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/individual"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"2e4ff6a0-9c5d-46fb-b66a-39c139d53ef1"}],"id":"229135b3-b868-45d0-9d86-6bf66937b2cf","_postman_id":"229135b3-b868-45d0-9d86-6bf66937b2cf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"group","item":[{"name":"Pay Elements Delete Pay Elements By Group","id":"78d77287-595d-480e-b421-3e256fe6cd4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<integer>\",\n    \"reason\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"reason\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/group","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["pay-elements","group"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"88e1837d-ef99-4af3-aba0-70827c41f7ed","name":"OK","originalRequest":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<integer>\",\n    \"reason\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"reason\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/group"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ede8a50f-35bb-4e3a-b2c9-ddd1dc94f496","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<integer>\",\n    \"reason\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"reason\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/group"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"71e33bce-13b5-472a-960d-df4fc39c2503","name":"Credentials provided are not valid.","originalRequest":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<integer>\",\n    \"reason\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"reason\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/group"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"90a04380-8a8e-4e2a-851f-be04b43497ac","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<integer>\",\n    \"reason\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"reason\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/group"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"4f759453-234e-42f7-b737-95d042ee8b6b","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<integer>\",\n    \"reason\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"reason\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/group"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"25a5ce8a-fc9f-4be1-8787-0acd443e3480","name":"Internal Server Error.","originalRequest":{"method":"DELETE","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"id\": \"<integer>\",\n    \"reason\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"reason\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/pay-elements/group"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"78d77287-595d-480e-b421-3e256fe6cd4c"}],"id":"79def9b9-db09-4ca8-ad33-b3ef86317ba1","_postman_id":"79def9b9-db09-4ca8-ad33-b3ef86317ba1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"086a2022-6aa9-4d8c-953e-a782822465e2","_postman_id":"086a2022-6aa9-4d8c-953e-a782822465e2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"payments","item":[{"name":"types","item":[{"name":"Get Payment Types","id":"5a0cc7db-7d63-4127-a8fb-dc5d4721096e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/payments/types?orderBy=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["payments","types"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"54187843-9528-4af6-9037-ce2eb312a69f","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payments/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payments","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"description\": \"<string>\",\n      \"code\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"description\": \"<string>\",\n      \"code\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"324cc510-e9bd-4ed2-a094-1120c65ab5ba","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payments/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payments","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"2b9ddf66-7aa7-4545-9797-6202785f1dcf","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payments/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payments","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"9f93f1c6-7cd6-4f9c-b0f9-d4375c0bed69","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payments/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payments","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"88d75947-bca6-49b8-81d5-662a553526d1","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payments/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payments","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"8261d685-20c5-4c18-bdd2-4b21531bf7d1","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payments/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payments","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"5a0cc7db-7d63-4127-a8fb-dc5d4721096e"}],"id":"b1601c80-38cd-4431-a21a-9f590e5723d7","_postman_id":"b1601c80-38cd-4431-a21a-9f590e5723d7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"method-types","item":[{"name":"Get Payment Method Types","id":"619612c7-8fc5-497a-80e6-5886083cfce3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/payments/method-types?orderBy=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["payments","method-types"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"5d4846ff-0fc1-4766-8e5c-4b8600807425","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payments/method-types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payments","method-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"description\": \"<string>\",\n      \"extendedDescription\": \"<string>\",\n      \"bank\": \"<boolean>\",\n      \"salaryProgram\": \"<string>\",\n      \"initials\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"description\": \"<string>\",\n      \"extendedDescription\": \"<string>\",\n      \"bank\": \"<boolean>\",\n      \"salaryProgram\": \"<string>\",\n      \"initials\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"bc421bb7-8794-40a9-a519-97334cf00c96","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payments/method-types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payments","method-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"cd764eda-2741-4912-add3-f8a5fe9d5874","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payments/method-types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payments","method-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"4f63aa8c-3222-4aba-b010-ffc1ede1d7c7","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payments/method-types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payments","method-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"dc63aa9c-5ca2-4da7-9896-0f79ff063723","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payments/method-types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payments","method-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"94b8f64c-8210-4495-bccc-717affd1eee4","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payments/method-types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payments","method-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"619612c7-8fc5-497a-80e6-5886083cfce3"}],"id":"2cacc4c5-ba2b-4b90-80a3-afe2e58b5876","_postman_id":"2cacc4c5-ba2b-4b90-80a3-afe2e58b5876","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"1b51b770-b564-4e4c-bd17-821c16d6c698","_postman_id":"1b51b770-b564-4e4c-bd17-821c16d6c698","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"payrolls","item":[{"name":"searches","item":[{"name":"Get several Payroll Searches","id":"2a3a87ec-a35b-4308-b4a9-71a17d826ba6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/payrolls/searches?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["payrolls","searches"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Search criteria</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"f5ad147c-2ea8-421e-ab41-910f2d16621c","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/searches?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","searches"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"5f55516e-b8bb-4f6d-b034-8065aa63c2d6","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/searches?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","searches"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"ae03af6f-9c62-4173-b894-3ddef9e13e75","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/searches?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","searches"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"ab3f2e7e-020d-41a4-8728-1abae31cbc30","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/searches?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","searches"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"1c9b82ca-15a0-45ee-bcf0-5dacc597f30e","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/searches?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","searches"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"64da53b1-dee4-413d-8752-b9b165b532d7","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/searches?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","searches"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search criteria"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"2a3a87ec-a35b-4308-b4a9-71a17d826ba6"}],"id":"4fafa631-2a39-497b-80d1-085c6a80cb9c","_postman_id":"4fafa631-2a39-497b-80d1-085c6a80cb9c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"periods","item":[{"name":"Get several Payroll Periods","id":"31254cc7-5475-4fc7-ba54-3ccfa8824ec1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/payrolls/periods?orderBy=<string>&search=<string>&year=<integer>&month=<integer>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["payrolls","periods"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Period description. If it has any content, rest of parameters will be desestimated.</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Period year</p>\n","type":"text/plain"},"key":"year","value":"<integer>"},{"description":{"content":"<p>Period description</p>\n","type":"text/plain"},"key":"month","value":"<integer>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"788aaec2-d18b-4f0a-8746-ff9753c86435","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/periods?orderBy=<string>&search=<string>&year=<integer>&month=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","periods"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Period description. If it has any content, rest of parameters will be desestimated."},{"key":"year","value":"<integer>","description":"Period year"},{"key":"month","value":"<integer>","description":"Period description"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"periodDescription\": \"<string>\",\n      \"companyId\": \"<string>\",\n      \"companyName\": \"<string>\",\n      \"startingDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"periodMonth\": \"<string>\",\n      \"periodYear\": \"<integer>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"periodDescription\": \"<string>\",\n      \"companyId\": \"<string>\",\n      \"companyName\": \"<string>\",\n      \"startingDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"periodMonth\": \"<string>\",\n      \"periodYear\": \"<integer>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"f3949d67-d6ed-4fde-90d9-b5d6e33ea6b5","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/periods?orderBy=<string>&search=<string>&year=<integer>&month=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","periods"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Period description. If it has any content, rest of parameters will be desestimated."},{"key":"year","value":"<integer>","description":"Period year"},{"key":"month","value":"<integer>","description":"Period description"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"80497e9e-cbb2-4acf-9cbf-8eae6b706d21","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/periods?orderBy=<string>&search=<string>&year=<integer>&month=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","periods"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Period description. If it has any content, rest of parameters will be desestimated."},{"key":"year","value":"<integer>","description":"Period year"},{"key":"month","value":"<integer>","description":"Period description"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"9dfbb82d-bdff-487c-93a4-e801089945b9","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/periods?orderBy=<string>&search=<string>&year=<integer>&month=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","periods"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Period description. If it has any content, rest of parameters will be desestimated."},{"key":"year","value":"<integer>","description":"Period year"},{"key":"month","value":"<integer>","description":"Period description"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"3858776e-29bf-4c51-b4fd-db79b1b0c0df","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/periods?orderBy=<string>&search=<string>&year=<integer>&month=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","periods"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Period description. If it has any content, rest of parameters will be desestimated."},{"key":"year","value":"<integer>","description":"Period year"},{"key":"month","value":"<integer>","description":"Period description"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"5f48bff7-98f4-4195-a610-48fcf0cd5fb6","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/periods?orderBy=<string>&search=<string>&year=<integer>&month=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","periods"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Period description. If it has any content, rest of parameters will be desestimated."},{"key":"year","value":"<integer>","description":"Period year"},{"key":"month","value":"<integer>","description":"Period description"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"31254cc7-5475-4fc7-ba54-3ccfa8824ec1"}],"id":"216eaaff-ac24-47df-b729-fc146a2200cb","_postman_id":"216eaaff-ac24-47df-b729-fc146a2200cb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"master-process-types","item":[{"name":"Get several Payroll Master Process Types","id":"8d4d467e-1eef-4641-b6f8-99a86b13d3a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/payrolls/master-process-types","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["payrolls","master-process-types"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"disabled":true,"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"disabled":true,"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"disabled":true,"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"8d7a03b3-0e8f-4c78-8710-a1061e0d8c7d","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-process-types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-process-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"externalCode\": \"<string>\",\n      \"description\": \"<string>\",\n      \"finalPayroll\": \"<boolean>\",\n      \"incomeTaxAdjustment\": \"<boolean>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"externalCode\": \"<string>\",\n      \"description\": \"<string>\",\n      \"finalPayroll\": \"<boolean>\",\n      \"incomeTaxAdjustment\": \"<boolean>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"648eadfc-5610-414a-8643-ba01469e93c9","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-process-types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-process-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"ca57eca9-477e-4da3-8380-3f6f269d2052","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-process-types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-process-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"0660a971-8a5a-4eba-bf2e-955df013e1da","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-process-types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-process-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"989fb97d-3b80-4f26-972f-faa55bdc1a03","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-process-types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-process-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"a1bd699d-bb48-46b7-9ade-693884f312de","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-process-types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-process-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"8d4d467e-1eef-4641-b6f8-99a86b13d3a8"}],"id":"8bb3c5c3-6b1e-49ad-ae39-28d58e87b2e2","_postman_id":"8bb3c5c3-6b1e-49ad-ae39-28d58e87b2e2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"processes","item":[{"name":"Get several Payroll Processes","id":"6be7ad70-b2af-4a71-bb53-cb470130e1af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/payrolls/processes?periodId=23","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["payrolls","processes"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"key":"periodId","value":"23"}],"variable":[]}},"response":[{"id":"db76a2b6-da3e-4c67-8eb1-ffece9c4804f","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/processes?orderBy=<string>&periodId=<integer>&companyId=<integer>&modelId=<integer>&stateId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","processes"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"companyId","value":"<integer>","description":"Internal Company Id"},{"key":"modelId","value":"<integer>","description":"Internal Model Id"},{"key":"stateId","value":"<integer>","description":"State Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"name\": \"<string>\",\n      \"modelId\": \"<integer>\",\n      \"modelName\": \"<string>\",\n      \"companyName\": \"<string>\",\n      \"startingDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"plannedDate\": \"<dateTime>\",\n      \"paymentDate\": \"<dateTime>\",\n      \"stateId\": \"<integer>\",\n      \"state\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"modelId\": \"<integer>\",\n      \"modelName\": \"<string>\",\n      \"companyName\": \"<string>\",\n      \"startingDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"plannedDate\": \"<dateTime>\",\n      \"paymentDate\": \"<dateTime>\",\n      \"stateId\": \"<integer>\",\n      \"state\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"eed47fac-7c8c-4540-af42-5dbc691aee7d","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/processes?orderBy=<string>&periodId=<integer>&companyId=<integer>&modelId=<integer>&stateId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","processes"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"companyId","value":"<integer>","description":"Internal Company Id"},{"key":"modelId","value":"<integer>","description":"Internal Model Id"},{"key":"stateId","value":"<integer>","description":"State Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"e1fefc3c-514e-49c1-a1bb-a2b74f41f87d","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/processes?orderBy=<string>&periodId=<integer>&companyId=<integer>&modelId=<integer>&stateId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","processes"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"companyId","value":"<integer>","description":"Internal Company Id"},{"key":"modelId","value":"<integer>","description":"Internal Model Id"},{"key":"stateId","value":"<integer>","description":"State Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"b37f0827-9bcf-440e-a526-e85a6c97a4da","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/processes?orderBy=<string>&periodId=<integer>&companyId=<integer>&modelId=<integer>&stateId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","processes"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"companyId","value":"<integer>","description":"Internal Company Id"},{"key":"modelId","value":"<integer>","description":"Internal Model Id"},{"key":"stateId","value":"<integer>","description":"State Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"69ee00c3-6ba4-410e-b203-cb84c4f11168","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/processes?orderBy=<string>&periodId=<integer>&companyId=<integer>&modelId=<integer>&stateId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","processes"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"companyId","value":"<integer>","description":"Internal Company Id"},{"key":"modelId","value":"<integer>","description":"Internal Model Id"},{"key":"stateId","value":"<integer>","description":"State Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"8a2296c8-8000-4eb0-8124-0443e4c23936","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/processes?orderBy=<string>&periodId=<integer>&companyId=<integer>&modelId=<integer>&stateId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","processes"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"companyId","value":"<integer>","description":"Internal Company Id"},{"key":"modelId","value":"<integer>","description":"Internal Model Id"},{"key":"stateId","value":"<integer>","description":"State Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"6be7ad70-b2af-4a71-bb53-cb470130e1af"}],"id":"af12d870-b5c6-4e39-ab0d-0e594928eda2","_postman_id":"af12d870-b5c6-4e39-ab0d-0e594928eda2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"master-concepts","item":[{"name":"Get several Payroll Master Concepts","id":"36d24380-1af1-4c79-9bd7-1b9c3da65aef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concepts?conceptTypeId=<integer>&printable=<boolean>&orderBy=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["payrolls","master-concepts"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Internal concept type Id</p>\n","type":"text/plain"},"key":"conceptTypeId","value":"<integer>"},{"description":{"content":"<p>Flag that determines the printable concepts</p>\n","type":"text/plain"},"key":"printable","value":"<boolean>"},{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"8b4926c6-cf7d-44cc-a1ee-0a131511b344","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concepts?conceptTypeId=<integer>&printable=<boolean>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-concepts"],"query":[{"key":"conceptTypeId","value":"<integer>","description":"Internal concept type Id"},{"key":"printable","value":"<boolean>","description":"Flag that determines the printable concepts"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"conceptExternalCode\": \"<string>\",\n      \"conceptTypeId\": \"<integer>\",\n      \"additionalDescription\": \"<string>\",\n      \"extendedDescription\": \"<string>\",\n      \"retroactive\": \"<boolean>\",\n      \"printable\": \"<boolean>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"conceptExternalCode\": \"<string>\",\n      \"conceptTypeId\": \"<integer>\",\n      \"additionalDescription\": \"<string>\",\n      \"extendedDescription\": \"<string>\",\n      \"retroactive\": \"<boolean>\",\n      \"printable\": \"<boolean>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"75834430-11d1-4a6f-9478-3c916ecedb05","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concepts?conceptTypeId=<integer>&printable=<boolean>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-concepts"],"query":[{"key":"conceptTypeId","value":"<integer>","description":"Internal concept type Id"},{"key":"printable","value":"<boolean>","description":"Flag that determines the printable concepts"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"57181166-407d-4cda-9802-c2c9a98adc9c","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concepts?conceptTypeId=<integer>&printable=<boolean>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-concepts"],"query":[{"key":"conceptTypeId","value":"<integer>","description":"Internal concept type Id"},{"key":"printable","value":"<boolean>","description":"Flag that determines the printable concepts"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"73323e2c-3ba8-4587-ac46-e89018bf8cac","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concepts?conceptTypeId=<integer>&printable=<boolean>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-concepts"],"query":[{"key":"conceptTypeId","value":"<integer>","description":"Internal concept type Id"},{"key":"printable","value":"<boolean>","description":"Flag that determines the printable concepts"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"da375aca-2a09-49f6-8820-32ca8688e717","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concepts?conceptTypeId=<integer>&printable=<boolean>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-concepts"],"query":[{"key":"conceptTypeId","value":"<integer>","description":"Internal concept type Id"},{"key":"printable","value":"<boolean>","description":"Flag that determines the printable concepts"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"995ce943-c93e-4116-8fa7-9b86f8264634","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concepts?conceptTypeId=<integer>&printable=<boolean>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-concepts"],"query":[{"key":"conceptTypeId","value":"<integer>","description":"Internal concept type Id"},{"key":"printable","value":"<boolean>","description":"Flag that determines the printable concepts"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"36d24380-1af1-4c79-9bd7-1b9c3da65aef"}],"id":"5c41e1b0-fc06-49f2-9ed6-8f11cb726b67","_postman_id":"5c41e1b0-fc06-49f2-9ed6-8f11cb726b67","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"master-concept-types","item":[{"name":"Get several Payroll Concepts Types","id":"1d740c40-9a08-4020-9f81-7201a29cac3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concept-types?orderBy=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["payrolls","master-concept-types"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"ac7c12a1-fac2-40d2-8356-b16879b6a495","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concept-types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-concept-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"description\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"description\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"dbce6fdc-b3a5-4a7e-bded-49fe2fd30de8","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concept-types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-concept-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"37854c52-1f2d-4404-848c-481bfc503103","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concept-types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-concept-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"8d5ac21a-1fcf-4aa3-9ffa-6e49772f2913","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concept-types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-concept-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"cb93ae1a-7834-4591-88e3-cd200e19a79b","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concept-types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-concept-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"b25031cd-6f87-48e0-97d3-af9989a263d7","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concept-types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-concept-types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"1d740c40-9a08-4020-9f81-7201a29cac3e"}],"id":"9bc5badf-940b-49be-949a-c798cc089c1d","_postman_id":"9bc5badf-940b-49be-949a-c798cc089c1d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"master-acumulators","item":[{"name":"Get several Payroll Acumulators","id":"8e859213-ae19-4565-83f8-48a04b392e02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/payrolls/master-acumulators?printable=<boolean>&orderBy=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["payrolls","master-acumulators"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Flag that determines the printable acumulators</p>\n","type":"text/plain"},"key":"printable","value":"<boolean>"},{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"78459c6a-c8d5-41d0-ba83-72a1425bad24","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-acumulators?printable=<boolean>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-acumulators"],"query":[{"key":"printable","value":"<boolean>","description":"Flag that determines the printable acumulators"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"acumulatorTypeId\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"extendedDescription\": \"<string>\",\n      \"generatesMonthly\": \"<boolean>\",\n      \"printable\": \"<boolean>\",\n      \"taxableContribution\": \"<boolean>\",\n      \"taxableContribution2\": \"<boolean>\",\n      \"retroactive\": \"<boolean>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"acumulatorTypeId\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"extendedDescription\": \"<string>\",\n      \"generatesMonthly\": \"<boolean>\",\n      \"printable\": \"<boolean>\",\n      \"taxableContribution\": \"<boolean>\",\n      \"taxableContribution2\": \"<boolean>\",\n      \"retroactive\": \"<boolean>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"21b65cbf-487e-4a7e-8340-a7b0d4b6a9cf","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-acumulators?printable=<boolean>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-acumulators"],"query":[{"key":"printable","value":"<boolean>","description":"Flag that determines the printable acumulators"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"4e0da0a6-ed02-4f1c-8378-e90c4a701054","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-acumulators?printable=<boolean>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-acumulators"],"query":[{"key":"printable","value":"<boolean>","description":"Flag that determines the printable acumulators"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"f42b6753-cd3f-4bd7-8396-a49caef0d723","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-acumulators?printable=<boolean>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-acumulators"],"query":[{"key":"printable","value":"<boolean>","description":"Flag that determines the printable acumulators"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"6c23b289-30aa-4f2e-a94f-61755ed89879","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-acumulators?printable=<boolean>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-acumulators"],"query":[{"key":"printable","value":"<boolean>","description":"Flag that determines the printable acumulators"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"f9cb79b6-6f7e-46c4-91d3-aa98f1659e00","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-acumulators?printable=<boolean>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-acumulators"],"query":[{"key":"printable","value":"<boolean>","description":"Flag that determines the printable acumulators"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"8e859213-ae19-4565-83f8-48a04b392e02"}],"id":"ae500eeb-90a4-4f28-85b8-4b913f5f4740","_postman_id":"ae500eeb-90a4-4f28-85b8-4b913f5f4740","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"monthly-acumulators","item":[{"name":"Get several Payroll Monthly Acumulators","id":"7a8d3643-f5c7-4e3d-8979-e989b892bab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/payrolls/monthly-acumulators?orderBy=<string>&periodId=<integer>&employeeId=<integer>&printable=<boolean>&acumulatorId=<integer>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["payrolls","monthly-acumulators"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>(Required) Internal Period Id</p>\n","type":"text/plain"},"key":"periodId","value":"<integer>"},{"description":{"content":"<p>Internal Employee Id</p>\n","type":"text/plain"},"key":"employeeId","value":"<integer>"},{"description":{"content":"<p>Printable ?</p>\n","type":"text/plain"},"key":"printable","value":"<boolean>"},{"description":{"content":"<p>Acumulator Id</p>\n","type":"text/plain"},"key":"acumulatorId","value":"<integer>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"83e01092-9c46-40c9-8185-ac982a5b5e8a","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/monthly-acumulators?orderBy=<string>&periodId=<integer>&employeeId=<integer>&printable=<boolean>&acumulatorId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","monthly-acumulators"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"employeeId","value":"<integer>","description":"Internal Employee Id"},{"key":"printable","value":"<boolean>","description":"Printable ?"},{"key":"acumulatorId","value":"<integer>","description":"Acumulator Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"acumulatorId\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"quantity\": \"<double>\",\n      \"amount\": \"<double>\",\n      \"employeeId\": \"<integer>\",\n      \"printable\": \"<boolean>\",\n      \"periodId\": \"<integer>\"\n    },\n    {\n      \"acumulatorId\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"quantity\": \"<double>\",\n      \"amount\": \"<double>\",\n      \"employeeId\": \"<integer>\",\n      \"printable\": \"<boolean>\",\n      \"periodId\": \"<integer>\"\n    }\n  ]\n}"},{"id":"358dac9e-4cfc-4ad8-b61d-4080d453cddd","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/monthly-acumulators?orderBy=<string>&periodId=<integer>&employeeId=<integer>&printable=<boolean>&acumulatorId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","monthly-acumulators"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"employeeId","value":"<integer>","description":"Internal Employee Id"},{"key":"printable","value":"<boolean>","description":"Printable ?"},{"key":"acumulatorId","value":"<integer>","description":"Acumulator Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"85be5b5c-4e98-43a5-98ca-0fd3cb0abc44","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/monthly-acumulators?orderBy=<string>&periodId=<integer>&employeeId=<integer>&printable=<boolean>&acumulatorId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","monthly-acumulators"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"employeeId","value":"<integer>","description":"Internal Employee Id"},{"key":"printable","value":"<boolean>","description":"Printable ?"},{"key":"acumulatorId","value":"<integer>","description":"Acumulator Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"f5da6753-e720-463f-af9d-afee74a59b3c","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/monthly-acumulators?orderBy=<string>&periodId=<integer>&employeeId=<integer>&printable=<boolean>&acumulatorId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","monthly-acumulators"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"employeeId","value":"<integer>","description":"Internal Employee Id"},{"key":"printable","value":"<boolean>","description":"Printable ?"},{"key":"acumulatorId","value":"<integer>","description":"Acumulator Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"49f5309a-9b08-4909-be18-e2edff5a5c37","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/monthly-acumulators?orderBy=<string>&periodId=<integer>&employeeId=<integer>&printable=<boolean>&acumulatorId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","monthly-acumulators"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"employeeId","value":"<integer>","description":"Internal Employee Id"},{"key":"printable","value":"<boolean>","description":"Printable ?"},{"key":"acumulatorId","value":"<integer>","description":"Acumulator Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"14bf1dd7-c6c9-416c-a716-5bb5801bbe27","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/monthly-acumulators?orderBy=<string>&periodId=<integer>&employeeId=<integer>&printable=<boolean>&acumulatorId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","monthly-acumulators"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"employeeId","value":"<integer>","description":"Internal Employee Id"},{"key":"printable","value":"<boolean>","description":"Printable ?"},{"key":"acumulatorId","value":"<integer>","description":"Acumulator Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"7a8d3643-f5c7-4e3d-8979-e989b892bab3"}],"id":"5fbb4537-25d5-467a-a59e-331cee6400ea","_postman_id":"5fbb4537-25d5-467a-a59e-331cee6400ea","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"process-concepts","item":[{"name":"Get several Payroll Process Concepts","id":"b6c89899-1957-4698-ac29-ae88f7d2337c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/payrolls/process-concepts?orderBy=<string>&periodId=<integer>&processId=<integer>&employeeId=<integer>&printable=<boolean>&conceptId=<integer>&conceptCode=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["payrolls","process-concepts"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>(Required) Internal Period Id</p>\n","type":"text/plain"},"key":"periodId","value":"<integer>"},{"description":{"content":"<p>Internal Process Id</p>\n","type":"text/plain"},"key":"processId","value":"<integer>"},{"description":{"content":"<p>Internal Employee Id</p>\n","type":"text/plain"},"key":"employeeId","value":"<integer>"},{"description":{"content":"<p>Printable ?</p>\n","type":"text/plain"},"key":"printable","value":"<boolean>"},{"description":{"content":"<p>Concept Id</p>\n","type":"text/plain"},"key":"conceptId","value":"<integer>"},{"description":{"content":"<p>Concept Code</p>\n","type":"text/plain"},"key":"conceptCode","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"486724e1-1938-434a-896a-645b538d1c42","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/process-concepts?orderBy=<string>&periodId=<integer>&processId=<integer>&employeeId=<integer>&printable=<boolean>&conceptId=<integer>&conceptCode=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","process-concepts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"processId","value":"<integer>","description":"Internal Process Id"},{"key":"employeeId","value":"<integer>","description":"Internal Employee Id"},{"key":"printable","value":"<boolean>","description":"Printable ?"},{"key":"conceptId","value":"<integer>","description":"Concept Id"},{"key":"conceptCode","value":"<string>","description":"Concept Code"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"periodId\": \"<integer>\",\n      \"processId\": \"<integer>\",\n      \"conceptId\": \"<integer>\",\n      \"conceptCode\": \"<string>\",\n      \"employeeId\": \"<integer>\",\n      \"conceptName\": \"<string>\",\n      \"quantity\": \"<double>\",\n      \"amount\": \"<double>\",\n      \"printable\": \"<boolean>\",\n      \"retroactive\": \"<boolean>\",\n      \"periodIdFrom\": \"<dateTime>\",\n      \"periodIdTo\": \"<dateTime>\"\n    },\n    {\n      \"periodId\": \"<integer>\",\n      \"processId\": \"<integer>\",\n      \"conceptId\": \"<integer>\",\n      \"conceptCode\": \"<string>\",\n      \"employeeId\": \"<integer>\",\n      \"conceptName\": \"<string>\",\n      \"quantity\": \"<integer>\",\n      \"amount\": \"<double>\",\n      \"printable\": \"<boolean>\",\n      \"retroactive\": \"<boolean>\",\n      \"periodIdFrom\": \"<dateTime>\",\n      \"periodIdTo\": \"<dateTime>\"\n    }\n  ]\n}"},{"id":"f0367627-92a1-4afa-8fd6-05ad131932d3","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/process-concepts?orderBy=<string>&periodId=<integer>&processId=<integer>&employeeId=<integer>&printable=<boolean>&conceptId=<integer>&conceptCode=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","process-concepts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"processId","value":"<integer>","description":"Internal Process Id"},{"key":"employeeId","value":"<integer>","description":"Internal Employee Id"},{"key":"printable","value":"<boolean>","description":"Printable ?"},{"key":"conceptId","value":"<integer>","description":"Concept Id"},{"key":"conceptCode","value":"<string>","description":"Concept Code"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"98789a8f-ea14-494d-9eea-364264c5eb3c","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/process-concepts?orderBy=<string>&periodId=<integer>&processId=<integer>&employeeId=<integer>&printable=<boolean>&conceptId=<integer>&conceptCode=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","process-concepts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"processId","value":"<integer>","description":"Internal Process Id"},{"key":"employeeId","value":"<integer>","description":"Internal Employee Id"},{"key":"printable","value":"<boolean>","description":"Printable ?"},{"key":"conceptId","value":"<integer>","description":"Concept Id"},{"key":"conceptCode","value":"<string>","description":"Concept Code"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"d29cf5a5-7e06-445b-8c91-f6f05477a569","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/process-concepts?orderBy=<string>&periodId=<integer>&processId=<integer>&employeeId=<integer>&printable=<boolean>&conceptId=<integer>&conceptCode=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","process-concepts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"processId","value":"<integer>","description":"Internal Process Id"},{"key":"employeeId","value":"<integer>","description":"Internal Employee Id"},{"key":"printable","value":"<boolean>","description":"Printable ?"},{"key":"conceptId","value":"<integer>","description":"Concept Id"},{"key":"conceptCode","value":"<string>","description":"Concept Code"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"37706b66-e4ff-496b-b3f8-1cfddb7ad0f8","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/process-concepts?orderBy=<string>&periodId=<integer>&processId=<integer>&employeeId=<integer>&printable=<boolean>&conceptId=<integer>&conceptCode=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","process-concepts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"processId","value":"<integer>","description":"Internal Process Id"},{"key":"employeeId","value":"<integer>","description":"Internal Employee Id"},{"key":"printable","value":"<boolean>","description":"Printable ?"},{"key":"conceptId","value":"<integer>","description":"Concept Id"},{"key":"conceptCode","value":"<string>","description":"Concept Code"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"d5bf44ce-6c18-40f8-aadb-2acbe8315c60","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/process-concepts?orderBy=<string>&periodId=<integer>&processId=<integer>&employeeId=<integer>&printable=<boolean>&conceptId=<integer>&conceptCode=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","process-concepts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"processId","value":"<integer>","description":"Internal Process Id"},{"key":"employeeId","value":"<integer>","description":"Internal Employee Id"},{"key":"printable","value":"<boolean>","description":"Printable ?"},{"key":"conceptId","value":"<integer>","description":"Concept Id"},{"key":"conceptCode","value":"<string>","description":"Concept Code"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"b6c89899-1957-4698-ac29-ae88f7d2337c"}],"id":"f0cf86e1-1d03-498c-a194-876b716596f9","_postman_id":"f0cf86e1-1d03-498c-a194-876b716596f9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"process-acumulators","item":[{"name":"Get several Payroll Process Acumulators","id":"2fa895d0-bb6a-4c66-a348-1d999a0b2037","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/payrolls/process-acumulators?orderBy=<string>&periodId=<integer>&processId=<integer>&employeeId=<integer>&printable=<boolean>&acumulatorId=<integer>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["payrolls","process-acumulators"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>(Required) Internal Period Id</p>\n","type":"text/plain"},"key":"periodId","value":"<integer>"},{"description":{"content":"<p>Internal Process Id</p>\n","type":"text/plain"},"key":"processId","value":"<integer>"},{"description":{"content":"<p>Internal Employee Id</p>\n","type":"text/plain"},"key":"employeeId","value":"<integer>"},{"description":{"content":"<p>Printable ?</p>\n","type":"text/plain"},"key":"printable","value":"<boolean>"},{"description":{"content":"<p>Acumulator Id</p>\n","type":"text/plain"},"key":"acumulatorId","value":"<integer>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"74a73f74-9d31-48a5-8feb-b3e930103d2f","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/process-acumulators?orderBy=<string>&periodId=<integer>&processId=<integer>&employeeId=<integer>&printable=<boolean>&acumulatorId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","process-acumulators"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"processId","value":"<integer>","description":"Internal Process Id"},{"key":"employeeId","value":"<integer>","description":"Internal Employee Id"},{"key":"printable","value":"<boolean>","description":"Printable ?"},{"key":"acumulatorId","value":"<integer>","description":"Acumulator Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"periodId\": \"<integer>\",\n      \"processId\": \"<integer>\",\n      \"acumulatorId\": \"<integer>\",\n      \"employeeId\": \"<integer>\",\n      \"printable\": \"<boolean>\",\n      \"acumulatorName\": \"<string>\",\n      \"quantity\": \"<integer>\",\n      \"amount\": \"<double>\"\n    },\n    {\n      \"periodId\": \"<integer>\",\n      \"processId\": \"<integer>\",\n      \"acumulatorId\": \"<integer>\",\n      \"employeeId\": \"<integer>\",\n      \"printable\": \"<boolean>\",\n      \"acumulatorName\": \"<string>\",\n      \"quantity\": \"<integer>\",\n      \"amount\": \"<double>\"\n    }\n  ]\n}"},{"id":"8c4cd6d2-6aff-4a83-adba-4a0f5de3132a","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/process-acumulators?orderBy=<string>&periodId=<integer>&processId=<integer>&employeeId=<integer>&printable=<boolean>&acumulatorId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","process-acumulators"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"processId","value":"<integer>","description":"Internal Process Id"},{"key":"employeeId","value":"<integer>","description":"Internal Employee Id"},{"key":"printable","value":"<boolean>","description":"Printable ?"},{"key":"acumulatorId","value":"<integer>","description":"Acumulator Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"8c6e8eda-56c0-4244-bc21-e367bade5d3e","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/process-acumulators?orderBy=<string>&periodId=<integer>&processId=<integer>&employeeId=<integer>&printable=<boolean>&acumulatorId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","process-acumulators"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"processId","value":"<integer>","description":"Internal Process Id"},{"key":"employeeId","value":"<integer>","description":"Internal Employee Id"},{"key":"printable","value":"<boolean>","description":"Printable ?"},{"key":"acumulatorId","value":"<integer>","description":"Acumulator Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"8fe780b9-837c-4a70-acb4-66df80634f2b","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/process-acumulators?orderBy=<string>&periodId=<integer>&processId=<integer>&employeeId=<integer>&printable=<boolean>&acumulatorId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","process-acumulators"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"processId","value":"<integer>","description":"Internal Process Id"},{"key":"employeeId","value":"<integer>","description":"Internal Employee Id"},{"key":"printable","value":"<boolean>","description":"Printable ?"},{"key":"acumulatorId","value":"<integer>","description":"Acumulator Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"8581ed1a-72b6-40f0-99e4-df9f7d0a1897","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/process-acumulators?orderBy=<string>&periodId=<integer>&processId=<integer>&employeeId=<integer>&printable=<boolean>&acumulatorId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","process-acumulators"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"processId","value":"<integer>","description":"Internal Process Id"},{"key":"employeeId","value":"<integer>","description":"Internal Employee Id"},{"key":"printable","value":"<boolean>","description":"Printable ?"},{"key":"acumulatorId","value":"<integer>","description":"Acumulator Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"22db1280-2e63-49d8-9a72-42500882de16","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/process-acumulators?orderBy=<string>&periodId=<integer>&processId=<integer>&employeeId=<integer>&printable=<boolean>&acumulatorId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","process-acumulators"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"periodId","value":"<integer>","description":"(Required) Internal Period Id"},{"key":"processId","value":"<integer>","description":"Internal Process Id"},{"key":"employeeId","value":"<integer>","description":"Internal Employee Id"},{"key":"printable","value":"<boolean>","description":"Printable ?"},{"key":"acumulatorId","value":"<integer>","description":"Acumulator Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"2fa895d0-bb6a-4c66-a348-1d999a0b2037"}],"id":"8115443f-865e-4469-b582-3e01e07d488d","_postman_id":"8115443f-865e-4469-b582-3e01e07d488d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"master-process-states","item":[{"name":"Get several Payroll Master Process States","id":"35b76f84-fc16-4c98-b6cc-f94ecbc08cf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/payrolls/master-process-states?orderBy=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["payrolls","master-process-states"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"64e870dd-f099-4467-b53f-9477cab65a62","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-process-states?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-process-states"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"description\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"description\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"b8e68990-a8d5-42be-b410-83509304addf","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-process-states?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-process-states"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"7df8d7f5-2b1b-4cb3-9f05-69555202f88b","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-process-states?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-process-states"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"9e36f386-8657-4277-821c-7ad1be27f096","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-process-states?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-process-states"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"ac120d9a-287d-4d16-a56b-bdb792015f57","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-process-states?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-process-states"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"fdecd1df-7fcc-4a32-b9fb-b43733b5a467","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-process-states?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-process-states"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"35b76f84-fc16-4c98-b6cc-f94ecbc08cf5"}],"id":"25370c43-efdf-4a63-b2f8-6e788b3d379a","_postman_id":"25370c43-efdf-4a63-b2f8-6e788b3d379a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"master-concept-hour-types","item":[{"name":"Get several Payroll Master Concept HourTypes","id":"acc2482e-2b94-4087-abbc-ee4c8f970546","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concept-hour-types?hourTypes=<string>&orderBy=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["payrolls","master-concept-hour-types"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Hour Types ( Accepts a comma separated list: Sample: 1,2,3 )</p>\n","type":"text/plain"},"key":"hourTypes","value":"<string>"},{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"3ae0133b-30cc-4e48-b70f-b8add1df2423","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concept-hour-types?hourTypes=<string>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-concept-hour-types"],"query":[{"key":"hourTypes","value":"<string>","description":"Hour Types ( Accepts a comma separated list: Sample: 1,2,3 )"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"hourTypeId\": \"<integer>\",\n      \"hourTypeDescription\": \"<string>\",\n      \"conceptId\": \"<integer>\",\n      \"conceptCode\": \"<string>\",\n      \"conceptName\": \"<string>\",\n      \"parameterTypeId\": \"<integer>\",\n      \"parameterTypeName\": \"<string>\",\n      \"typeId\": \"<integer>\",\n      \"structureId\": \"<integer>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"hourTypeId\": \"<integer>\",\n      \"hourTypeDescription\": \"<string>\",\n      \"conceptId\": \"<integer>\",\n      \"conceptCode\": \"<string>\",\n      \"conceptName\": \"<string>\",\n      \"parameterTypeId\": \"<integer>\",\n      \"parameterTypeName\": \"<string>\",\n      \"typeId\": \"<integer>\",\n      \"structureId\": \"<integer>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"b3fe32db-cc1e-43b2-b237-ab50d62646d9","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concept-hour-types?hourTypes=<string>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-concept-hour-types"],"query":[{"key":"hourTypes","value":"<string>","description":"Hour Types ( Accepts a comma separated list: Sample: 1,2,3 )"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"8794a88c-8df7-4776-8031-14de37ed73c2","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concept-hour-types?hourTypes=<string>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-concept-hour-types"],"query":[{"key":"hourTypes","value":"<string>","description":"Hour Types ( Accepts a comma separated list: Sample: 1,2,3 )"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"f79a1301-68a3-4b7e-aab2-07e8aedb0d96","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concept-hour-types?hourTypes=<string>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-concept-hour-types"],"query":[{"key":"hourTypes","value":"<string>","description":"Hour Types ( Accepts a comma separated list: Sample: 1,2,3 )"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"413038ff-b0d0-4a0e-8caf-c0e4976760f0","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concept-hour-types?hourTypes=<string>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-concept-hour-types"],"query":[{"key":"hourTypes","value":"<string>","description":"Hour Types ( Accepts a comma separated list: Sample: 1,2,3 )"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"af8ce4ed-a545-4772-bc7b-6773c30f2cf7","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/payrolls/master-concept-hour-types?hourTypes=<string>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["payrolls","master-concept-hour-types"],"query":[{"key":"hourTypes","value":"<string>","description":"Hour Types ( Accepts a comma separated list: Sample: 1,2,3 )"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"acc2482e-2b94-4087-abbc-ee4c8f970546"}],"id":"fe6fd19f-719b-4e66-af09-170482005b1b","_postman_id":"fe6fd19f-719b-4e66-af09-170482005b1b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"50edd794-48ef-4073-b067-8984206b8a8d","_postman_id":"50edd794-48ef-4073-b067-8984206b8a8d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"phases","item":[{"name":"rh-{id}","item":[{"name":"Get a Phase by Internal Id","id":"43b13045-e0ec-421d-919f-5a208bb95efc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/phases/rh-1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["phases","rh-1"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"6512af39-3a94-4b7a-a13e-482c8c2213d2","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/phases/rh-1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"advanceNotice\": {\n    \"date\": \"<dateTime>\",\n    \"discount\": \"<boolean>\",\n    \"notice\": \"<boolean>\",\n    \"id\": \"<integer>\"\n  },\n  \"compensation\": \"<boolean>\",\n  \"endDate\": \"<dateTime>\",\n  \"holidays\": \"<boolean>\",\n  \"real\": \"<boolean>\",\n  \"recognizedStartDate\": \"<boolean>\",\n  \"salary\": \"<boolean>\",\n  \"startDate\": \"<dateTime>\",\n  \"status\": \"<boolean>\",\n  \"employeeId\": \"<integer>\",\n  \"decouplingCause\": \"<string>\",\n  \"id\": \"<integer>\"\n}"},{"id":"1b8e170c-ee0d-4d56-8bde-13dbf8021b8d","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/phases/rh-1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"769ff5e4-320e-43da-bda1-d5dc6da8fa15","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/phases/rh-1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"be3184d4-ba24-496f-a600-0884e33f9184","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/phases/rh-1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"d150b90a-ea3b-449a-b617-e0e48dfd3671","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/phases/rh-1"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"ef62c236-f8af-4876-b665-8a3f8193b29e","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/phases/rh-1"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"43b13045-e0ec-421d-919f-5a208bb95efc"}],"id":"19337e8e-76ba-416d-b5cd-772b8ef7dafd","_postman_id":"19337e8e-76ba-416d-b5cd-772b8ef7dafd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Get several Phases","id":"70d37588-b9d6-46f4-9bd3-48f27936fb39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&type=<string>&dateFrom=<dateTime>&dateTo=<dateTime>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["phases"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"},{"description":{"content":"<p>Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Date From (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateFrom","value":"<dateTime>"},{"description":{"content":"<p>Date To (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateTo","value":"<dateTime>"}],"variable":[]}},"response":[{"id":"9231f41d-0f61-4f58-bc86-8783ebc8ce58","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&type=<string>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["phases"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"type","value":"<string>","description":"Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"advanceNotice\": {\n        \"date\": \"<dateTime>\",\n        \"discount\": \"<boolean>\",\n        \"notice\": \"<boolean>\",\n        \"id\": \"<integer>\"\n      },\n      \"compensation\": \"<boolean>\",\n      \"endDate\": \"<dateTime>\",\n      \"holidays\": \"<boolean>\",\n      \"real\": \"<boolean>\",\n      \"recognizedStartDate\": \"<boolean>\",\n      \"salary\": \"<boolean>\",\n      \"startDate\": \"<dateTime>\",\n      \"status\": \"<boolean>\",\n      \"employeeId\": \"<integer>\",\n      \"decouplingCause\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"advanceNotice\": {\n        \"date\": \"<dateTime>\",\n        \"discount\": \"<boolean>\",\n        \"notice\": \"<boolean>\",\n        \"id\": \"<integer>\"\n      },\n      \"compensation\": \"<boolean>\",\n      \"endDate\": \"<dateTime>\",\n      \"holidays\": \"<boolean>\",\n      \"real\": \"<boolean>\",\n      \"recognizedStartDate\": \"<boolean>\",\n      \"salary\": \"<boolean>\",\n      \"startDate\": \"<dateTime>\",\n      \"status\": \"<boolean>\",\n      \"employeeId\": \"<integer>\",\n      \"decouplingCause\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"19f1e3c4-eb36-45db-9646-a45818a13695","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&type=<string>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["phases"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"type","value":"<string>","description":"Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"d16d7d70-dc5b-433a-9483-7b09d3330e01","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&type=<string>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["phases"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"type","value":"<string>","description":"Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"d1b14c8c-6742-40b9-9bb2-30c4e5903182","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&type=<string>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["phases"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"type","value":"<string>","description":"Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"b508578f-3326-40bc-9d29-54f96f239beb","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&type=<string>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["phases"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"type","value":"<string>","description":"Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"25ffa430-4470-40f9-8fd2-9b03ed173350","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/phases?orderBy=<string>&page=<integer>&pageSize=<integer>&type=<string>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["phases"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"type","value":"<string>","description":"Type (only one of the following: 'indemnizacion', 'sueldo', 'real' or 'vacaciones')"},{"key":"dateFrom","value":"<dateTime>","description":"Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"70d37588-b9d6-46f4-9bd3-48f27936fb39"}],"id":"9301ed70-970a-4fae-9429-584223d17c1f","_postman_id":"9301ed70-970a-4fae-9429-584223d17c1f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"phones","item":[{"name":"rh-{id}","item":[{"name":"Get a Phone by Internal Id","id":"d674f070-8513-417a-ab57-b87774b58bd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/phones/rh-1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["phones","rh-1"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"0751f480-6ed4-41e2-9c96-c737e8bed0b8","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/phones/rh-1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"areaCode\": \"<string>\",\n  \"number\": \"<string>\",\n  \"type\": \"<string>\",\n  \"isDefault\": \"<boolean>\",\n  \"id\": \"<integer>\"\n}"},{"id":"c37fde55-05dc-44dd-8bd0-af3a61a19de4","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/phones/rh-1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"27d652c2-e05d-481a-851f-2a26ba561aeb","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/phones/rh-1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"329abca1-00be-43cc-9b77-f791fee0a3ca","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/phones/rh-1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"b5c3880f-a4d3-4da5-88fa-5f215d3df81f","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/phones/rh-1"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"7b63016d-bd93-4d89-a9fe-321c04e92f36","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/phones/rh-1"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"d674f070-8513-417a-ab57-b87774b58bd4"}],"id":"a7ad268e-a125-4f5a-87d7-26f7f3726fa7","_postman_id":"a7ad268e-a125-4f5a-87d7-26f7f3726fa7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"types","item":[{"name":"Get several Phone Types","id":"ff707832-bb57-4ef7-bf14-c9fd51a472b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/phones/types?orderBy=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["phones","types"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"58cbf3fa-19a4-45e2-bec6-107725a79bb8","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/phones/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["phones","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"codes\": \"<string>\",\n  \"id\": \"<integer>\"\n}"},{"id":"903ce8fa-c16e-46af-9333-fe219b12863e","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/phones/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["phones","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"3ad7271c-94b4-4a10-bf89-6de8415f9e67","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/phones/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["phones","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"ac984f1a-39ab-4058-bec0-3ae9c75745a0","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/phones/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["phones","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"ad6baf16-ba3c-40cd-a049-86405069d10e","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/phones/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["phones","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"f1162531-7c7f-4e25-8785-9d087b3f5639","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/phones/types?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["phones","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"ff707832-bb57-4ef7-bf14-c9fd51a472b8"}],"id":"b2168de0-ecf2-4b3e-be9d-f2d0365e05e0","_postman_id":"b2168de0-ecf2-4b3e-be9d-f2d0365e05e0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Get several Phones","id":"fc0d4e98-8d24-4779-9e53-60f838f21ab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/phones?orderBy=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["phones"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"82208d12-2d37-467a-8f5c-abd4b68ac764","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/phones?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["phones"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"areaCode\": \"<string>\",\n      \"number\": \"<string>\",\n      \"type\": \"<string>\",\n      \"isDefault\": \"<boolean>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"areaCode\": \"<string>\",\n      \"number\": \"<string>\",\n      \"type\": \"<string>\",\n      \"isDefault\": \"<boolean>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"026dac26-be2e-4619-9603-c107809b0247","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/phones?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["phones"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"afd47d7d-bcd0-45ea-86bf-46c0eb6a5de3","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/phones?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["phones"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"cfab6eaf-ba5d-4f32-9ed5-bdcd9b18020a","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/phones?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["phones"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"1c65429a-8d9e-410a-b34a-faaf23d80fb1","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/phones?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["phones"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"314b47b7-beb7-4ea3-a20f-c0f8ae02eb5d","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/phones?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["phones"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"fc0d4e98-8d24-4779-9e53-60f838f21ab3"}],"id":"dd711869-8b81-4201-ab8d-dc419c10eef4","_postman_id":"dd711869-8b81-4201-ab8d-dc419c10eef4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"scales","item":[{"name":"Get Scales","id":"22c46649-68b0-4e81-aa78-5b53c510ef63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/scales?orderBy=<string>&id=<integer>&coordinates=<string>&order=<integer>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["scales"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>(Required) Id Scale example: 59</p>\n","type":"text/plain"},"key":"id","value":"<integer>"},{"description":{"content":"<p>List example:1240,56,32</p>\n","type":"text/plain"},"key":"coordinates","value":"<string>"},{"description":{"content":"<p>Field order valgrilla example:1</p>\n","type":"text/plain"},"key":"order","value":"<integer>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"feed4cf9-9068-4baf-80f4-f6734d3f9df0","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/scales?orderBy=<string>&id=<integer>&coordinates=<string>&order=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["scales"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"id","value":"<integer>","description":"(Required) Id Scale example: 59"},{"key":"coordinates","value":"<string>","description":"List example:1240,56,32"},{"key":"order","value":"<integer>","description":"Field order valgrilla example:1"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"dimension\": \"<integer>\",\n      \"labelCoordinates\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"labelValues\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"values\": [\n        {\n          \"coordinate1\": \"<integer>\",\n          \"coordinate2\": \"<integer>\",\n          \"coordinate3\": \"<integer>\",\n          \"coordinate4\": \"<integer>\",\n          \"coordinate5\": \"<integer>\",\n          \"order\": \"<integer>\",\n          \"value\": \"<double>\"\n        },\n        {\n          \"coordinate1\": \"<integer>\",\n          \"coordinate2\": \"<integer>\",\n          \"coordinate3\": \"<integer>\",\n          \"coordinate4\": \"<integer>\",\n          \"coordinate5\": \"<integer>\",\n          \"order\": \"<integer>\",\n          \"value\": \"<double>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"dimension\": \"<integer>\",\n      \"labelCoordinates\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"labelValues\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"values\": [\n        {\n          \"coordinate1\": \"<integer>\",\n          \"coordinate2\": \"<integer>\",\n          \"coordinate3\": \"<integer>\",\n          \"coordinate4\": \"<integer>\",\n          \"coordinate5\": \"<integer>\",\n          \"order\": \"<integer>\",\n          \"value\": \"<double>\"\n        },\n        {\n          \"coordinate1\": \"<integer>\",\n          \"coordinate2\": \"<integer>\",\n          \"coordinate3\": \"<integer>\",\n          \"coordinate4\": \"<integer>\",\n          \"coordinate5\": \"<integer>\",\n          \"order\": \"<integer>\",\n          \"value\": \"<double>\"\n        }\n      ]\n    }\n  ]\n}"},{"id":"c58fe220-9910-4021-bf14-54fde1dad0c2","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/scales?orderBy=<string>&id=<integer>&coordinates=<string>&order=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["scales"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"id","value":"<integer>","description":"(Required) Id Scale example: 59"},{"key":"coordinates","value":"<string>","description":"List example:1240,56,32"},{"key":"order","value":"<integer>","description":"Field order valgrilla example:1"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"4eb1ef14-5a20-4fe3-a341-2a1af2ade2b7","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/scales?orderBy=<string>&id=<integer>&coordinates=<string>&order=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["scales"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"id","value":"<integer>","description":"(Required) Id Scale example: 59"},{"key":"coordinates","value":"<string>","description":"List example:1240,56,32"},{"key":"order","value":"<integer>","description":"Field order valgrilla example:1"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"23ff312c-6ec8-483d-a913-3fa2c06a7562","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/scales?orderBy=<string>&id=<integer>&coordinates=<string>&order=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["scales"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"id","value":"<integer>","description":"(Required) Id Scale example: 59"},{"key":"coordinates","value":"<string>","description":"List example:1240,56,32"},{"key":"order","value":"<integer>","description":"Field order valgrilla example:1"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"c3516531-7e21-4a53-8b3e-38db3c7c5298","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/scales?orderBy=<string>&id=<integer>&coordinates=<string>&order=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["scales"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"id","value":"<integer>","description":"(Required) Id Scale example: 59"},{"key":"coordinates","value":"<string>","description":"List example:1240,56,32"},{"key":"order","value":"<integer>","description":"Field order valgrilla example:1"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"ddc57182-0a87-4478-be6f-f94e49099481","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/scales?orderBy=<string>&id=<integer>&coordinates=<string>&order=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["scales"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"id","value":"<integer>","description":"(Required) Id Scale example: 59"},{"key":"coordinates","value":"<string>","description":"List example:1240,56,32"},{"key":"order","value":"<integer>","description":"Field order valgrilla example:1"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"22c46649-68b0-4e81-aa78-5b53c510ef63"}],"id":"fc36f9e1-6b0f-49d6-8bbd-0f47f5ab6111","_postman_id":"fc36f9e1-6b0f-49d6-8bbd-0f47f5ab6111","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"search","item":[{"name":"find","item":[{"name":"Search Find Tag","id":"25d1edec-63ed-4348-a21a-f054d5b7fd6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/search/find?searchTerm=<string>&searchInResponseDTOs=<boolean>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["search","find"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"searchTerm","value":"<string>"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"searchInResponseDTOs","value":"<boolean>"}],"variable":[]}},"response":[{"id":"43cbc186-92af-420c-bcef-249e2b0a57fb","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/search/find?searchTerm=<string>&searchInResponseDTOs=<boolean>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["search","find"],"query":[{"key":"searchTerm","value":"<string>","description":"(Required) "},{"key":"searchInResponseDTOs","value":"<boolean>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"39eb0d24-3cc2-4529-bdaa-ed9ec5cfd159","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/search/find?searchTerm=<string>&searchInResponseDTOs=<boolean>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["search","find"],"query":[{"key":"searchTerm","value":"<string>","description":"(Required) "},{"key":"searchInResponseDTOs","value":"<boolean>","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"bc47f0fb-8198-4577-affa-f00188d63084","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/search/find?searchTerm=<string>&searchInResponseDTOs=<boolean>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["search","find"],"query":[{"key":"searchTerm","value":"<string>","description":"(Required) "},{"key":"searchInResponseDTOs","value":"<boolean>","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"50cf3eb9-fa1a-4dec-8caa-9a297433972c","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/search/find?searchTerm=<string>&searchInResponseDTOs=<boolean>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["search","find"],"query":[{"key":"searchTerm","value":"<string>","description":"(Required) "},{"key":"searchInResponseDTOs","value":"<boolean>","description":"(Required) "}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"ea51707e-9a58-4764-9db4-56074f8da0d5","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/search/find?searchTerm=<string>&searchInResponseDTOs=<boolean>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["search","find"],"query":[{"key":"searchTerm","value":"<string>","description":"(Required) "},{"key":"searchInResponseDTOs","value":"<boolean>","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"c35ceb0a-f301-410a-b5b7-fa7398f0fd17","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/search/find?searchTerm=<string>&searchInResponseDTOs=<boolean>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["search","find"],"query":[{"key":"searchTerm","value":"<string>","description":"(Required) "},{"key":"searchInResponseDTOs","value":"<boolean>","description":"(Required) "}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"25d1edec-63ed-4348-a21a-f054d5b7fd6d"}],"id":"94ce5886-458b-409f-a97f-8f340046f98e","_postman_id":"94ce5886-458b-409f-a97f-8f340046f98e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Search Get","id":"e582867c-8d86-4b1b-9a9c-9d456a44175d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/search","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["search"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"402e4abf-535c-486a-866f-e5b8e269421d","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b0ab7cae-fd46-4231-ac9d-786a2643333b","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/search"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"ce4ef380-d059-4c49-b36d-a235c0043c5a","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/search"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"847545e1-a16c-48ba-93b6-545977aeeac5","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/search"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"7892fee8-d98e-42f3-8694-87fe882635d0","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/search"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"73215e50-2fbb-4fd6-aabe-b35c782a87ab","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/search"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"e582867c-8d86-4b1b-9a9c-9d456a44175d"}],"id":"dc877b8b-9250-4465-bf9d-34451a531def","_postman_id":"dc877b8b-9250-4465-bf9d-34451a531def","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"seizures","item":[{"name":"Seizure-Beneficiaries","item":[{"name":"Get Several SeizureBeneficiary","id":"831a44c6-d4e1-4a2c-890e-06370cd4fb7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/seizures/Seizure-Beneficiaries?employeeid=<integer>&orderBy=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["seizures","Seizure-Beneficiaries"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"employeeid","value":"<integer>"},{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"cfaf2990-a994-4a1d-9317-fc8acbc71f9b","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/seizures/Seizure-Beneficiaries?employeeid=<integer>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["seizures","Seizure-Beneficiaries"],"query":[{"key":"employeeid","value":"<integer>","description":"(Required) "},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"firstName\": \"<string>\",\n  \"lastName\": \"<string>\",\n  \"beneficiaryName\": \"<string>\",\n  \"bebeficiaryId\": \"<string>\",\n  \"cuilNumber\": \"<string>\",\n  \"paymentType\": \"<string>\",\n  \"accountRequired\": \"<boolean>\",\n  \"accountNumber\": \"<string>\",\n  \"bankAccountData\": [\n    {\n      \"active\": \"<boolean>\",\n      \"paymentMethod\": \"<string>\",\n      \"bankCode\": \"<string>\",\n      \"accountNumber\": \"<string>\",\n      \"cbuNumber\": \"<string>\",\n      \"paymentType\": \"<string>\",\n      \"debitAccountCompany\": \"<string>\",\n      \"branchCode\": \"<string>\",\n      \"branch\": \"<string>\",\n      \"percentage\": \"<double>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"active\": \"<boolean>\",\n      \"paymentMethod\": \"<string>\",\n      \"bankCode\": \"<string>\",\n      \"accountNumber\": \"<string>\",\n      \"cbuNumber\": \"<string>\",\n      \"paymentType\": \"<string>\",\n      \"debitAccountCompany\": \"<string>\",\n      \"branchCode\": \"<string>\",\n      \"branch\": \"<string>\",\n      \"percentage\": \"<double>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"fde49e08-3c64-44c7-b7df-22fa1281fbaf","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/seizures/Seizure-Beneficiaries?employeeid=<integer>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["seizures","Seizure-Beneficiaries"],"query":[{"key":"employeeid","value":"<integer>","description":"(Required) "},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"01141e47-f1eb-46f8-9a6f-f02eb2822ae9","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/seizures/Seizure-Beneficiaries?employeeid=<integer>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["seizures","Seizure-Beneficiaries"],"query":[{"key":"employeeid","value":"<integer>","description":"(Required) "},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"5e70fac3-1565-434e-8f3b-fc3cf81b892a","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/seizures/Seizure-Beneficiaries?employeeid=<integer>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["seizures","Seizure-Beneficiaries"],"query":[{"key":"employeeid","value":"<integer>","description":"(Required) "},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"3d3ba70e-8cee-4820-ae6d-77b5935bf317","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/seizures/Seizure-Beneficiaries?employeeid=<integer>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["seizures","Seizure-Beneficiaries"],"query":[{"key":"employeeid","value":"<integer>","description":"(Required) "},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"aefeb913-6e51-4b3c-8092-e86d3a72f616","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/seizures/Seizure-Beneficiaries?employeeid=<integer>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["seizures","Seizure-Beneficiaries"],"query":[{"key":"employeeid","value":"<integer>","description":"(Required) "},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"831a44c6-d4e1-4a2c-890e-06370cd4fb7d"}],"id":"d034394c-474e-49d7-a040-ac2051d9c98a","_postman_id":"d034394c-474e-49d7-a040-ac2051d9c98a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Seizure-Amounts","item":[{"name":"Get Several SeizureAmounts","id":"54b4aef6-8be3-4519-9871-f1c5301ea9aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/seizures/Seizure-Amounts?employeeid=<integer>&processNumber=<string>&orderBy=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["seizures","Seizure-Amounts"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"employeeid","value":"<integer>"},{"key":"processNumber","value":"<string>"},{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"b916560e-9e41-448a-aff4-3a5ba6deff64","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/seizures/Seizure-Amounts?employeeid=<integer>&processNumber=<string>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["seizures","Seizure-Amounts"],"query":[{"key":"employeeid","value":"<integer>","description":"(Required) "},{"key":"processNumber","value":"<string>"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"seizureBeneficiary\": {\n    \"id\": \"<integer>\",\n    \"firstName\": \"<string>\",\n    \"lastName\": \"<string>\",\n    \"beneficiaryName\": \"<string>\",\n    \"bebeficiaryId\": \"<string>\",\n    \"cuilNumber\": \"<string>\",\n    \"paymentType\": \"<string>\",\n    \"accountRequired\": \"<boolean>\",\n    \"accountNumber\": \"<string>\",\n    \"bankAccountData\": [\n      {\n        \"active\": \"<boolean>\",\n        \"paymentMethod\": \"<string>\",\n        \"bankCode\": \"<string>\",\n        \"accountNumber\": \"<string>\",\n        \"cbuNumber\": \"<string>\",\n        \"paymentType\": \"<string>\",\n        \"debitAccountCompany\": \"<string>\",\n        \"branchCode\": \"<string>\",\n        \"branch\": \"<string>\",\n        \"percentage\": \"<double>\",\n        \"id\": \"<integer>\"\n      },\n      {\n        \"active\": \"<boolean>\",\n        \"paymentMethod\": \"<string>\",\n        \"bankCode\": \"<string>\",\n        \"accountNumber\": \"<string>\",\n        \"cbuNumber\": \"<string>\",\n        \"paymentType\": \"<string>\",\n        \"debitAccountCompany\": \"<string>\",\n        \"branchCode\": \"<string>\",\n        \"branch\": \"<string>\",\n        \"percentage\": \"<double>\",\n        \"id\": \"<integer>\"\n      }\n    ]\n  },\n  \"amount\": \"<double>\",\n  \"conceptDescription\": \"<string>\",\n  \"conceptCode\": \"<string>\",\n  \"processNumber\": \"<integer>\",\n  \"year\": \"<integer>\",\n  \"month\": \"<integer>\",\n  \"id\": \"<integer>\"\n}"},{"id":"dc0e0b80-4a0a-4cdd-a5e0-1bb68edd084e","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/seizures/Seizure-Amounts?employeeid=<integer>&processNumber=<string>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["seizures","Seizure-Amounts"],"query":[{"key":"employeeid","value":"<integer>","description":"(Required) "},{"key":"processNumber","value":"<string>"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"52092ad5-7420-4820-8dfd-48f819e8e3c8","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/seizures/Seizure-Amounts?employeeid=<integer>&processNumber=<string>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["seizures","Seizure-Amounts"],"query":[{"key":"employeeid","value":"<integer>","description":"(Required) "},{"key":"processNumber","value":"<string>"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"adb46f31-a378-4b84-a659-c92121a39aa0","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/seizures/Seizure-Amounts?employeeid=<integer>&processNumber=<string>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["seizures","Seizure-Amounts"],"query":[{"key":"employeeid","value":"<integer>","description":"(Required) "},{"key":"processNumber","value":"<string>"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"215c4570-d894-42bd-9e59-71c5f5a009de","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/seizures/Seizure-Amounts?employeeid=<integer>&processNumber=<string>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["seizures","Seizure-Amounts"],"query":[{"key":"employeeid","value":"<integer>","description":"(Required) "},{"key":"processNumber","value":"<string>"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"98318901-00ad-486b-8753-8762311da38a","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/seizures/Seizure-Amounts?employeeid=<integer>&processNumber=<string>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["seizures","Seizure-Amounts"],"query":[{"key":"employeeid","value":"<integer>","description":"(Required) "},{"key":"processNumber","value":"<string>"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"54b4aef6-8be3-4519-9871-f1c5301ea9aa"}],"id":"b94eb740-5a1e-4923-bcbd-262cb7306410","_postman_id":"b94eb740-5a1e-4923-bcbd-262cb7306410","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Get Several Seizure","id":"b31c76e6-8cfd-4879-8d93-32ab37be9585","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/seizures?orderBy=<string>&page=<integer>&pageSize=<integer>&startDate=<dateTime>&employeeId=<integer>&stateId=<string>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["seizures"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"},{"description":{"content":"<p>(Required) Filter by Start Date of the Seizures (Format: yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"startDate","value":"<dateTime>"},{"description":{"content":"<p>Employee Id of the Seizures</p>\n","type":"text/plain"},"key":"employeeId","value":"<integer>"},{"description":{"content":"<p>State Id of the Seizures</p>\n","type":"text/plain"},"key":"stateId","value":"<string>"}],"variable":[]}},"response":[{"id":"c949b5ed-73ef-4180-a6ae-098714e76513","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/seizures?orderBy=<string>&page=<integer>&pageSize=<integer>&startDate=<dateTime>&employeeId=<integer>&stateId=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["seizures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"startDate","value":"<dateTime>","description":"(Required) Filter by Start Date of the Seizures (Format: yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id of the Seizures"},{"key":"stateId","value":"<string>","description":"State Id of the Seizures"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"startDate\": \"<dateTime>\",\n  \"employeeId\": \"<integer>\",\n  \"state\": {\n    \"id\": \"<string>\",\n    \"description\": \"<string>\"\n  },\n  \"type\": {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\",\n    \"class\": {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\"\n    },\n    \"discountType\": {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\"\n    }\n  },\n  \"amount\": \"<double>\",\n  \"accumulators\": [\n    {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"percent\": \"<double>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"percent\": \"<double>\"\n    }\n  ],\n  \"installments\": [\n    {\n      \"id\": \"<integer>\",\n      \"year\": \"<integer>\",\n      \"month\": \"<integer>\",\n      \"nominalAmount\": \"<double>\",\n      \"settledAmount\": \"<double>\",\n      \"balance\": \"<double>\",\n      \"cancellation\": \"<boolean>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"year\": \"<integer>\",\n      \"month\": \"<integer>\",\n      \"nominalAmount\": \"<double>\",\n      \"settledAmount\": \"<double>\",\n      \"balance\": \"<double>\",\n      \"cancellation\": \"<boolean>\"\n    }\n  ],\n  \"id\": \"<integer>\"\n}"},{"id":"75825e99-8d50-4be1-978d-d787f1a1424a","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/seizures?orderBy=<string>&page=<integer>&pageSize=<integer>&startDate=<dateTime>&employeeId=<integer>&stateId=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["seizures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"startDate","value":"<dateTime>","description":"(Required) Filter by Start Date of the Seizures (Format: yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id of the Seizures"},{"key":"stateId","value":"<string>","description":"State Id of the Seizures"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"db87d1d8-7794-4fdb-8abf-9435f9e6e9c9","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/seizures?orderBy=<string>&page=<integer>&pageSize=<integer>&startDate=<dateTime>&employeeId=<integer>&stateId=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["seizures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"startDate","value":"<dateTime>","description":"(Required) Filter by Start Date of the Seizures (Format: yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id of the Seizures"},{"key":"stateId","value":"<string>","description":"State Id of the Seizures"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"3f1d2998-504b-49f2-b5b6-7d433d1dd4b7","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/seizures?orderBy=<string>&page=<integer>&pageSize=<integer>&startDate=<dateTime>&employeeId=<integer>&stateId=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["seizures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"startDate","value":"<dateTime>","description":"(Required) Filter by Start Date of the Seizures (Format: yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id of the Seizures"},{"key":"stateId","value":"<string>","description":"State Id of the Seizures"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"5108a162-70ac-4749-9ce6-0f47af48c07d","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/seizures?orderBy=<string>&page=<integer>&pageSize=<integer>&startDate=<dateTime>&employeeId=<integer>&stateId=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["seizures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"startDate","value":"<dateTime>","description":"(Required) Filter by Start Date of the Seizures (Format: yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id of the Seizures"},{"key":"stateId","value":"<string>","description":"State Id of the Seizures"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"e4ed6534-f258-419b-b7fc-126aefe9c1e0","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/seizures?orderBy=<string>&page=<integer>&pageSize=<integer>&startDate=<dateTime>&employeeId=<integer>&stateId=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["seizures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"startDate","value":"<dateTime>","description":"(Required) Filter by Start Date of the Seizures (Format: yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id of the Seizures"},{"key":"stateId","value":"<string>","description":"State Id of the Seizures"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"b31c76e6-8cfd-4879-8d93-32ab37be9585"}],"id":"8947dbab-4236-474f-899c-fd9384a93eec","_postman_id":"8947dbab-4236-474f-899c-fd9384a93eec","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"structures","item":[{"name":"types","item":[{"name":"Get all Structure Types","id":"2954939f-457c-487c-99fa-1f4aec8216ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/structures/types?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["structures","types"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Search by Structure Type description</p>\n","type":"text/plain"},"key":"search","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"4019e5c5-0bf7-43b1-b0e7-777c10113b0b","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/structures/types?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["structures","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search by Structure Type description"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"description\": \"<string>\",\n      \"id\": \"<integer>\"\n    },\n    {\n      \"description\": \"<string>\",\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"0c06f376-acbc-44d0-8077-5832bbb8258b","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/structures/types?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["structures","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search by Structure Type description"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"82c82c98-60e1-4dc7-8d09-e4dd56271e90","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/structures/types?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["structures","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search by Structure Type description"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"e90540c7-b402-4c7f-93bf-73291ab6f5b5","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/structures/types?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["structures","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search by Structure Type description"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"0221bf02-d000-42f4-a577-6372c801e68a","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/structures/types?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["structures","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search by Structure Type description"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"34d19d60-fdcc-4e61-81d1-fbb969c3c72a","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/structures/types?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["structures","types"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>","description":"Search by Structure Type description"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"2954939f-457c-487c-99fa-1f4aec8216ba"}],"id":"366e2ca1-674e-48b9-bfa0-1e2f44df44a4","_postman_id":"366e2ca1-674e-48b9-bfa0-1e2f44df44a4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"dependencies","item":[{"name":"Get Structures Dependencies","id":"d74086bd-ed80-4468-a950-f4065037b3fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/structures/dependencies?orderBy=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["structures","dependencies"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"3210826a-8d68-4feb-be60-874b145f6224","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/structures/dependencies?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["structures","dependencies"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"parent\": {\n        \"description\": \"<string>\",\n        \"extendedDescription\": \"<string>\",\n        \"externalId\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"type\": {\n          \"description\": \"<string>\",\n          \"id\": \"<integer>\"\n        },\n        \"id\": \"<integer>\"\n      },\n      \"child\": {\n        \"description\": \"<string>\",\n        \"extendedDescription\": \"<string>\",\n        \"externalId\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"type\": {\n          \"description\": \"<string>\",\n          \"id\": \"<integer>\"\n        },\n        \"id\": \"<integer>\"\n      },\n      \"id\": \"<integer>\"\n    },\n    {\n      \"parent\": {\n        \"description\": \"<string>\",\n        \"extendedDescription\": \"<string>\",\n        \"externalId\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"type\": {\n          \"description\": \"<string>\",\n          \"id\": \"<integer>\"\n        },\n        \"id\": \"<integer>\"\n      },\n      \"child\": {\n        \"description\": \"<string>\",\n        \"extendedDescription\": \"<string>\",\n        \"externalId\": \"<string>\",\n        \"active\": \"<boolean>\",\n        \"type\": {\n          \"description\": \"<string>\",\n          \"id\": \"<integer>\"\n        },\n        \"id\": \"<integer>\"\n      },\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"c66d8d83-61ca-4517-aec8-0602c90f7590","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/structures/dependencies?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["structures","dependencies"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"cbc1d15b-6d53-4865-a163-f6e133fd179e","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/structures/dependencies?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["structures","dependencies"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"aa8970ad-6034-44a6-9355-b15ff351553b","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/structures/dependencies?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["structures","dependencies"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"3f80c54b-ea00-40a2-9873-647b67ecbfed","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/structures/dependencies?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["structures","dependencies"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"df6666ba-6aa8-4a74-81d6-6d55810a9b8d","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/structures/dependencies?orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["structures","dependencies"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"d74086bd-ed80-4468-a950-f4065037b3fd"}],"id":"e8ad9cc4-7b45-4261-96d4-a96466750f4e","_postman_id":"e8ad9cc4-7b45-4261-96d4-a96466750f4e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Get Several Structures","id":"d5d0e7b9-a858-44b3-9a0b-440c2a8d5ebc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&active=<boolean>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["structures"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"},{"description":{"content":"<p>Type Id of the Structure</p>\n","type":"text/plain"},"key":"typeId","value":"<integer>"},{"description":{"content":"<p>Structure's status (0=inactive|1=active|NULL=all)</p>\n","type":"text/plain"},"key":"active","value":"<boolean>"}],"variable":[]}},"response":[{"id":"9c1a73be-6024-4ac8-9ca7-91e26e38a249","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&active=<boolean>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["structures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"typeId","value":"<integer>","description":"Type Id of the Structure"},{"key":"active","value":"<boolean>","description":"Structure's status (0=inactive|1=active|NULL=all)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"description\": \"<string>\",\n      \"extendedDescription\": \"<string>\",\n      \"externalId\": \"<string>\",\n      \"active\": \"<boolean>\",\n      \"type\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"id\": \"<integer>\"\n    },\n    {\n      \"description\": \"<string>\",\n      \"extendedDescription\": \"<string>\",\n      \"externalId\": \"<string>\",\n      \"active\": \"<boolean>\",\n      \"type\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"8407ed8e-df95-4ab7-bdc0-0f55a42afae7","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&active=<boolean>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["structures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"typeId","value":"<integer>","description":"Type Id of the Structure"},{"key":"active","value":"<boolean>","description":"Structure's status (0=inactive|1=active|NULL=all)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"e84d95d6-3e50-4e0b-87ea-f7664c58435c","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&active=<boolean>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["structures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"typeId","value":"<integer>","description":"Type Id of the Structure"},{"key":"active","value":"<boolean>","description":"Structure's status (0=inactive|1=active|NULL=all)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"fa22a62f-f8b2-4fc4-9dbb-a4e2d5ac0e2a","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&active=<boolean>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["structures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"typeId","value":"<integer>","description":"Type Id of the Structure"},{"key":"active","value":"<boolean>","description":"Structure's status (0=inactive|1=active|NULL=all)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"a626b92c-7a68-4d37-927d-d78b910d4c7d","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&active=<boolean>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["structures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"typeId","value":"<integer>","description":"Type Id of the Structure"},{"key":"active","value":"<boolean>","description":"Structure's status (0=inactive|1=active|NULL=all)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"7f5aa24d-265c-47e7-8b8a-39c1463713b1","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/structures?orderBy=<string>&page=<integer>&pageSize=<integer>&typeId=<integer>&active=<boolean>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["structures"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"typeId","value":"<integer>","description":"Type Id of the Structure"},{"key":"active","value":"<boolean>","description":"Structure's status (0=inactive|1=active|NULL=all)"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"d5d0e7b9-a858-44b3-9a0b-440c2a8d5ebc"}],"id":"e28b13a2-c4d9-490d-9fb3-57d2ea75ce91","_postman_id":"e28b13a2-c4d9-490d-9fb3-57d2ea75ce91","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Sync","item":[{"name":"applications","item":[{"name":"Consulta de Aplicaciones","id":"d8550d52-4845-4082-aebb-26ecd6334678","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/sync/applications?applicationName=<string>&lastUpdate=<dateTime>&orderBy=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["sync","applications"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"key":"applicationName","value":"<string>"},{"key":"lastUpdate","value":"<dateTime>"},{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"a316c7ec-8903-4e9e-9dda-cf4ce903a1e5","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/sync/applications?applicationName=<string>&lastUpdate=<dateTime>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["sync","applications"],"query":[{"key":"applicationName","value":"<string>"},{"key":"lastUpdate","value":"<dateTime>"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"lastUpdate\": \"<dateTime>\",\n  \"id\": \"<integer>\"\n}"},{"id":"08c55f69-5aeb-4eaf-8984-370c058c8e8d","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/sync/applications?applicationName=<string>&lastUpdate=<dateTime>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["sync","applications"],"query":[{"key":"applicationName","value":"<string>"},{"key":"lastUpdate","value":"<dateTime>"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"dfc71461-67b8-40f7-abba-ad13e0c39b10","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/sync/applications?applicationName=<string>&lastUpdate=<dateTime>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["sync","applications"],"query":[{"key":"applicationName","value":"<string>"},{"key":"lastUpdate","value":"<dateTime>"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"e47a1bc9-0fae-4275-bfcc-ffffd235d04c","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/sync/applications?applicationName=<string>&lastUpdate=<dateTime>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["sync","applications"],"query":[{"key":"applicationName","value":"<string>"},{"key":"lastUpdate","value":"<dateTime>"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"80ee0e11-33d9-4f0d-8ef5-0c545a57d40a","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/sync/applications?applicationName=<string>&lastUpdate=<dateTime>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["sync","applications"],"query":[{"key":"applicationName","value":"<string>"},{"key":"lastUpdate","value":"<dateTime>"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"90332ec7-a24e-4d20-8f2b-4474fbc4fd83","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/sync/applications?applicationName=<string>&lastUpdate=<dateTime>&orderBy=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["sync","applications"],"query":[{"key":"applicationName","value":"<string>"},{"key":"lastUpdate","value":"<dateTime>"},{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"d8550d52-4845-4082-aebb-26ecd6334678"},{"name":"Alta y Actualización de Aplicaciones","id":"b6840e0e-31e4-4f89-855f-5d039294310d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"lastUpdate\": \"<dateTime>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/sync/applications","description":"<p>Observaciones:</p>\n<p>lastUpdate: Es la fecha desde la cual se realizará la próxima sincronización.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["sync","applications"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"deab99d1-422b-4701-b420-b03913f806af","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"lastUpdate\": \"<dateTime>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/sync/applications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"lastUpdate\": \"<dateTime>\",\n  \"id\": \"<integer>\"\n}"},{"id":"5dd67e42-adde-415d-af01-7dfee46c36ce","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"lastUpdate\": \"<dateTime>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/sync/applications"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"ede7e671-a74a-4d9d-a988-2e6718dc69cb","name":"Credentials provided are not valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"lastUpdate\": \"<dateTime>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/sync/applications"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"1a7056a9-043e-40d5-b0ea-c8e89f0a9ace","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"lastUpdate\": \"<dateTime>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/sync/applications"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"174a5a26-8d39-498b-bca5-f6034e1b7358","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"lastUpdate\": \"<dateTime>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/sync/applications"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"f03ebc56-da57-435d-89a1-baedb6a92053","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"lastUpdate\": \"<dateTime>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/sync/applications"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"b6840e0e-31e4-4f89-855f-5d039294310d"}],"id":"0c8731da-3471-4fca-89ec-2a98268b0b71","_postman_id":"0c8731da-3471-4fca-89ec-2a98268b0b71","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Consulta de cambios en la aplicación","id":"fb248d2a-59a5-4de7-81c5-33e7196b0623","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/sync?applicationName=<string>&parentEntity=<string>&entity=<string>&page=<integer>&pageSize=<integer>","description":"<p>Observaciones:</p>\n<ul>\n<li><p>type / typeId : Son el identificador y descripción del tipo de operación:</p>\n<ul>\n<li><p>1: Insert</p>\n</li>\n<li><p>2: Update</p>\n</li>\n<li><p>3: Delete</p>\n</li>\n</ul>\n</li>\n<li><p>parentId: El identificador del registro del cual \"depende\". Cada ítem tiene una \"agrupación\" que se utiliza para asociar/agrupar algunos datos. Por ejemplo, tanto Employee, Family_Member, Address, Phone, Phase, etc. dependen de la Parent Entity \"Employee\".</p>\n</li>\n<li><p>entity/parentEntity : Son la entidad sobre la cual se está informando (por ejemplo, \"Master_Structure\" y la entidad \"padre\" a la que está vinculada (por ejemplo, \"Organization\").</p>\n</li>\n<li><p>changeDate: La fecha y hora en que sucedió el cambio.</p>\n</li>\n<li><p>changeUser: El usuario de sistema que realizó el cambio.</p>\n</li>\n<li><p>data : El registro en concreto que ha sido cambiado. ver estructura de datos.</p>\n</li>\n</ul>\n<p>Aquí es importante notar que la estructura de datos informada en cada caso coincide exactamente con la estructura devuelta en el endpoint a través del cual se obtendrían sus datos si se consume.</p>\n<h4 id=\"estructura-de-datos-de-la-sincronización\"><strong>Estructura de datos de la sincronización</strong></h4>\n<p><strong>Al consumir el endpoint GET \"/sync\", se obtiene una lista de N ítems donde N es la cantidad de cambios sucedidos desde la última fecha de actualización informada.</strong></p>\n<p><strong>Estos ítems tienen la siguiente estructura:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Tipo</strong></th>\n<th><strong>Estructura</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Address</td>\n<td>{  <br />\"id\":\"integer\",  <br />\"parentId\":\"integer\",  <br />\"typeId\":\"integer\",  <br />\"type\":\"string\",  <br />\"entity\":\"Address\",  <br />\"parentEntity\":\"Employee\",  <br />\"changeDate\":\"date-time\",  <br />\"changeUser\":\"string\",  <br />\"data\":{  <br />\"employeeId\":\"integer\",  <br />\"isMain\":true,  <br />\"type\":\"string\",  <br />\"tower\":\"string\",  <br />\"floor\":\"string\",  <br />\"officeDepartment\":\"string\",  <br />\"square\":\"string\",  <br />\"body\":\"string\",  <br />\"batch\":\"string\",  <br />\"plot\":\"string\",  <br />\"block\":\"string\",  <br />\"circunscription\":\"string\",  <br />\"section\":\"string\",  <br />\"house\":\"string\",  <br />\"houseNumber\":\"string\",  <br />\"betweenStreets\":\"string\",  <br />\"zipCode\":\"string\",  <br />\"neighborhood\":\"string\",  <br />\"street\":\"string\",  <br />\"email\":\"string\",  <br />\"cpa\":\"string\",  <br />\"longitude\":\"string\",  <br />\"latitude\":\"string\",  <br />\"country\":\"string\",  <br />\"city\":\"string\",  <br />\"locality\":\"string\",  <br />\"zone\":\"string\",  <br />\"kilometer\":\"string\",  <br />\"state\":\"string\",  <br />\"id\":0  <br />}  <br />}</td>\n</tr>\n<tr>\n<td>Bank_account</td>\n<td>{  <br />\"id\":\"integer\",  <br />\"parentId\":\"integer\",  <br />\"typeId\":\"integer\",  <br />\"type\":\"Update\",  <br />\"entity\":\"Bank_Account\",  <br />\"parentEntity\":\"Employee\",  <br />\"changeDate\":\"date-time\",  <br />\"changeUser\":\"string\",  <br />\"data\":{  <br />\"active\":\"boolean\",  <br />\"paymentMethod\":\"string\",  <br />\"bankCode\":\"string\",  <br />\"accountNumber\":\"string\",  <br />\"cbuNumber\":\"string\",  <br />\"paymentType\":\"string\",  <br />\"debitAccountCompany\":\"string\",  <br />\"branchCode\":\"string\",  <br />\"branch\":\"string\",  <br />\"percentage\":\"integer\",  <br />\"id\":\"string\"  <br />}  <br />}</td>\n</tr>\n<tr>\n<td>Documents</td>\n<td>{  <br />\"id\":\"integer\",  <br />\"parentId\":\"integer\",  <br />\"typeId\":\"integer\",  <br />\"type\":\"string\",  <br />\"entity\":\"Document\",  <br />\"parentEntity\":\"Employee\",  <br />\"changeDate\":\"date-time\",  <br />\"changeUser\":\"string\",  <br />\"data\":{  <br />\"number\":\"string\",  <br />\"type\":{  <br />\"initials\":\"string\",  <br />\"description\":\"string\",  <br />\"id\":\"integer\"  <br />},  <br />\"country\":{  <br />\"description\":\"string\",  <br />\"isDefault\":\"boolean\",  <br />\"codeBank\":\"string\",  <br />\"codeISO\":\"string\",  <br />\"id\":\"integer\"  <br />},  <br />\"emissionDate\":\"date-time\",  <br />\"dueDate\":\"date-time\",  <br />\"legalPersonality\":\"string\",  <br />\"certifiedInstitution\":\"string\",  <br />\"id\":\"integer\"  <br />}  <br />}</td>\n</tr>\n<tr>\n<td>Employee</td>\n<td>{  <br />\"id\":\"integer\",  <br />\"parentId\":\"integer\",  <br />\"typeId\":\"integer\",  <br />\"type\":\"string\",  <br />\"entity\":\"Employee\",  <br />\"parentEntity\":\"Employee\",  <br />\"changeDate\":\"date-time\",  <br />\"changeUser\":\"string\",  <br />\"data\":{  <br />\"countryOfBirth\":\"string\",  <br />\"dateOfCountryEntry\":\"date\",  <br />\"email\":\"string\",  <br />\"fiscalNumbers\":[  <br />{  <br />\"number\":\"string\",  <br />\"type\":{  <br />\"initials\":\"string\",  <br />\"description\":\"string\",  <br />\"id\":\"integer\"  <br />},  <br />\"country\":{  <br />\"description\":\"string\",  <br />\"isDefault\":\"boolean\",  <br />\"codeBank\":\"string\",  <br />\"codeISO\":\"string\",  <br />\"id\":\"integer\"  <br />},  <br />\"emissionDate\":\"date\",  <br />\"dueDate\":\"date\",  <br />\"legalPersonality\":\"string\",  <br />\"certifiedInstitution\":\"string\",  <br />\"id\":\"integer\"  <br />}  <br />],  <br />\"genre\":\"string\",  <br />\"maritalStatus\":{  <br />\"date\":\"date\",  <br />\"description\":\"string\",  <br />\"id\":\"integer\"  <br />},  <br />\"nationalIdentificationNumbers\":[  <br />{  <br />\"number\":\"string\",  <br />\"type\":{  <br />\"initials\":\"string\",  <br />\"description\":\"string\",  <br />\"id\":\"integer\"  <br />}  <br />}  <br />],  <br />\"nationalities\":[  <br />{  <br />\"description\":\"string \",  <br />\"isDefault\":\"boolean\",  <br />\"externalDescription\":\"string\",  <br />\"externalCode\":\"string\",  <br />\"id\":\"integer\"  <br />}  <br />],  <br />\"nickname\":\"string\",  <br />\"studyLevel\":{  <br />\"description\":\"string\",  <br />\"id\":\"integer\"  <br />},  <br />\"handicapped\":\"boolean\",  <br />\"handicapType\":\"string\",  <br />\"placeOfBirth\":\"string\",  <br />\"phones\":[  <br />{  <br />\"areaCode\":\"string\",  <br />\"number\":\"string\",  <br />\"type\":\"string\",  <br />\"isDefault\":\"boolean\",  <br />\"id\":\"integer\"  <br />}  <br />],  <br />\"reportsToExternalId\":\"string\",  <br />\"isActive\":\"boolean\",  <br />\"organizationModelId\":\"integer\",  <br />\"organizationModel\":\"string\",  <br />\"hiringDate\":\"date\",  <br />\"dateOfBirth\":\"date\",  <br />\"externalId\":\"string\",  <br />\"familyName\":\"string\",  <br />\"firstName\":\"string\",  <br />\"imageUrl\":\"string\",  <br />\"lastName\":\"string\",  <br />\"middleName\":\"string\",  <br />\"id\":\"integer\"  <br />}  <br />}</td>\n</tr>\n<tr>\n<td>Family_Member</td>\n<td>{  <br />\"id\":\"integer\",  <br />\"parentId\":\"integer\",  <br />\"typeId\":\"integer\",  <br />\"type\":\"Update\",  <br />\"entity\":\"Document\",  <br />\"parentEntity\":\"Family_Member\",  <br />\"changeDate\":\"date-time\",  <br />\"changeUser\":\"String\",  <br />\"data\":{  <br />\"number\":\"string\",  <br />\"type\":{  <br />\"initials\":\"string\",  <br />\"description\":\"string\",  <br />\"id\":\"integer\"  <br />},  <br />\"country\":{  <br />\"description\":\"string\",  <br />\"isDefault\":\"bool\",  <br />\"codeBank\":\"string\",  <br />\"codeISO\":\"string\",  <br />\"id\":\"integer\"  <br />},  <br />\"emissionDate\":\"date-time\",  <br />\"dueDate\":\"date-time\",  <br />\"legalPersonality\":\"string\",  <br />\"certifiedInstitution\":\"string\",  <br />\"id\":\"integer\"  <br />}  <br />}</td>\n</tr>\n<tr>\n<td>Holiday</td>\n<td>{  <br />\"id\":\"integer\",  <br />\"parentId\":\"integer\",  <br />\"typeId\":\"integer\",  <br />\"type\":\"string\",  <br />\"entity\":\"Holiday\",  <br />\"parentEntity\":\"Leave\",  <br />\"changeDate\":\"date-time\",  <br />\"changeUser\":\"string\",  <br />\"data\":{  <br />\"id\":\"integer\",  <br />\"accountId\":\"integer\",  <br />\"account\":\"string\",  <br />\"total\":\"integer\",  <br />\"balance\":\"integer\"  <br />}  <br />}</td>\n</tr>\n<tr>\n<td>Leave</td>\n<td>{  <br />\"id\":\"integer\",  <br />\"parentId\":\"integer\",  <br />\"typeId\":\"integer\",  <br />\"type\":\"string\",  <br />\"entity\":\"Leave\",  <br />\"parentEntity\":\"Leave\",  <br />\"changeDate\":\"date-time\",  <br />\"changeUser\":\"string\",  <br />\"data\":{  <br />\"employeeId\":\"integer\",  <br />\"typeLeaveId\":\"integer\",  <br />\"observations\":\"string\",  <br />\"typeLeaveDescription\":\"string\",  <br />\"leaveState\":\"integer\",  <br />\"leaveStateDescription\":\"string\",  <br />\"dateFrom\":\"date-time\",  <br />\"dateTo\":\"date-time\",  <br />\"workingDays\":\"integer\",  <br />\"holidays\":\"integer\",  <br />\"days\":\"integer\",  <br />\"hours\":\"integer\",  <br />\"dayType\":\"integer\",  <br />\"order\":\"string\",  <br />\"startTime\":\"date-time\",  <br />\"endTime\":\"date-time\",  <br />\"id\":\"integer\"  <br />}  <br />}</td>\n</tr>\n<tr>\n<td>master_structure</td>\n<td>{  <br />\"id\":\"integer\",  <br />\"parentId\":\"integer\",  <br />\"typeId\":\"integer\",  <br />\"type\":\"string\",  <br />\"entity\":\"Master_Structure\",  <br />\"parentEntity\":\"integer\",  <br />\"changeDate\":\"date-type\",  <br />\"changeUser\":\"string\",  <br />\"data\":{  <br />\"description\":\"string\",  <br />\"extendedDescription\":\"string\",  <br />\"externalId\":\"string\",  <br />\"active\":\"boolean\",  <br />\"type\":{  <br />\"description\":\"string\",  <br />\"id\":\"integer\"  <br />},  <br />\"id\":\"integer\"  <br />}  <br />}</td>\n</tr>\n<tr>\n<td>master_structure_type</td>\n<td>{  <br />\"id\":\"integer\",  <br />\"parentId\":\"integer\",  <br />\"typeId\":\"integer\",  <br />\"type\":\"string\",  <br />\"entity\":\"Master_Structure_Type\",  <br />\"parentEntity\":\"String\",  <br />\"changeDate\":\"date-type\",  <br />\"changeUser\":\"string\",  <br />\"data\":{  <br />\"description\":\"string\",  <br />\"id\":\"integer\"  <br />}  <br />}</td>\n</tr>\n<tr>\n<td>pay_element</td>\n<td>{  <br />\"id\":\"integer\",  <br />\"parentId\":\"integer\",  <br />\"typeId\":\"integer\",  <br />\"type\":\"string\",  <br />\"entity\":\"Pay_Element\",  <br />\"parentEntity\":\"Pay_Element\",  <br />\"changeDate\":\"date-time\",  <br />\"changeUser\":\"string\",  <br />\"data\":{  <br />\"employeeId\":\"integer\",  <br />\"employeeExternalId\":\"string\",  <br />\"conceptId\":\"string\",  <br />\"conceptExternalId\":\"string\",  <br />\"parameterId\":\"integer\",  <br />\"dateFrom\":\"date-time\",  <br />\"dateTo\":\"date-time\",  <br />\"value\":\"decimal\",  <br />\"retroactivityStartYear\":\"date-time\",  <br />\"retroactivityStartMonth\":\"date-time\",  <br />\"retroactivityEndYear\":\"date-time\",  <br />\"retroactivityEndMonth\":\"date-time\",  <br />\"reasonType\":{  <br />\"id\":\"integer\",  <br />\"description\":\"string\",  <br />\"reason\":\"string\"  <br />},  <br />\"eventDate\":\"date-time\",  <br />\"id\":\"integer\"  <br />}  <br />}</td>\n</tr>\n<tr>\n<td>phase</td>\n<td>{  <br />\"id\":\"integer\",  <br />\"parentId\":\"integer\",  <br />\"typeId\":\"integer\",  <br />\"type\":\"string\",  <br />\"entity\":\"Phase\",  <br />\"parentEntity\":\"Employee\",  <br />\"changeDate\":\"date-time\",  <br />\"changeUser\":\"String\",  <br />\"data\":{  <br />\"advanceNotice\":\"string\",  <br />\"compensation\":\"boolean\",  <br />\"endDate\":\"date-time\",  <br />\"holidays\":\"boolean\",  <br />\"real\":\"boolean\",  <br />\"recognizedStartDate\":\"boolean\",  <br />\"salary\":\"boolean\",  <br />\"startDate\":\"data-time\",  <br />\"status\":\"boolean\",  <br />\"employeeId\":\"integer\",  <br />\"decouplingCause\":\"string\",  <br />\"id\":\"integer\"  <br />}  <br />}</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>{  <br />\"id\":\"integer\",  <br />\"parentId\":\"integer\",  <br />\"typeId\":\"integer\",  <br />\"type\":\"Update\",  <br />\"entity\":\"Phone\",  <br />\"parentEntity\":\"Employee\",  <br />\"changeDate\":\"date-time\",  <br />\"changeUser\":\"string\",  <br />\"data\":{  <br />\"areaCode\":\"string\",  <br />\"number\":\"string\",  <br />\"type\":\"string\",  <br />\"isDefault\":\"boolean\",  <br />\"id\":\"integer\"  <br />}  <br />}</td>\n</tr>\n<tr>\n<td>structure</td>\n<td>{  <br />\"id\":\"integer\",  <br />\"parentId\":\"integer\",  <br />\"typeId\":\"integer\",  <br />\"type\":\"string\",  <br />\"entity\":\"Structure\",  <br />\"parentEntity\":\"Employee\",  <br />\"changeDate\":\"date-time\",  <br />\"changeUser\":\"string\",  <br />\"data\":{  <br />\"structureId\":\"integer\",  <br />\"dateFrom\":\"date-time\",  <br />\"dateTo\":\"date-time\",  <br />\"description\":\"string\",  <br />\"externalId\":\"string\",  <br />\"type\":{  <br />\"description\":\"string\",  <br />\"id\":\"integer\"  <br />},  <br />\"reason\":{  <br />\"id\":\"integer\",  <br />\"description\":\"string\",  <br />\"reason\":\"string\"  <br />},  <br />\"model\":{  <br />\"description\":\"string\",  <br />\"id\":\"integer\"  <br />},  <br />\"id\":\"integer\"  <br />}  <br />}</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["sync"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"applicationName","value":"<string>"},{"key":"parentEntity","value":"<string>"},{"key":"entity","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"29a5ab54-86aa-4af8-8cb2-d91cf02710d5","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/sync?applicationName=<string>&parentEntity=<string>&entity=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["sync"],"query":[{"key":"applicationName","value":"<string>","description":"(Required) "},{"key":"parentEntity","value":"<string>"},{"key":"entity","value":"<string>"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"parentId\": \"<integer>\",\n  \"typeId\": \"<integer>\",\n  \"type\": \"<string>\",\n  \"entity\": \"<string>\",\n  \"parentEntity\": \"<string>\",\n  \"changeDate\": \"<dateTime>\",\n  \"changeUser\": \"<string>\",\n  \"data\": {}\n}"},{"id":"49a7e0b8-3905-4973-bb02-42f62cc106f8","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/sync?applicationName=<string>&parentEntity=<string>&entity=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["sync"],"query":[{"key":"applicationName","value":"<string>","description":"(Required) "},{"key":"parentEntity","value":"<string>"},{"key":"entity","value":"<string>"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"614868b5-5e1b-4ef5-80f7-b5ead5801908","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/sync?applicationName=<string>&parentEntity=<string>&entity=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["sync"],"query":[{"key":"applicationName","value":"<string>","description":"(Required) "},{"key":"parentEntity","value":"<string>"},{"key":"entity","value":"<string>"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"778fc85f-d4d9-43be-a9f2-f4cc746c1774","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/sync?applicationName=<string>&parentEntity=<string>&entity=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["sync"],"query":[{"key":"applicationName","value":"<string>","description":"(Required) "},{"key":"parentEntity","value":"<string>"},{"key":"entity","value":"<string>"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"1b85a899-723d-420f-8305-9bfd282732ef","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/sync?applicationName=<string>&parentEntity=<string>&entity=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["sync"],"query":[{"key":"applicationName","value":"<string>","description":"(Required) "},{"key":"parentEntity","value":"<string>"},{"key":"entity","value":"<string>"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"10df6a6c-97a9-4894-b403-4f34f4cb0f85","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/sync?applicationName=<string>&parentEntity=<string>&entity=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["sync"],"query":[{"key":"applicationName","value":"<string>","description":"(Required) "},{"key":"parentEntity","value":"<string>"},{"key":"entity","value":"<string>"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"fb248d2a-59a5-4de7-81c5-33e7196b0623"}],"id":"cc265b47-1e0a-4c1d-949f-cf2879168f2e","description":"<p>Servicio Sync para sincronizar deltas de datos no sincronizados previamente.</p>\n<h4 id=\"introducción\">Introducción</h4>\n<p>La API de Visma cuenta con una serie de endpoints para gestionar la sincronización de datos para poder mantener actualizado repositorios de datos externos.</p>\n<h4 id=\"¿cómo-funciona\">¿Cómo funciona?</h4>\n<p>Para poder sincronizar, se debe crear al menos una Aplicación. Esta permite llevar seguimiento de los cambios sucedidos a partir de una fecha de última actualización.</p>\n<p>Es en función de esta última que se identifican los cambios a enviar como respuesta del servicio de sincronización.</p>\n<p>Por ejemplo, el cliente puede crear una Aplicación \"App #1\", y allí informar que la fecha de última sincronización fue hace 1 mes.</p>\n<p>Entonces, cuando consuma el servicio de sincronización indicando que desea obtener los datos a sincronizar para \"App #1\", la API le devolverá todos los ítems que se hayan creado/modificado/eliminado desde 1 mes hasta la fecha actual.</p>\n<p>Luego, es responsabilidad del consumidor indicar a la API la nueva fecha de última sincronización, así la próxima vez que consulte el servicio, éste le devolverá los cambios sucedidos a partir de la última vez que se sincronizó, y de esta manera no acarrear constantemente los datos de sincronizaciones previas, lógicamente creciendo cada vez más en volumen a medida que transcurre el tiempo.</p>\n<h4 id=\"flujo-de-interacción\">Flujo de interacción</h4>\n<p>La interacción con los endpoints debería ser la siguiente:</p>\n<ul>\n<li><p>Única vez..</p>\n<ul>\n<li>POST \"/sync/applications\" para crear una aplicación.</li>\n</ul>\n</li>\n<li><p>Frecuentemente, con la frecuencia deseada...</p>\n<ul>\n<li><p>GET \"/sync\" para obtener las novedades de sincronización.</p>\n</li>\n<li><p>POST \"/sync/applications\" para actualizar la aplicación indicando la nueva fecha de última sincronización.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Ejemplo:</p>\n<ol>\n<li><p>Se crea la Aplicación \"App #1\", indicando que la última fecha de sincronización fue hace 30 días.</p>\n</li>\n<li><p>Luego se solicitan los datos a sincronizar para \"App #1\". A la fecha actual, la API devuelve varios cambios al consumidor, que han sucedido entre la fecha actual y 30 días en el pasado.</p>\n</li>\n<li><p>El consumidor informa a la API la nueva fecha de última sincronización (típicamente, con la fecha actual).Este paso es sumamente importante, de lo contrario en cada nuevo consumo del servicio se estarán acarreando ítems que ya se habían informado anteriormente, agrandando el volumen de datos innecesariamente.</p>\n</li>\n<li><p>Al día siguiente, o cuando se desee volver a obtener los cambios sucedidos, la API tomará la última fecha de sincronización informada, y a partir de allí obtener qué cambios han sucedido entre esa fecha y la fecha actual.</p>\n</li>\n</ol>\n","_postman_id":"cc265b47-1e0a-4c1d-949f-cf2879168f2e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"time-management","item":[{"name":"daily-accumulated","item":[{"name":"Get several Daily Accumulated items","id":"e58c9ddb-4faf-4054-831b-8772031ef354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/time-management/daily-accumulated?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>&typeOfHours=<string>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["time-management","daily-accumulated"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"},{"description":{"content":"<p>(Required) Employee Id</p>\n","type":"text/plain"},"key":"employeeId","value":"<integer>"},{"description":{"content":"<p>(Required) Date From (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateFrom","value":"<dateTime>"},{"description":{"content":"<p>(Required) Date To (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateTo","value":"<dateTime>"},{"description":{"content":"<p>Type Of Hours of Daily Accumulated ( Accepts a comma separated list: Sample: 1,2,3 )</p>\n","type":"text/plain"},"key":"typeOfHours","value":"<string>"}],"variable":[]}},"response":[{"id":"455d5f8f-d6ba-4c23-932f-ebbf3b0ca8c8","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/daily-accumulated?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>&typeOfHours=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","daily-accumulated"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"employeeId","value":"<integer>","description":"(Required) Employee Id"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"(Required) Date To (yyyy-MM-dd)"},{"key":"typeOfHours","value":"<string>","description":"Type Of Hours of Daily Accumulated ( Accepts a comma separated list: Sample: 1,2,3 )"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalAmount\": \"<double>\",\n  \"details\": {\n    \"totalCount\": \"<integer>\",\n    \"values\": [\n      {\n        \"employeeId\": \"<integer>\",\n        \"date\": \"<dateTime>\",\n        \"hourType\": {\n          \"id\": \"<integer>\",\n          \"description\": \"<string>\"\n        },\n        \"amount\": \"<double>\",\n        \"id\": \"<integer>\"\n      },\n      {\n        \"employeeId\": \"<integer>\",\n        \"date\": \"<dateTime>\",\n        \"hourType\": {\n          \"id\": \"<integer>\",\n          \"description\": \"<string>\"\n        },\n        \"amount\": \"<double>\",\n        \"id\": \"<integer>\"\n      }\n    ]\n  }\n}"},{"id":"df66b536-ebc6-4fb0-a4f3-cf5a0f6fd710","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/daily-accumulated?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>&typeOfHours=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","daily-accumulated"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"employeeId","value":"<integer>","description":"(Required) Employee Id"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"(Required) Date To (yyyy-MM-dd)"},{"key":"typeOfHours","value":"<string>","description":"Type Of Hours of Daily Accumulated ( Accepts a comma separated list: Sample: 1,2,3 )"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"28e4bed4-3802-45eb-80ed-23db87bc32bb","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/daily-accumulated?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>&typeOfHours=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","daily-accumulated"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"employeeId","value":"<integer>","description":"(Required) Employee Id"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"(Required) Date To (yyyy-MM-dd)"},{"key":"typeOfHours","value":"<string>","description":"Type Of Hours of Daily Accumulated ( Accepts a comma separated list: Sample: 1,2,3 )"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"a8d47498-c4d9-4070-ade5-08db23198b70","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/daily-accumulated?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>&typeOfHours=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","daily-accumulated"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"employeeId","value":"<integer>","description":"(Required) Employee Id"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"(Required) Date To (yyyy-MM-dd)"},{"key":"typeOfHours","value":"<string>","description":"Type Of Hours of Daily Accumulated ( Accepts a comma separated list: Sample: 1,2,3 )"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"fc92c230-1ae0-4471-8a25-0f7e76358f2f","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/daily-accumulated?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>&typeOfHours=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","daily-accumulated"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"employeeId","value":"<integer>","description":"(Required) Employee Id"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"(Required) Date To (yyyy-MM-dd)"},{"key":"typeOfHours","value":"<string>","description":"Type Of Hours of Daily Accumulated ( Accepts a comma separated list: Sample: 1,2,3 )"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"be50e62d-5083-4d1b-ad09-19d321049419","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/daily-accumulated?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>&typeOfHours=<string>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","daily-accumulated"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"employeeId","value":"<integer>","description":"(Required) Employee Id"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"(Required) Date To (yyyy-MM-dd)"},{"key":"typeOfHours","value":"<string>","description":"Type Of Hours of Daily Accumulated ( Accepts a comma separated list: Sample: 1,2,3 )"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"e58c9ddb-4faf-4054-831b-8772031ef354"}],"id":"7a47fb12-f142-4ca6-b507-5bf94f815341","_postman_id":"7a47fb12-f142-4ca6-b507-5bf94f815341","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"daily-processing","item":[{"name":"Get several Daily Processing items","id":"323bdc12-3ce9-4b90-b09a-b325d0048d45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/time-management/daily-processing?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["time-management","daily-processing"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"},{"description":{"content":"<p>(Required) Employee Id</p>\n","type":"text/plain"},"key":"employeeId","value":"<integer>"},{"description":{"content":"<p>(Required) Date From (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateFrom","value":"<dateTime>"},{"description":{"content":"<p>(Required) Date To (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateTo","value":"<dateTime>"}],"variable":[]}},"response":[{"id":"7f62a576-01c7-4517-928e-b6712d86a9c2","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/daily-processing?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","daily-processing"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"employeeId","value":"<integer>","description":"(Required) Employee Id"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"(Required) Date To (yyyy-MM-dd)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"employeeId\": \"<integer>\",\n  \"date\": \"<dateTime>\",\n  \"scheduleId\": \"<integer>\",\n  \"paymentMethodId\": \"<integer>\",\n  \"dayId\": \"<integer>\",\n  \"holiday\": \"<boolean>\",\n  \"justificationId\": \"<integer>\",\n  \"timeAllocation\": \"<boolean>\",\n  \"dayOff\": \"<boolean>\",\n  \"workDay\": \"<boolean>\",\n  \"structureId\": \"<integer>\",\n  \"source\": \"<integer>\",\n  \"manual\": \"<boolean>\",\n  \"startTime1\": \"<string>\",\n  \"startTime2\": \"<string>\",\n  \"startTime3\": \"<string>\",\n  \"endTime1\": \"<string>\",\n  \"endTime2\": \"<string>\",\n  \"endTime3\": \"<string>\",\n  \"id\": \"<integer>\"\n}"},{"id":"1801251c-b149-4a14-8fa8-7f0603b5d226","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/daily-processing?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","daily-processing"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"employeeId","value":"<integer>","description":"(Required) Employee Id"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"(Required) Date To (yyyy-MM-dd)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"31fde7e3-9fe4-423d-8eae-bf4d4e74084f","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/daily-processing?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","daily-processing"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"employeeId","value":"<integer>","description":"(Required) Employee Id"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"(Required) Date To (yyyy-MM-dd)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"d7c88e7e-7cac-4e5d-977f-32a4ab413680","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/daily-processing?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","daily-processing"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"employeeId","value":"<integer>","description":"(Required) Employee Id"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"(Required) Date To (yyyy-MM-dd)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"fc5136bd-2a75-4a00-8145-017f1f46aad3","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/daily-processing?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","daily-processing"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"employeeId","value":"<integer>","description":"(Required) Employee Id"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"(Required) Date To (yyyy-MM-dd)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"c607e231-d543-4600-9aed-0428969d06ff","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/daily-processing?orderBy=<string>&page=<integer>&pageSize=<integer>&employeeId=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","daily-processing"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"employeeId","value":"<integer>","description":"(Required) Employee Id"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"(Required) Date To (yyyy-MM-dd)"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"323bdc12-3ce9-4b90-b09a-b325d0048d45"}],"id":"0924ccc8-61eb-4e5c-9d98-a5a08becfaff","_postman_id":"0924ccc8-61eb-4e5c-9d98-a5a08becfaff","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"shifts","item":[{"name":"Get all Shifts","id":"e450d61d-f5cf-452e-83a8-77efd0ea1e66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/time-management/shifts?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["time-management","shifts"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"key":"search","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"1971fad7-a1ee-4938-9434-7a7d43e8471c","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/shifts?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","shifts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"type\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"compensate\": \"<boolean>\",\n      \"amountOfHours\": \"<double>\",\n      \"size\": \"<integer>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"type\": {\n        \"description\": \"<string>\",\n        \"id\": \"<integer>\"\n      },\n      \"compensate\": \"<boolean>\",\n      \"amountOfHours\": \"<double>\",\n      \"size\": \"<integer>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"},{"id":"1aeb7f44-4fbc-42ed-b965-a46a797ce612","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/shifts?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","shifts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"9054293b-0ea3-41f4-967a-4f3258baf326","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/shifts?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","shifts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"c665cfde-238e-4640-8e85-16cb98a3e110","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/shifts?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","shifts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"2cb6fc38-9305-4018-9edf-bf675edf2b2a","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/shifts?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","shifts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"f7f2dba6-1248-4819-ae11-b0af21f61201","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/shifts?orderBy=<string>&search=<string>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","shifts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"search","value":"<string>"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"e450d61d-f5cf-452e-83a8-77efd0ea1e66"}],"id":"d3bb4c22-d098-4668-940a-3618257a048f","_postman_id":"d3bb4c22-d098-4668-940a-3618257a048f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"subShifts","item":[{"name":"Get Sub Shifts","id":"76cb6a73-b2f3-4ce0-a2c6-f4f53d2f1e16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/time-management/subShifts?orderBy=<string>&page=<integer>&pageSize=<integer>&shiftId=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["time-management","subShifts"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"},{"description":{"content":"<p>(Required) Shift Id</p>\n","type":"text/plain"},"key":"shiftId","value":"<integer>"}],"variable":[]}},"response":[{"id":"7bb9a5c6-23d5-47c5-98e3-8618af4474b7","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/subShifts?orderBy=<string>&page=<integer>&pageSize=<integer>&shiftId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","subShifts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"shiftId","value":"<integer>","description":"(Required) Shift Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"size\": \"<integer>\",\n      \"iterations\": \"<integer>\",\n      \"proccessingType\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"order\": \"<integer>\",\n      \"description\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"size\": \"<integer>\",\n      \"iterations\": \"<integer>\",\n      \"proccessingType\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"order\": \"<integer>\",\n      \"description\": \"<string>\"\n    }\n  ]\n}"},{"id":"93029ca5-9db5-44c4-a825-b7bc51861032","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/subShifts?orderBy=<string>&page=<integer>&pageSize=<integer>&shiftId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","subShifts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"shiftId","value":"<integer>","description":"(Required) Shift Id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"4a7864e1-9bfd-4900-8eee-45da9db20491","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/subShifts?orderBy=<string>&page=<integer>&pageSize=<integer>&shiftId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","subShifts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"shiftId","value":"<integer>","description":"(Required) Shift Id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"9e4a9496-2948-4958-9c10-fd3f8fb92665","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/subShifts?orderBy=<string>&page=<integer>&pageSize=<integer>&shiftId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","subShifts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"shiftId","value":"<integer>","description":"(Required) Shift Id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"24eb9539-ad95-4aaf-9ace-8b6786c13b8f","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/subShifts?orderBy=<string>&page=<integer>&pageSize=<integer>&shiftId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","subShifts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"shiftId","value":"<integer>","description":"(Required) Shift Id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"21bdd1b3-af70-4af4-abf3-266c9e15e421","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/subShifts?orderBy=<string>&page=<integer>&pageSize=<integer>&shiftId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","subShifts"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"shiftId","value":"<integer>","description":"(Required) Shift Id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"76cb6a73-b2f3-4ce0-a2c6-f4f53d2f1e16"}],"id":"6ce923ab-7f09-4157-9b9d-d1838400907d","_postman_id":"6ce923ab-7f09-4157-9b9d-d1838400907d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"clock-punches","item":[{"name":"Get All Clock-Punches","id":"7f4c9ed1-0ee3-46bd-8e5f-65e6ad868e64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/time-management/clock-punches?orderBy=<string>&page=<integer>&pageSize=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>&employeeId=<integer>&statusId=<string>&clockId=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["time-management","clock-punches"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"},{"description":{"content":"<p>(Required) Date From (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateFrom","value":"<dateTime>"},{"description":{"content":"<p>Date To (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateTo","value":"<dateTime>"},{"description":{"content":"<p>Employee Id</p>\n","type":"text/plain"},"key":"employeeId","value":"<integer>"},{"description":{"content":"<p>StatusId (I: Inicial, L: Leida, P: Procesada)</p>\n","type":"text/plain"},"key":"statusId","value":"<string>"},{"description":{"content":"<p>ClockId</p>\n","type":"text/plain"},"key":"clockId","value":"<integer>"}],"variable":[]}},"response":[{"id":"de1faa42-e6a9-435f-b3c3-6c5d84e501da","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/clock-punches?orderBy=<string>&page=<integer>&pageSize=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>&employeeId=<integer>&statusId=<string>&clockId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","clock-punches"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id"},{"key":"statusId","value":"<string>","description":"StatusId (I: Inicial, L: Leida, P: Procesada)"},{"key":"clockId","value":"<integer>","description":"ClockId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"date\": \"<dateTime>\",\n  \"employeeId\": \"<integer>\",\n  \"time\": \"<string>\",\n  \"type\": {\n    \"id\": \"<string>\",\n    \"description\": \"<string>\"\n  },\n  \"subType\": {\n    \"id\": \"<string>\",\n    \"description\": \"<string>\"\n  },\n  \"status\": {\n    \"id\": \"<string>\",\n    \"description\": \"<string>\"\n  },\n  \"clock\": {\n    \"id\": \"<integer>\",\n    \"description\": \"<string>\"\n  },\n  \"manual\": \"<boolean>\",\n  \"processingDate\": \"<dateTime>\"\n}"},{"id":"153a5361-7a37-44c3-8f19-55d8024dbc12","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/clock-punches?orderBy=<string>&page=<integer>&pageSize=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>&employeeId=<integer>&statusId=<string>&clockId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","clock-punches"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id"},{"key":"statusId","value":"<string>","description":"StatusId (I: Inicial, L: Leida, P: Procesada)"},{"key":"clockId","value":"<integer>","description":"ClockId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"8e74a95e-ebdc-433d-b1f6-1d970a439cc3","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/clock-punches?orderBy=<string>&page=<integer>&pageSize=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>&employeeId=<integer>&statusId=<string>&clockId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","clock-punches"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id"},{"key":"statusId","value":"<string>","description":"StatusId (I: Inicial, L: Leida, P: Procesada)"},{"key":"clockId","value":"<integer>","description":"ClockId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"64cd4c76-7943-4b6b-8167-7355547dbdc4","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/clock-punches?orderBy=<string>&page=<integer>&pageSize=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>&employeeId=<integer>&statusId=<string>&clockId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","clock-punches"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id"},{"key":"statusId","value":"<string>","description":"StatusId (I: Inicial, L: Leida, P: Procesada)"},{"key":"clockId","value":"<integer>","description":"ClockId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"bac22a96-8d90-4cf3-a94f-8e99241e74e4","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/clock-punches?orderBy=<string>&page=<integer>&pageSize=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>&employeeId=<integer>&statusId=<string>&clockId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","clock-punches"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id"},{"key":"statusId","value":"<string>","description":"StatusId (I: Inicial, L: Leida, P: Procesada)"},{"key":"clockId","value":"<integer>","description":"ClockId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"e6a62489-441e-47cc-802a-5be1e6a3d932","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/clock-punches?orderBy=<string>&page=<integer>&pageSize=<integer>&dateFrom=<dateTime>&dateTo=<dateTime>&employeeId=<integer>&statusId=<string>&clockId=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","clock-punches"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id"},{"key":"statusId","value":"<string>","description":"StatusId (I: Inicial, L: Leida, P: Procesada)"},{"key":"clockId","value":"<integer>","description":"ClockId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"7f4c9ed1-0ee3-46bd-8e5f-65e6ad868e64"},{"name":"Create Clock-Punches","id":"7a117dea-04b9-4795-bf61-343bd5b83b48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"clockId\": \"<integer>\",\n    \"employeeId\": \"<integer>\",\n    \"dateTime\": \"<dateTime>\",\n    \"type\": \"<string>\",\n    \"subType\": \"<string>\"\n  },\n  {\n    \"clockId\": \"<integer>\",\n    \"employeeId\": \"<integer>\",\n    \"dateTime\": \"<dateTime>\",\n    \"type\": \"<string>\",\n    \"subType\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/time-management/clock-punches","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["time-management","clock-punches"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"1d9414e6-597c-4da2-b5b6-a25aaacf34f1","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"clockId\": \"<integer>\",\n    \"employeeId\": \"<integer>\",\n    \"dateTime\": \"<dateTime>\",\n    \"type\": \"<string>\",\n    \"subType\": \"<string>\"\n  },\n  {\n    \"clockId\": \"<integer>\",\n    \"employeeId\": \"<integer>\",\n    \"dateTime\": \"<dateTime>\",\n    \"type\": \"<string>\",\n    \"subType\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/time-management/clock-punches"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalProcessed\": \"<integer>\",\n  \"results\": [\n    {\n      \"success\": \"<boolean>\",\n      \"entity\": {},\n      \"messages\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"success\": \"<boolean>\",\n      \"entity\": {},\n      \"messages\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ]\n}"},{"id":"a7d0f535-8d29-4dc5-ba03-bc85b7db3f97","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"clockId\": \"<integer>\",\n    \"employeeId\": \"<integer>\",\n    \"dateTime\": \"<dateTime>\",\n    \"type\": \"<string>\",\n    \"subType\": \"<string>\"\n  },\n  {\n    \"clockId\": \"<integer>\",\n    \"employeeId\": \"<integer>\",\n    \"dateTime\": \"<dateTime>\",\n    \"type\": \"<string>\",\n    \"subType\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/time-management/clock-punches"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"11079223-25d8-4641-84fe-5fac325642e2","name":"Credentials provided are not valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"[\n  {\n    \"clockId\": \"<integer>\",\n    \"employeeId\": \"<integer>\",\n    \"dateTime\": \"<dateTime>\",\n    \"type\": \"<string>\",\n    \"subType\": \"<string>\"\n  },\n  {\n    \"clockId\": \"<integer>\",\n    \"employeeId\": \"<integer>\",\n    \"dateTime\": \"<dateTime>\",\n    \"type\": \"<string>\",\n    \"subType\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/time-management/clock-punches"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"99124183-f462-4714-b014-77c26cbe03ab","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"[\n  {\n    \"clockId\": \"<integer>\",\n    \"employeeId\": \"<integer>\",\n    \"dateTime\": \"<dateTime>\",\n    \"type\": \"<string>\",\n    \"subType\": \"<string>\"\n  },\n  {\n    \"clockId\": \"<integer>\",\n    \"employeeId\": \"<integer>\",\n    \"dateTime\": \"<dateTime>\",\n    \"type\": \"<string>\",\n    \"subType\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/time-management/clock-punches"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"59307ed9-3d4d-4edc-b576-17e52b88b859","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"[\n  {\n    \"clockId\": \"<integer>\",\n    \"employeeId\": \"<integer>\",\n    \"dateTime\": \"<dateTime>\",\n    \"type\": \"<string>\",\n    \"subType\": \"<string>\"\n  },\n  {\n    \"clockId\": \"<integer>\",\n    \"employeeId\": \"<integer>\",\n    \"dateTime\": \"<dateTime>\",\n    \"type\": \"<string>\",\n    \"subType\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/time-management/clock-punches"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"caf7dece-5862-4286-bc80-67e18fa1d6d5","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"clockId\": \"<integer>\",\n    \"employeeId\": \"<integer>\",\n    \"dateTime\": \"<dateTime>\",\n    \"type\": \"<string>\",\n    \"subType\": \"<string>\"\n  },\n  {\n    \"clockId\": \"<integer>\",\n    \"employeeId\": \"<integer>\",\n    \"dateTime\": \"<dateTime>\",\n    \"type\": \"<string>\",\n    \"subType\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/time-management/clock-punches"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"7a117dea-04b9-4795-bf61-343bd5b83b48"}],"id":"8fc18cdd-7537-4a20-9c3a-b9e2139fad5c","_postman_id":"8fc18cdd-7537-4a20-9c3a-b9e2139fad5c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"subshiftsdetails","item":[{"name":"Get all Sub-Shifts Details","id":"2631f2fc-229a-4d53-820a-b5831b425514","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/time-management/subshiftsdetails?orderBy=<string>&subShiftId=<integer>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["time-management","subshiftsdetails"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>(Required) Sub Shift Id</p>\n","type":"text/plain"},"key":"subShiftId","value":"<integer>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"31690e60-a1dc-4277-9aff-9111ce7620a5","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/subshiftsdetails?orderBy=<string>&subShiftId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","subshiftsdetails"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"subShiftId","value":"<integer>","description":"(Required) Sub Shift Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"id\": \"<integer>\",\n      \"subShiftId\": \"<integer>\",\n      \"hoursPerDayAmount\": \"<double>\",\n      \"hoursPerDayMaxAmount\": \"<double>\",\n      \"order\": \"<integer>\",\n      \"schedule\": [\n        {\n          \"start\": \"<string>\",\n          \"end\": \"<string>\"\n        },\n        {\n          \"start\": \"<string>\",\n          \"end\": \"<string>\"\n        }\n      ],\n      \"iterations\": \"<integer>\",\n      \"dayOff\": \"<boolean>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"subShiftId\": \"<integer>\",\n      \"hoursPerDayAmount\": \"<double>\",\n      \"hoursPerDayMaxAmount\": \"<double>\",\n      \"order\": \"<integer>\",\n      \"schedule\": [\n        {\n          \"start\": \"<string>\",\n          \"end\": \"<string>\"\n        },\n        {\n          \"start\": \"<string>\",\n          \"end\": \"<string>\"\n        }\n      ],\n      \"iterations\": \"<integer>\",\n      \"dayOff\": \"<boolean>\"\n    }\n  ]\n}"},{"id":"2c5e628d-62ef-4063-a831-f03b550a8839","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/subshiftsdetails?orderBy=<string>&subShiftId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","subshiftsdetails"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"subShiftId","value":"<integer>","description":"(Required) Sub Shift Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"4f002dfe-6908-4c9f-a720-cb09a0e8c767","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/subshiftsdetails?orderBy=<string>&subShiftId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","subshiftsdetails"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"subShiftId","value":"<integer>","description":"(Required) Sub Shift Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"026a0f5f-108d-4cb5-a687-6c30133994d4","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/subshiftsdetails?orderBy=<string>&subShiftId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","subshiftsdetails"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"subShiftId","value":"<integer>","description":"(Required) Sub Shift Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"4027b92c-70e3-4ddf-8a81-a1c0a166ae07","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/subshiftsdetails?orderBy=<string>&subShiftId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","subshiftsdetails"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"subShiftId","value":"<integer>","description":"(Required) Sub Shift Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"30283c23-a962-4b25-91ec-9e4cf21168ec","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/subshiftsdetails?orderBy=<string>&subShiftId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","subshiftsdetails"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"subShiftId","value":"<integer>","description":"(Required) Sub Shift Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"2631f2fc-229a-4d53-820a-b5831b425514"}],"id":"7fe50069-659f-4dfc-90a6-761ef4945870","_postman_id":"7fe50069-659f-4dfc-90a6-761ef4945870","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"shiftpaymentmethod","item":[{"name":"Get all Shift Payment Methods","id":"078ae55f-27bd-4a20-93fd-6d9104b27eb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/time-management/shiftpaymentmethod?orderBy=<string>&shiftId=<integer>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["time-management","shiftpaymentmethod"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>(Required) Shift Id</p>\n","type":"text/plain"},"key":"shiftId","value":"<integer>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"add6cb43-614c-4418-b787-eaf3beac94c2","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/shiftpaymentmethod?orderBy=<string>&shiftId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","shiftpaymentmethod"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"shiftId","value":"<integer>","description":"(Required) Shift Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"shiftStructures\": [\n        {\n          \"structureId\": \"<integer>\",\n          \"description\": \"<string>\",\n          \"validDate\": \"<dateTime>\",\n          \"structureType\": \"<integer>\",\n          \"daysOffset\": \"<integer>\"\n        },\n        {\n          \"structureId\": \"<integer>\",\n          \"description\": \"<string>\",\n          \"validDate\": \"<dateTime>\",\n          \"structureType\": \"<integer>\",\n          \"daysOffset\": \"<integer>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"shiftStructures\": [\n        {\n          \"structureId\": \"<integer>\",\n          \"description\": \"<string>\",\n          \"validDate\": \"<dateTime>\",\n          \"structureType\": \"<integer>\",\n          \"daysOffset\": \"<integer>\"\n        },\n        {\n          \"structureId\": \"<integer>\",\n          \"description\": \"<string>\",\n          \"validDate\": \"<dateTime>\",\n          \"structureType\": \"<integer>\",\n          \"daysOffset\": \"<integer>\"\n        }\n      ]\n    }\n  ]\n}"},{"id":"0f6a9921-5aea-4664-8397-14bba807b185","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/shiftpaymentmethod?orderBy=<string>&shiftId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","shiftpaymentmethod"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"shiftId","value":"<integer>","description":"(Required) Shift Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"702439e0-83a1-4805-b880-b9c58a2bf8a6","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/shiftpaymentmethod?orderBy=<string>&shiftId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","shiftpaymentmethod"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"shiftId","value":"<integer>","description":"(Required) Shift Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"16797b8a-aeac-4f63-a6a6-defedc51cbad","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/shiftpaymentmethod?orderBy=<string>&shiftId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","shiftpaymentmethod"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"shiftId","value":"<integer>","description":"(Required) Shift Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"39f8f69d-e21e-4d13-bf08-4fd32db0b270","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/shiftpaymentmethod?orderBy=<string>&shiftId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","shiftpaymentmethod"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"shiftId","value":"<integer>","description":"(Required) Shift Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"d40137d8-022e-46f1-8ad0-fb1c781c57d4","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/shiftpaymentmethod?orderBy=<string>&shiftId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","shiftpaymentmethod"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"shiftId","value":"<integer>","description":"(Required) Shift Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"078ae55f-27bd-4a20-93fd-6d9104b27eb8"}],"id":"a0231bc1-7ad6-4b47-86c1-dc479513edc2","_postman_id":"a0231bc1-7ad6-4b47-86c1-dc479513edc2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"daily-dispatches","item":[{"name":"Get several Daily Dispatch items","id":"8d3441c1-5fa5-4ef2-bb75-ad356746abee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/time-management/daily-dispatches?orderBy=<string>&dateFrom=<dateTime>&dateTo=<dateTime>&employeeId=<integer>&page=<integer>&pageSize=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["time-management","daily-dispatches"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>Results order. Format: Field1-desc|asc, Field2-desc|asc, ...</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>(Required) Date From (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateFrom","value":"<dateTime>"},{"description":{"content":"<p>Date To (yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateTo","value":"<dateTime>"},{"description":{"content":"<p>Employee Id</p>\n","type":"text/plain"},"key":"employeeId","value":"<integer>"},{"description":{"content":"<p>Number of the page to return</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>The maximum number of results to return per page</p>\n","type":"text/plain"},"key":"pageSize","value":"<integer>"}],"variable":[]}},"response":[{"id":"55f0544e-695b-4c28-baa9-c475d371479b","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/daily-dispatches?orderBy=<string>&dateFrom=<dateTime>&dateTo=<dateTime>&employeeId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","daily-dispatches"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalCount\": \"<integer>\",\n  \"values\": [\n    {\n      \"description\": \"<string>\",\n      \"dateFrom\": \"<dateTime>\",\n      \"dateTo\": \"<dateTime>\",\n      \"type\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"timeAssignment\": [\n        {\n          \"dailyDispatchId\": \"<integer>\",\n          \"employeeId\": \"<integer>\",\n          \"dateFrom\": \"<dateTime>\",\n          \"dateTo\": \"<dateTime>\",\n          \"schedule\": [\n            {\n              \"start\": \"<string>\",\n              \"end\": \"<string>\"\n            },\n            {\n              \"start\": \"<string>\",\n              \"end\": \"<string>\"\n            }\n          ],\n          \"id\": \"<integer>\"\n        },\n        {\n          \"dailyDispatchId\": \"<integer>\",\n          \"employeeId\": \"<integer>\",\n          \"dateFrom\": \"<dateTime>\",\n          \"dateTo\": \"<dateTime>\",\n          \"schedule\": [\n            {\n              \"start\": \"<string>\",\n              \"end\": \"<string>\"\n            },\n            {\n              \"start\": \"<string>\",\n              \"end\": \"<string>\"\n            }\n          ],\n          \"id\": \"<integer>\"\n        }\n      ],\n      \"shiftChanges\": [\n        {\n          \"dailyDispatchId\": \"<integer>\",\n          \"employeeId\": \"<integer>\",\n          \"dateFrom\": \"<dateTime>\",\n          \"dateTo\": \"<dateTime>\",\n          \"shiftType\": {\n            \"description\": \"<string>\",\n            \"id\": \"<integer>\"\n          },\n          \"paymentType\": {\n            \"id\": \"<integer>\",\n            \"description\": \"<string>\"\n          },\n          \"id\": \"<integer>\"\n        },\n        {\n          \"dailyDispatchId\": \"<integer>\",\n          \"employeeId\": \"<integer>\",\n          \"dateFrom\": \"<dateTime>\",\n          \"dateTo\": \"<dateTime>\",\n          \"shiftType\": {\n            \"description\": \"<string>\",\n            \"id\": \"<integer>\"\n          },\n          \"paymentType\": {\n            \"id\": \"<integer>\",\n            \"description\": \"<string>\"\n          },\n          \"id\": \"<integer>\"\n        }\n      ],\n      \"hourAuthorizations\": [\n        {\n          \"dailyDispatchId\": \"<integer>\",\n          \"employeeId\": \"<integer>\",\n          \"authorizedHours\": \"<double>\",\n          \"dateFrom\": \"<dateTime>\",\n          \"dateTo\": \"<dateTime>\",\n          \"comments\": \"<string>\",\n          \"typeHour\": {\n            \"id\": \"<integer>\",\n            \"description\": \"<string>\"\n          },\n          \"hourTypeDestination\": {\n            \"id\": \"<integer>\",\n            \"description\": \"<string>\"\n          },\n          \"id\": \"<integer>\"\n        },\n        {\n          \"dailyDispatchId\": \"<integer>\",\n          \"employeeId\": \"<integer>\",\n          \"authorizedHours\": \"<double>\",\n          \"dateFrom\": \"<dateTime>\",\n          \"dateTo\": \"<dateTime>\",\n          \"comments\": \"<string>\",\n          \"typeHour\": {\n            \"id\": \"<integer>\",\n            \"description\": \"<string>\"\n          },\n          \"hourTypeDestination\": {\n            \"id\": \"<integer>\",\n            \"description\": \"<string>\"\n          },\n          \"id\": \"<integer>\"\n        }\n      ],\n      \"id\": \"<integer>\"\n    },\n    {\n      \"description\": \"<string>\",\n      \"dateFrom\": \"<dateTime>\",\n      \"dateTo\": \"<dateTime>\",\n      \"type\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"timeAssignment\": [\n        {\n          \"dailyDispatchId\": \"<integer>\",\n          \"employeeId\": \"<integer>\",\n          \"dateFrom\": \"<dateTime>\",\n          \"dateTo\": \"<dateTime>\",\n          \"schedule\": [\n            {\n              \"start\": \"<string>\",\n              \"end\": \"<string>\"\n            },\n            {\n              \"start\": \"<string>\",\n              \"end\": \"<string>\"\n            }\n          ],\n          \"id\": \"<integer>\"\n        },\n        {\n          \"dailyDispatchId\": \"<integer>\",\n          \"employeeId\": \"<integer>\",\n          \"dateFrom\": \"<dateTime>\",\n          \"dateTo\": \"<dateTime>\",\n          \"schedule\": [\n            {\n              \"start\": \"<string>\",\n              \"end\": \"<string>\"\n            },\n            {\n              \"start\": \"<string>\",\n              \"end\": \"<string>\"\n            }\n          ],\n          \"id\": \"<integer>\"\n        }\n      ],\n      \"shiftChanges\": [\n        {\n          \"dailyDispatchId\": \"<integer>\",\n          \"employeeId\": \"<integer>\",\n          \"dateFrom\": \"<dateTime>\",\n          \"dateTo\": \"<dateTime>\",\n          \"shiftType\": {\n            \"description\": \"<string>\",\n            \"id\": \"<integer>\"\n          },\n          \"paymentType\": {\n            \"id\": \"<integer>\",\n            \"description\": \"<string>\"\n          },\n          \"id\": \"<integer>\"\n        },\n        {\n          \"dailyDispatchId\": \"<integer>\",\n          \"employeeId\": \"<integer>\",\n          \"dateFrom\": \"<dateTime>\",\n          \"dateTo\": \"<dateTime>\",\n          \"shiftType\": {\n            \"description\": \"<string>\",\n            \"id\": \"<integer>\"\n          },\n          \"paymentType\": {\n            \"id\": \"<integer>\",\n            \"description\": \"<string>\"\n          },\n          \"id\": \"<integer>\"\n        }\n      ],\n      \"hourAuthorizations\": [\n        {\n          \"dailyDispatchId\": \"<integer>\",\n          \"employeeId\": \"<integer>\",\n          \"authorizedHours\": \"<double>\",\n          \"dateFrom\": \"<dateTime>\",\n          \"dateTo\": \"<dateTime>\",\n          \"comments\": \"<string>\",\n          \"typeHour\": {\n            \"id\": \"<integer>\",\n            \"description\": \"<string>\"\n          },\n          \"hourTypeDestination\": {\n            \"id\": \"<integer>\",\n            \"description\": \"<string>\"\n          },\n          \"id\": \"<integer>\"\n        },\n        {\n          \"dailyDispatchId\": \"<integer>\",\n          \"employeeId\": \"<integer>\",\n          \"authorizedHours\": \"<double>\",\n          \"dateFrom\": \"<dateTime>\",\n          \"dateTo\": \"<dateTime>\",\n          \"comments\": \"<string>\",\n          \"typeHour\": {\n            \"id\": \"<integer>\",\n            \"description\": \"<string>\"\n          },\n          \"hourTypeDestination\": {\n            \"id\": \"<integer>\",\n            \"description\": \"<string>\"\n          },\n          \"id\": \"<integer>\"\n        }\n      ],\n      \"id\": \"<integer>\"\n    }\n  ]\n}"},{"id":"a33b10d8-dc97-4986-9923-6c102e068f08","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/daily-dispatches?orderBy=<string>&dateFrom=<dateTime>&dateTo=<dateTime>&employeeId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","daily-dispatches"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"33373145-444f-4e0d-a0a9-f6a9ea585464","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/daily-dispatches?orderBy=<string>&dateFrom=<dateTime>&dateTo=<dateTime>&employeeId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","daily-dispatches"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"24b26acd-4653-4c00-ac99-e1cedff9387e","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/daily-dispatches?orderBy=<string>&dateFrom=<dateTime>&dateTo=<dateTime>&employeeId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","daily-dispatches"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"08a4f150-8a69-4d91-a5d6-8039023eeb6e","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/daily-dispatches?orderBy=<string>&dateFrom=<dateTime>&dateTo=<dateTime>&employeeId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","daily-dispatches"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"ef643cd2-2f52-41f2-a5ea-3426c883662f","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/daily-dispatches?orderBy=<string>&dateFrom=<dateTime>&dateTo=<dateTime>&employeeId=<integer>&page=<integer>&pageSize=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","daily-dispatches"],"query":[{"key":"orderBy","value":"<string>","description":"Results order. Format: Field1-desc|asc, Field2-desc|asc, ..."},{"key":"dateFrom","value":"<dateTime>","description":"(Required) Date From (yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Date To (yyyy-MM-dd)"},{"key":"employeeId","value":"<integer>","description":"Employee Id"},{"key":"page","value":"<integer>","description":"Number of the page to return"},{"key":"pageSize","value":"<integer>","description":"The maximum number of results to return per page"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"8d3441c1-5fa5-4ef2-bb75-ad356746abee"}],"id":"4c013d2a-5577-498b-90b9-764348a4d92f","_postman_id":"4c013d2a-5577-498b-90b9-764348a4d92f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"timesheet","item":[{"name":"Export Time Sheet Detail into a zip file","id":"1ca39f98-c75c-4ca7-ba62-848891aacde5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/time-management/timesheet?dateFrom=<dateTime>&dateTo=<dateTime>&active=<boolean>&employeeId=<integer>&detail=<boolean>&structureTypeId1=<integer>&structureId1=<integer>&structureTypeId2=<integer>&structureId2=<integer>&structureTypeId3=<integer>&structureId3=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["time-management","timesheet"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[{"description":{"content":"<p>(Required) Filters by Date From (Format: yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateFrom","value":"<dateTime>"},{"description":{"content":"<p>Filters by Date To (Format: yyyy-MM-dd)</p>\n","type":"text/plain"},"key":"dateTo","value":"<dateTime>"},{"description":{"content":"<p>Indicates whether to include only active Employees, inactive Employees, or all Employees.</p>\n","type":"text/plain"},"key":"active","value":"<boolean>"},{"description":{"content":"<p>Filters out all data by provided Employee Id</p>\n","type":"text/plain"},"key":"employeeId","value":"<integer>"},{"description":{"content":"<p>Indicates whether to include or not more details</p>\n","type":"text/plain"},"key":"detail","value":"<boolean>"},{"description":{"content":"<p>Structure Type Id 1</p>\n","type":"text/plain"},"key":"structureTypeId1","value":"<integer>"},{"description":{"content":"<p>Structure Id 1</p>\n","type":"text/plain"},"key":"structureId1","value":"<integer>"},{"description":{"content":"<p>Structure Type Id 2</p>\n","type":"text/plain"},"key":"structureTypeId2","value":"<integer>"},{"description":{"content":"<p>Structure Id 2</p>\n","type":"text/plain"},"key":"structureId2","value":"<integer>"},{"description":{"content":"<p>Structure Type Id 3</p>\n","type":"text/plain"},"key":"structureTypeId3","value":"<integer>"},{"description":{"content":"<p>Structure Id 3</p>\n","type":"text/plain"},"key":"structureId3","value":"<integer>"}],"variable":[]}},"response":[{"id":"255b5917-5cd9-4e03-a269-d8d51aba68db","name":"Octet-stream","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/timesheet?dateFrom=<dateTime>&dateTo=<dateTime>&active=<boolean>&employeeId=<integer>&detail=<boolean>&structureTypeId1=<integer>&structureId1=<integer>&structureTypeId2=<integer>&structureId2=<integer>&structureTypeId3=<integer>&structureId3=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","timesheet"],"query":[{"key":"dateFrom","value":"<dateTime>","description":"(Required) Filters by Date From (Format: yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Filters by Date To (Format: yyyy-MM-dd)"},{"key":"active","value":"<boolean>","description":"Indicates whether to include only active Employees, inactive Employees, or all Employees."},{"key":"employeeId","value":"<integer>","description":"Filters out all data by provided Employee Id"},{"key":"detail","value":"<boolean>","description":"Indicates whether to include or not more details"},{"key":"structureTypeId1","value":"<integer>","description":"Structure Type Id 1"},{"key":"structureId1","value":"<integer>","description":"Structure Id 1"},{"key":"structureTypeId2","value":"<integer>","description":"Structure Type Id 2"},{"key":"structureId2","value":"<integer>","description":"Structure Id 2"},{"key":"structureTypeId3","value":"<integer>","description":"Structure Type Id 3"},{"key":"structureId3","value":"<integer>","description":"Structure Id 3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"10dc924b-fc24-4b48-ba85-42dd0392d163","name":"The content you are looking for does not exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/timesheet?dateFrom=<dateTime>&dateTo=<dateTime>&active=<boolean>&employeeId=<integer>&detail=<boolean>&structureTypeId1=<integer>&structureId1=<integer>&structureTypeId2=<integer>&structureId2=<integer>&structureTypeId3=<integer>&structureId3=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","timesheet"],"query":[{"key":"dateFrom","value":"<dateTime>","description":"(Required) Filters by Date From (Format: yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Filters by Date To (Format: yyyy-MM-dd)"},{"key":"active","value":"<boolean>","description":"Indicates whether to include only active Employees, inactive Employees, or all Employees."},{"key":"employeeId","value":"<integer>","description":"Filters out all data by provided Employee Id"},{"key":"detail","value":"<boolean>","description":"Indicates whether to include or not more details"},{"key":"structureTypeId1","value":"<integer>","description":"Structure Type Id 1"},{"key":"structureId1","value":"<integer>","description":"Structure Id 1"},{"key":"structureTypeId2","value":"<integer>","description":"Structure Type Id 2"},{"key":"structureId2","value":"<integer>","description":"Structure Id 2"},{"key":"structureTypeId3","value":"<integer>","description":"Structure Type Id 3"},{"key":"structureId3","value":"<integer>","description":"Structure Id 3"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"No content\"\n    }\n  }\n}"},{"id":"6dd31979-864c-4193-a139-57e7f63d44ba","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/octet-stream"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/timesheet?dateFrom=<dateTime>&dateTo=<dateTime>&active=<boolean>&employeeId=<integer>&detail=<boolean>&structureTypeId1=<integer>&structureId1=<integer>&structureTypeId2=<integer>&structureId2=<integer>&structureTypeId3=<integer>&structureId3=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","timesheet"],"query":[{"key":"dateFrom","value":"<dateTime>","description":"(Required) Filters by Date From (Format: yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Filters by Date To (Format: yyyy-MM-dd)"},{"key":"active","value":"<boolean>","description":"Indicates whether to include only active Employees, inactive Employees, or all Employees."},{"key":"employeeId","value":"<integer>","description":"Filters out all data by provided Employee Id"},{"key":"detail","value":"<boolean>","description":"Indicates whether to include or not more details"},{"key":"structureTypeId1","value":"<integer>","description":"Structure Type Id 1"},{"key":"structureId1","value":"<integer>","description":"Structure Id 1"},{"key":"structureTypeId2","value":"<integer>","description":"Structure Type Id 2"},{"key":"structureId2","value":"<integer>","description":"Structure Id 2"},{"key":"structureTypeId3","value":"<integer>","description":"Structure Type Id 3"},{"key":"structureId3","value":"<integer>","description":"Structure Id 3"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/octet-stream"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"0d5b6002-16e6-4f1a-8727-d6e3f0690214","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/timesheet?dateFrom=<dateTime>&dateTo=<dateTime>&active=<boolean>&employeeId=<integer>&detail=<boolean>&structureTypeId1=<integer>&structureId1=<integer>&structureTypeId2=<integer>&structureId2=<integer>&structureTypeId3=<integer>&structureId3=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","timesheet"],"query":[{"key":"dateFrom","value":"<dateTime>","description":"(Required) Filters by Date From (Format: yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Filters by Date To (Format: yyyy-MM-dd)"},{"key":"active","value":"<boolean>","description":"Indicates whether to include only active Employees, inactive Employees, or all Employees."},{"key":"employeeId","value":"<integer>","description":"Filters out all data by provided Employee Id"},{"key":"detail","value":"<boolean>","description":"Indicates whether to include or not more details"},{"key":"structureTypeId1","value":"<integer>","description":"Structure Type Id 1"},{"key":"structureId1","value":"<integer>","description":"Structure Id 1"},{"key":"structureTypeId2","value":"<integer>","description":"Structure Type Id 2"},{"key":"structureId2","value":"<integer>","description":"Structure Id 2"},{"key":"structureTypeId3","value":"<integer>","description":"Structure Type Id 3"},{"key":"structureId3","value":"<integer>","description":"Structure Id 3"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"9aab9552-0f4a-4ac5-8796-28de63000664","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/timesheet?dateFrom=<dateTime>&dateTo=<dateTime>&active=<boolean>&employeeId=<integer>&detail=<boolean>&structureTypeId1=<integer>&structureId1=<integer>&structureTypeId2=<integer>&structureId2=<integer>&structureTypeId3=<integer>&structureId3=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","timesheet"],"query":[{"key":"dateFrom","value":"<dateTime>","description":"(Required) Filters by Date From (Format: yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Filters by Date To (Format: yyyy-MM-dd)"},{"key":"active","value":"<boolean>","description":"Indicates whether to include only active Employees, inactive Employees, or all Employees."},{"key":"employeeId","value":"<integer>","description":"Filters out all data by provided Employee Id"},{"key":"detail","value":"<boolean>","description":"Indicates whether to include or not more details"},{"key":"structureTypeId1","value":"<integer>","description":"Structure Type Id 1"},{"key":"structureId1","value":"<integer>","description":"Structure Id 1"},{"key":"structureTypeId2","value":"<integer>","description":"Structure Type Id 2"},{"key":"structureId2","value":"<integer>","description":"Structure Id 2"},{"key":"structureTypeId3","value":"<integer>","description":"Structure Type Id 3"},{"key":"structureId3","value":"<integer>","description":"Structure Id 3"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"31830385-e259-4a21-a2f4-c1d7c5030733","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/timesheet?dateFrom=<dateTime>&dateTo=<dateTime>&active=<boolean>&employeeId=<integer>&detail=<boolean>&structureTypeId1=<integer>&structureId1=<integer>&structureTypeId2=<integer>&structureId2=<integer>&structureTypeId3=<integer>&structureId3=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","timesheet"],"query":[{"key":"dateFrom","value":"<dateTime>","description":"(Required) Filters by Date From (Format: yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Filters by Date To (Format: yyyy-MM-dd)"},{"key":"active","value":"<boolean>","description":"Indicates whether to include only active Employees, inactive Employees, or all Employees."},{"key":"employeeId","value":"<integer>","description":"Filters out all data by provided Employee Id"},{"key":"detail","value":"<boolean>","description":"Indicates whether to include or not more details"},{"key":"structureTypeId1","value":"<integer>","description":"Structure Type Id 1"},{"key":"structureId1","value":"<integer>","description":"Structure Id 1"},{"key":"structureTypeId2","value":"<integer>","description":"Structure Type Id 2"},{"key":"structureId2","value":"<integer>","description":"Structure Id 2"},{"key":"structureTypeId3","value":"<integer>","description":"Structure Type Id 3"},{"key":"structureId3","value":"<integer>","description":"Structure Id 3"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"3db5eeca-25d3-4742-9cd4-7af109e04723","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/octet-stream"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/time-management/timesheet?dateFrom=<dateTime>&dateTo=<dateTime>&active=<boolean>&employeeId=<integer>&detail=<boolean>&structureTypeId1=<integer>&structureId1=<integer>&structureTypeId2=<integer>&structureId2=<integer>&structureTypeId3=<integer>&structureId3=<integer>","host":["https://apim.vismalatam.com/vlwebapi"],"path":["time-management","timesheet"],"query":[{"key":"dateFrom","value":"<dateTime>","description":"(Required) Filters by Date From (Format: yyyy-MM-dd)"},{"key":"dateTo","value":"<dateTime>","description":"Filters by Date To (Format: yyyy-MM-dd)"},{"key":"active","value":"<boolean>","description":"Indicates whether to include only active Employees, inactive Employees, or all Employees."},{"key":"employeeId","value":"<integer>","description":"Filters out all data by provided Employee Id"},{"key":"detail","value":"<boolean>","description":"Indicates whether to include or not more details"},{"key":"structureTypeId1","value":"<integer>","description":"Structure Type Id 1"},{"key":"structureId1","value":"<integer>","description":"Structure Id 1"},{"key":"structureTypeId2","value":"<integer>","description":"Structure Type Id 2"},{"key":"structureId2","value":"<integer>","description":"Structure Id 2"},{"key":"structureTypeId3","value":"<integer>","description":"Structure Type Id 3"},{"key":"structureId3","value":"<integer>","description":"Structure Id 3"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/octet-stream"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"1ca39f98-c75c-4ca7-ba62-848891aacde5"}],"id":"e9197de2-afb2-4228-a097-db2375c81b96","_postman_id":"e9197de2-afb2-4228-a097-db2375c81b96","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"hours-authorization","item":[{"name":"Create Hours Authorization","id":"ae8d28a3-5343-4a77-b56f-990e835a23e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headerId\": \"<integer>\",\n  \"hourTypeId\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"amount\": \"<double>\",\n  \"dateFrom\": \"<dateTime>\",\n  \"dateTo\": \"<dateTime>\",\n  \"comments\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/time-management/hours-authorization","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["time-management","hours-authorization"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"70af89a9-bd64-4fa6-82d2-c40dfd44fa7d","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headerId\": \"<integer>\",\n  \"hourTypeId\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"amount\": \"<double>\",\n  \"dateFrom\": \"<dateTime>\",\n  \"dateTo\": \"<dateTime>\",\n  \"comments\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/time-management/hours-authorization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"totalProcessed\": \"<integer>\",\n  \"results\": [\n    {\n      \"success\": \"<boolean>\",\n      \"entity\": {},\n      \"messages\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"success\": \"<boolean>\",\n      \"entity\": {},\n      \"messages\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ]\n}"},{"id":"e650662a-3565-4b92-b10d-4743cca61213","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headerId\": \"<integer>\",\n  \"hourTypeId\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"amount\": \"<double>\",\n  \"dateFrom\": \"<dateTime>\",\n  \"dateTo\": \"<dateTime>\",\n  \"comments\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/time-management/hours-authorization"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"27cea246-09e5-4765-9812-416dfa8e33ae","name":"Credentials provided are not valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"headerId\": \"<integer>\",\n  \"hourTypeId\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"amount\": \"<double>\",\n  \"dateFrom\": \"<dateTime>\",\n  \"dateTo\": \"<dateTime>\",\n  \"comments\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/time-management/hours-authorization"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"2bf7a04a-bfc5-43dc-a94d-7e843632baec","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"headerId\": \"<integer>\",\n  \"hourTypeId\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"amount\": \"<double>\",\n  \"dateFrom\": \"<dateTime>\",\n  \"dateTo\": \"<dateTime>\",\n  \"comments\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/time-management/hours-authorization"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"111e9b5f-cf48-44f1-80e7-8c15a7121200","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"Message"}],"body":{"mode":"raw","raw":"{\n  \"headerId\": \"<integer>\",\n  \"hourTypeId\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"amount\": \"<double>\",\n  \"dateFrom\": \"<dateTime>\",\n  \"dateTo\": \"<dateTime>\",\n  \"comments\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/time-management/hours-authorization"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"9d64c4e1-d11b-441a-a719-9acd117e9e94","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"headerId\": \"<integer>\",\n  \"hourTypeId\": \"<integer>\",\n  \"employeeId\": \"<integer>\",\n  \"amount\": \"<double>\",\n  \"dateFrom\": \"<dateTime>\",\n  \"dateTo\": \"<dateTime>\",\n  \"comments\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/vlwebapi/time-management/hours-authorization"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"ae8d28a3-5343-4a77-b56f-990e835a23e2"}],"id":"7a3fb0e0-397e-4f68-93d9-0da29a19448a","_postman_id":"7a3fb0e0-397e-4f68-93d9-0da29a19448a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"a8bd8211-db8e-48e2-8a43-064154a02f63","_postman_id":"a8bd8211-db8e-48e2-8a43-064154a02f63","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"version","item":[{"name":"Get current version information related with the assemblies : name and version","id":"f829730c-61c0-4ab6-8e33-0a2bb8f687c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/version","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["version"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[]}},"response":[{"id":"7ed3b9a9-3351-4dfa-ab26-e79430ff40fe","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/version"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"assemblies\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"7f615085-6ced-4dd8-8d2a-5a89372e27f9","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/version"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"1af8b59c-273f-4d0f-9dc5-dadc70f748a8","name":"Credentials provided are not valid.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/version"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"ff614208-2ad0-4213-921b-4b6c792d1f9e","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/version"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"c7718613-4af8-4fba-8105-050b3e7b1967","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":"https://apim.vismalatam.com/vlwebapi/version"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"042d5371-437f-40cc-bff7-426b5d66bbd1","name":"Internal Server Error.","originalRequest":{"method":"GET","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":"https://apim.vismalatam.com/vlwebapi/version"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"f829730c-61c0-4ab6-8e33-0a2bb8f687c9"}],"id":"16144c4e-2d39-4051-8038-2aa645cce6cd","_postman_id":"16144c4e-2d39-4051-8038-2aa645cce6cd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"2ba24698-6842-4330-81c7-ed294b522230","_postman_id":"2ba24698-6842-4330-81c7-ed294b522230","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Massive operations","item":[{"name":"Servicio Interfaces","item":[{"name":"Consulta de Interfaces","id":"c5fa6b9f-9ef1-4b99-a4e1-573ec270e1a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/interface/api/interfaces/:id","description":"<p>Observaciones:</p>\n<ul>\n<li>Ninguna</li>\n</ul>\n<p>Ejemplo:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": 630,\n  \"idSchema\": 13,\n  \"idType\": 1,\n  \"idCategory\": 3,\n  \"idSubstituteInterface\": null,\n  \"description\": \"Importación Histórico de Estructuras\",\n  \"applicationName\": \"PEOPLE\",\n  \"moduleName\": \"Organización\",\n  \"useHeader\": true,\n  \"valueDelimiter\": \";\",\n  \"decimalDelimiter\": \".\",\n  \"defaultDirectory\": \"\\\\Estructuras\",\n  \"defaultParameters\": \"@0@-1\",\n  \"enabled\": true,\n  \"visible\": true\n}\n\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","interfaces",":id"],"host":["https://apim.vismalatam.com/interface"],"query":[],"variable":[{"id":"f071b7f6-23c9-40a0-a883-dc0c9cd58de0","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"630","key":"id"}]}},"response":[{"id":"e7cfbeb9-2eb2-4901-8a32-e39d8e378355","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/interface/api/interfaces/:id","host":["https://apim.vismalatam.com/interface"],"path":["api","interfaces",":id"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"idSchema\": \"<integer>\",\n  \"idType\": \"<integer>\",\n  \"idCategory\": \"<integer>\",\n  \"idSubstituteInterface\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"applicationName\": \"<string>\",\n  \"moduleName\": \"<string>\",\n  \"useHeader\": \"<boolean>\",\n  \"valueDelimiter\": \"<string>\",\n  \"decimalDelimiter\": \"<string>\",\n  \"defaultDirectory\": \"<string>\",\n  \"defaultParameters\": \"<string>\",\n  \"enabled\": \"<boolean>\",\n  \"visible\": \"<boolean>\"\n}"}],"_postman_id":"c5fa6b9f-9ef1-4b99-a4e1-573ec270e1a4"},{"name":"Consulta de versión del modelo de interfaz (Exclusivo para interfaz 922)","id":"64dbc5c4-c3cd-4010-87fd-f26ec7943b96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/interface/api/interfaces/:id/versions","description":"<p>Ejemplo:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"id\": 1,\n    \"idCountry\": 3,\n    \"description\": \"Argentina\",\n    \"isDefault\": false\n  },\n  {\n    \"id\": 11,\n    \"idCountry\": 4,\n    \"description\": \"Bolivia\",\n    \"isDefault\": false\n  },\n  {\n    \"id\": 9,\n    \"idCountry\": 5,\n    \"description\": \"Brasil\",\n    \"isDefault\": false\n  },\n  {\n    \"id\": 2,\n    \"idCountry\": 8,\n    \"description\": \"Chile\",\n    \"isDefault\": false\n  },\n  {\n    \"id\": 3,\n    \"idCountry\": 10,\n    \"description\": \"Colombia\",\n    \"isDefault\": false\n  },\n  {\n    \"id\": 5,\n    \"idCountry\": 12,\n    \"description\": \"Costa Rica\",\n    \"isDefault\": false\n  },\n  {\n    \"id\": 15,\n    \"idCountry\": 13,\n    \"description\": \"Ecuador\",\n    \"isDefault\": false\n  },\n  {\n    \"id\": 8,\n    \"idCountry\": 77,\n    \"description\": \"El Salvador\",\n    \"isDefault\": false\n  },\n  {\n    \"id\": 13,\n    \"idCountry\": 15,\n    \"description\": \"España\",\n    \"isDefault\": false\n  },\n  {\n    \"id\": 19,\n    \"idCountry\": 14,\n    \"description\": \"Estados Unidos\",\n    \"isDefault\": false\n  },\n  {\n    \"id\": 21,\n    \"idCountry\": 95,\n    \"description\": \"Guatemala\",\n    \"isDefault\": false\n  },\n  {\n    \"id\": 17,\n    \"idCountry\": 102,\n    \"description\": \"Honduras\",\n    \"isDefault\": false\n  },\n  {\n    \"id\": 22,\n    \"idCountry\": 1,\n    \"description\": \"Internacional\",\n    \"isDefault\": false\n  },\n  {\n    \"id\": 14,\n    \"idCountry\": 21,\n    \"description\": \"México\",\n    \"isDefault\": false\n  },\n  {\n    \"id\": 16,\n    \"idCountry\": 22,\n    \"description\": \"Nicaragua\",\n    \"isDefault\": false\n  },\n  {\n    \"id\": 20,\n    \"idCountry\": 159,\n    \"description\": \"Panamá\",\n    \"isDefault\": false\n  },\n  {\n    \"id\": 6,\n    \"idCountry\": 23,\n    \"description\": \"Paraguay\",\n    \"isDefault\": false\n  },\n  {\n    \"id\": 10,\n    \"idCountry\": 24,\n    \"description\": \"Perú\",\n    \"isDefault\": false\n  },\n  {\n    \"id\": 7,\n    \"idCountry\": 30,\n    \"description\": \"Portugal\",\n    \"isDefault\": false\n  },\n  {\n    \"id\": 4,\n    \"idCountry\": 25,\n    \"description\": \"Uruguay\",\n    \"isDefault\": false\n  },\n  {\n    \"id\": 12,\n    \"idCountry\": 26,\n    \"description\": \"Venezuela (no Implementado)\",\n    \"isDefault\": false\n  }\n]\n\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","interfaces",":id","versions"],"host":["https://apim.vismalatam.com/interface"],"query":[],"variable":[{"id":"63507b9d-afad-47d1-8b02-179a3046d298","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"922","key":"id"}]}},"response":[{"id":"62135524-b533-4e3b-af1f-5696edfda3f5","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/interface/api/interfaces/:id/versions","host":["https://apim.vismalatam.com/interface"],"path":["api","interfaces",":id","versions"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"idCountry\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"isDefault\": \"<boolean>\"\n}"}],"_postman_id":"64dbc5c4-c3cd-4010-87fd-f26ec7943b96"},{"name":"Consulta de campos del modelo de interfaz","id":"e35478ec-598e-45fc-90c6-19ec40a1e0c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/interface/api/interface-fields/:id","description":"<p>Ejemplo:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"id\": 44,\n    \"idInterface\": 630,\n    \"idVersion\": null,\n    \"name\": \"Tipo de Estructura\",\n    \"format\": {\n      \"id\": 1,\n      \"name\": \"Alfanumérico\"\n    },\n    \"required\": true,\n    \"length\": 25,\n    \"comments\": null,\n    \"sample\": \"Sección\"\n  },\n  {\n    \"id\": 45,\n    \"idInterface\": 630,\n    \"idVersion\": null,\n    \"name\": \"Legajo\",\n    \"format\": {\n      \"id\": 2,\n      \"name\": \"Numérico\"\n    },\n    \"required\": true,\n    \"length\": 6,\n    \"comments\": null,\n    \"sample\": \"125\"\n  },\n  {\n    \"id\": 46,\n    \"idInterface\": 630,\n    \"idVersion\": null,\n    \"name\": \"Estructura\",\n    \"format\": {\n      \"id\": 1,\n      \"name\": \"Alfanumérico\"\n    },\n    \"required\": true,\n    \"length\": 100,\n    \"comments\": null,\n    \"sample\": \"Administración\"\n  },\n  {\n    \"id\": 47,\n    \"idInterface\": 630,\n    \"idVersion\": null,\n    \"name\": \"Fecha Desde\",\n    \"format\": {\n      \"id\": 3,\n      \"name\": \"Fecha\"\n    },\n    \"required\": true,\n    \"length\": 999,\n    \"comments\": null,\n    \"sample\": \"01/06/2021\"\n  },\n  {\n    \"id\": 48,\n    \"idInterface\": 630,\n    \"idVersion\": null,\n    \"name\": \"Fecha Hasta\",\n    \"format\": {\n      \"id\": 3,\n      \"name\": \"Fecha\"\n    },\n    \"required\": false,\n    \"length\": 999,\n    \"comments\": \"Si no se ingresa, debe cargarse “N/A”\",\n    \"sample\": \"01/06/2021\"\n  },\n  {\n    \"id\": 49,\n    \"idInterface\": 630,\n    \"idVersion\": null,\n    \"name\": \"Tipo Motivo\",\n    \"format\": {\n      \"id\": 1,\n      \"name\": \"Alfanumérico\"\n    },\n    \"required\": false,\n    \"length\": 25,\n    \"comments\": \"Si no se ingresa, debe cargarse “N/A” o “”\",\n    \"sample\": \"Migración Inicial\"\n  },\n  {\n    \"id\": 50,\n    \"idInterface\": 630,\n    \"idVersion\": null,\n    \"name\": \"Motivo\",\n    \"format\": {\n      \"id\": 1,\n      \"name\": \"Alfanumérico\"\n    },\n    \"required\": false,\n    \"length\": 100,\n    \"comments\": \"Si no se ingresa, debe cargarse “N/A” o “”\",\n    \"sample\": \"Implementación\"\n  },\n  {\n    \"id\": 51,\n    \"idInterface\": 630,\n    \"idVersion\": null,\n    \"name\": \"Tipo de IL\",\n    \"format\": {\n      \"id\": 1,\n      \"name\": \"Alfanumérico\"\n    },\n    \"required\": false,\n    \"length\": 25,\n    \"comments\": \"Si el circuito de IL para Histórico de Estructuras está Activo y el IL esta como Obligatorio será Obligatorio. En caso de que esté Activo y Opcional podrá dejarse vacío o N/A. Ejemplo: Decreto - Resolución.\",\n    \"sample\": \"Decreto\"\n  },\n  {\n    \"id\": 52,\n    \"idInterface\": 630,\n    \"idVersion\": null,\n    \"name\": \"Número de IL\",\n    \"format\": {\n      \"id\": 1,\n      \"name\": \"Alfanumérico\"\n    },\n    \"required\": false,\n    \"length\": 50,\n    \"comments\": \"Si el circuito de IL para Histórico de Estructuras está Activo y el IL esta como Obligatorio será Obligatorio. En caso de que esté Activo y Opcional podrá dejarse vacío o N/A.\",\n    \"sample\": \"549867/9\"\n  },\n  {\n    \"id\": 53,\n    \"idInterface\": 630,\n    \"idVersion\": null,\n    \"name\": \"Número de Expediente\",\n    \"format\": {\n      \"id\": 1,\n      \"name\": \"Alfanumérico\"\n    },\n    \"required\": false,\n    \"length\": 50,\n    \"comments\": \"Si el circuito de IL para Histórico de Estructuras está Activo y el Expediente esta como Obligatorio será Obligatorio. En caso de que está Activo y Opcional podrá dejarse vacío o N/A.\",\n    \"sample\": \"549867/9\"\n  }\n]\n\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","interface-fields",":id"],"host":["https://apim.vismalatam.com/interface"],"query":[{"disabled":true,"key":"idVersion","value":"24"}],"variable":[{"id":"c9c41ff5-57e4-494f-87d9-e2a8461b5c5a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"630","key":"id"}]}},"response":[{"id":"a08ac5a5-c41e-4b9f-b311-9fbef0fc19e3","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/interface/api/interface-fields/:id?idVersion=<integer>","host":["https://apim.vismalatam.com/interface"],"path":["api","interface-fields",":id"],"query":[{"key":"idVersion","value":"<integer>"}],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"idInterface\": \"<integer>\",\n    \"idVersion\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"format\": {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\"\n    },\n    \"required\": \"<boolean>\",\n    \"length\": \"<integer>\",\n    \"comments\": \"<string>\",\n    \"sample\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"idInterface\": \"<integer>\",\n    \"idVersion\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"format\": {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\"\n    },\n    \"required\": \"<boolean>\",\n    \"length\": \"<integer>\",\n    \"comments\": \"<string>\",\n    \"sample\": \"<string>\"\n  }\n]"}],"_postman_id":"e35478ec-598e-45fc-90c6-19ec40a1e0c5"},{"name":"Upload del archivo a importar","id":"ad26ef72-bc2e-487d-b70d-691d693cebce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"0","description":"<p>(Required) Tenant Id</p>\n"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/lisandro.moro/Documents/FormatoModelos630.csv"],"value":null}]},"url":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/interface","description":"<p>Ejemplo Respuesta:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"entity\": {},                    //Devuelve el path del archivo a importar\n  \"messages\": [\n    \"string\"\n  ]\n}\n\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["fileManagement","models",":modelId","interface"],"host":["https://apim.vismalatam.com/vlwebapi"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"630","key":"modelId"}]}},"response":[{"id":"fd591ec7-4ae2-427e-a465-125d60650913","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/interface","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","models",":modelId","interface"],"variable":[{"key":"modelId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"<boolean>\",\n  \"entity\": {},\n  \"messages\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"592bd21d-51bc-49d7-96a5-3f49a038bb8f","name":"The parameters in the URL or in the request body aren't valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/interface","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","models",":modelId","interface"],"variable":[{"key":"modelId","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"},{"id":"f8144280-5902-4e4d-8ece-d5e26e89920a","name":"Credentials provided are not valid.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/interface","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","models",":modelId","interface"],"variable":[{"key":"modelId","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"dc6d25c7-2c14-467e-8f77-ea236f6b62be","name":"The authenticated user doesn't have permission to access to the resource.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/interface","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","models",":modelId","interface"],"variable":[{"key":"modelId","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Unauthorized\"\n    }\n  }\n}"},{"id":"56c49a4d-8664-4b96-93d5-eaeaf449b29c","name":"The resource doesn't exist, or the authenticated user doesn't have permission to see that it exists.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"Message"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/interface","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","models",":modelId","interface"],"variable":[{"key":"modelId","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"Message"}],"cookie":[],"responseTime":null,"body":"{\n  \"examples\": {\n    \"response\": {\n      \"value\": \"Not Found\"\n    }\n  }\n}"},{"id":"d5a13cfc-472d-402e-a4f3-b158cc9aad10","name":"Internal Server Error.","originalRequest":{"method":"POST","header":[{"key":"X-RAET-Tenant-Id","value":"<string>","description":"(Required) Tenant Id"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://apim.vismalatam.com/vlwebapi/fileManagement/models/:modelId/interface","host":["https://apim.vismalatam.com/vlwebapi"],"path":["fileManagement","models",":modelId","interface"],"variable":[{"key":"modelId","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": {\n    \"dof1\": {}\n  },\n  \"message\": \"<string>\",\n  \"exceptionType\": \"<string>\",\n  \"exceptionMessage\": \"<string>\",\n  \"stackTrace\": \"<string>\",\n  \"validationMessages\": [\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    },\n    {\n      \"key\": \"<string>\",\n      \"message\": \"<string>\",\n      \"tag\": \"<string>\",\n      \"target\": {},\n      \"validator\": {}\n    }\n  ]\n}"}],"_postman_id":"ad26ef72-bc2e-487d-b70d-691d693cebce"},{"name":"Validación del formato de archivo a importar","id":"7e30c16d-542c-4311-b4cd-178b77e374b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"idInterface\": \"630\",\n  \"idVersion\": \"0\",\n  \"fileUrl\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/interface/api/interfaces/files/validate","description":"<p>Observaciones:</p>\n<ul>\n<li><p>idInterface: Es el ID del modelo de la interfaz.</p>\n</li>\n<li><p>idVersion: Se debe informar el valor NULL, excepto para la interfaz 922, donde se debe informar el ID de la versión del modelo de domicilio según el país.</p>\n<ul>\n<li><p>1 - Argentina</p>\n</li>\n<li><p>2 - Brazil</p>\n</li>\n<li><p>3 - Chile</p>\n</li>\n<li><p>4 - Colombia</p>\n</li>\n<li><p>5 - Honduras</p>\n</li>\n<li><p>6 - Mexico</p>\n</li>\n<li><p>7 - Paraguay</p>\n</li>\n<li><p>8 - Perú</p>\n</li>\n<li><p>9 - Uruguay</p>\n</li>\n</ul>\n</li>\n<li><p>fileUrl: Es la ruta del archivo en formato csv a importar, obtenido de la <a href=\"https://vismaargentina.postman.co/workspace/Team-Workspace~67721542-6305-4615-86cc-577c9a57ba40/request/37531081-9d72da38-170c-434a-a4d9-21dfb9a0b964?action=share&amp;source=copy-link&amp;creator=37531081&amp;ctx=documentation\">subida de la interfaz</a>.</p>\n</li>\n</ul>\n<p>Ejemplo:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"idInterface\": 922,\n  \"idVersion\": 3,\n  \"fileUrl\": \"https://dev.payroll.vismalatam.com/rhprox2/in-out/ar_dev/migraciones/formato922_arg.csv\"\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","interfaces","files","validate"],"host":["https://apim.vismalatam.com/interface"],"query":[],"variable":[]}},"response":[{"id":"6184e538-e1fd-4b53-a190-289d2525b4ae","name":"Success","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"idInterface\": \"<integer>\",\n  \"idVersion\": \"<integer>\",\n  \"fileUrl\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/interface/api/interfaces/files/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"idRow\": \"<integer>\",\n    \"field\": {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"length\": \"<integer>\"\n    },\n    \"isValid\": \"<boolean>\",\n    \"message\": \"<string>\"\n  },\n  {\n    \"idRow\": \"<integer>\",\n    \"field\": {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"length\": \"<integer>\"\n    },\n    \"isValid\": \"<boolean>\",\n    \"message\": \"<string>\"\n  }\n]"}],"_postman_id":"7e30c16d-542c-4311-b4cd-178b77e374b9"},{"name":"Procesamiento del archivo a importar","id":"bdbd0f73-9b7e-4a2e-9f65-9cd39f1c72ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n    \"idProcessType\": 23, //se debe informar el ID 23\n    \"parameters\": {\n        \"addressModel\": \"null\", //por defecto, null\n        \"fileName\": \"string\", //Path del archivo csv\n        \"idInterface\": \"630\", //Id del modelo de interfaz\n        \"createOnlyIfExists\": \"false\",\n        \"replaceStructure\":\"false\",\n        \"replaceAccount\":\"true\", //solo interface 671\n        \"createOnlyIfExists\": \"true\", //Solo interface 672\n       \"replaceEmployee\": \"true\", //Solo interface 672\n      \"replaceStructure\": \"true\" //Solo interface 672\n\n    },\n    \"idEmployees\": [\n        0\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/globalconfiguration/api/1/batch-processes","description":"<h3 id=\"observaciones\">Observaciones:</h3>\n<ul>\n<li><p>addressModel: Se informa el valor null excepto que el modelo de interfaz sea 922 (Importación de domicilio). En este caso, se debe informar el valor obtenido de la <a href=\"https://vismaargentina.postman.co/workspace/Team-Workspace~67721542-6305-4615-86cc-577c9a57ba40/request/37531081-0899d401-d8af-46e2-b494-118a6cd88425?action=share&amp;source=copy-link&amp;creator=37531081&amp;ctx=documentation\">Consulta de versión del modelo de interfaz (Exclusivo para interfaz 922)</a>.</p>\n</li>\n<li><p>fileName: Path del archivo csv</p>\n</li>\n<li><p>idInterface: Id del modelo de interfaz.</p>\n</li>\n<li><p>La respuesta devuelve el ID del proceso batch de lectura del archivo.</p>\n</li>\n</ul>\n<h4 id=\"parametros-según-modelo\">Parametros según modelo</h4>\n<h5 id=\"671\">671</h5>\n<p>\"replaceAccount\":Bool //Reempazar Nro. de cuenta</p>\n<h5 id=\"672\">672</h5>\n<p>\"createOnlyIfExists\": Bool, //Crear solo si existe el dato asociado.</p>\n<p>\"replaceEmployee\": Bool, //No reemplazar colaborador</p>\n<p>\"replaceStructure\": Bool //Reemplazar estructura</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","1","batch-processes"],"host":["https://apim.vismalatam.com/globalconfiguration"],"query":[],"variable":[]}},"response":[{"id":"d00d2e1d-abf7-46c2-9090-8c2d5d859bc2","name":"Success","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"idProcessType\": \"<integer>\",\n  \"parameters\": {\n    \"incididuntd_\": \"<string>\",\n    \"non_9\": \"<string>\",\n    \"ullamco8f\": \"<string>\",\n    \"deserunt_db\": \"<string>\"\n  },\n  \"idEmployees\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/globalconfiguration/api/1/batch-processes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<integer>"}],"_postman_id":"bdbd0f73-9b7e-4a2e-9f65-9cd39f1c72ab"},{"name":"Obtención del log del proceso","id":"5a571712-035a-47a6-900a-a8955d6e1500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"}],"url":"https://apim.vismalatam.com/globalconfiguration/api/1/batch-processes/:id/logs","description":"<p>Observaciones:</p>\n<p>Id del proceso de importación.</p>\n<p>download file, se descarga el archivo log del proceso de importación.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","1","batch-processes",":id","logs"],"host":["https://apim.vismalatam.com/globalconfiguration"],"query":[],"variable":[{"id":"ca437085-2131-4924-bf47-2f643372fabb","description":{"content":"<p>(Required)  Id del proceso de importación</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"47e1639a-6d7e-4001-8195-600ad4b75054","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/globalconfiguration/api/1/batch-processes/:id/logs","host":["https://apim.vismalatam.com/globalconfiguration"],"path":["api","1","batch-processes",":id","logs"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5a571712-035a-47a6-900a-a8955d6e1500"}],"id":"f38a8cea-7210-48fa-ad82-293c012a1101","description":"<h4 id=\"aplicable-para-las-siguientes-novedades\">Aplicable para las siguientes novedades:</h4>\n<ul>\n<li><p>Empleados Multi país (672)</p>\n</li>\n<li><p>Estructuras (630)</p>\n</li>\n<li><p>Domicilio (922)</p>\n</li>\n<li><p>Cuentas Bancarias (671)</p>\n</li>\n</ul>\n","_postman_id":"f38a8cea-7210-48fa-ad82-293c012a1101","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Servicio Massive Imports","item":[{"name":"Consulta de detalle de campos","id":"3220aa07-7c2d-43a0-9d7f-c178f3571e5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/massiveImports/api/field-details?idTemplate=<integer>&IdAction=<integer>&idOperation=<integer>","description":"<p>Observaciones:</p>\n<ul>\n<li><p>El parametro ID corresponde a los siguiente valores</p>\n<ul>\n<li><p>1 = Caracteristicas Fisicas.</p>\n</li>\n<li><p>2 = Solicitud de Ausencias.</p>\n</li>\n<li><p>3 = Controles Médicos.</p>\n</li>\n<li><p>4 = Fichas Médicas.</p>\n</li>\n<li><p>5 = Saldo de Vacaciones.</p>\n</li>\n<li><p>6 = Solicitud de Vacaciones.</p>\n</li>\n<li><p>7 = Dias Correspondientes.</p>\n</li>\n<li><p>11 = Atributos en cascada.</p>\n</li>\n<li><p>12 = Email de contacto.</p>\n</li>\n<li><p>13 = Reporta A.</p>\n</li>\n<li><p>15 = Alta de colaboradores.</p>\n</li>\n<li><p>16 = Seguros del Colaborador.</p>\n</li>\n</ul>\n</li>\n<li><p>IdAction: Se informa el valor 1, Upload por defecto</p>\n</li>\n<li><p>IdOperation: Se informa el valor 1, Importación por defecto</p>\n</li>\n<li><p>X-Tenant-Id, se informa el ID del tenant</p>\n</li>\n</ul>\n<p>Ejemplo: IdTemplate 6</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"id\": 25,\n    \"name\": \"fileNumber\",\n    \"format\": \"numeric\",\n    \"required\": true,\n    \"observations\": \"observationFileNumber\"\n  },\n  {\n    \"id\": 26,\n    \"name\": \"period\",\n    \"format\": \"numeric\",\n    \"required\": false,\n    \"observations\": \"observationPeriod\"\n  },\n  {\n    \"id\": 27,\n    \"name\": \"idHolidayType\",\n    \"format\": \"numeric\",\n    \"required\": true,\n    \"observations\": \"observationIdHolidayType\"\n  },\n  {\n    \"id\": 28,\n    \"name\": \"dateFrom\",\n    \"format\": \"ddmmaaa\",\n    \"required\": true,\n    \"observations\": \"observationDateFrom\"\n  },\n  {\n    \"id\": 29,\n    \"name\": \"dateTo\",\n    \"format\": \"ddmmaaa\",\n    \"required\": true,\n    \"observations\": \"observationDateTo\"\n  }\n]\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","field-details"],"host":["https://apim.vismalatam.com/massiveImports"],"query":[{"description":{"content":"<p>ID del modelo de archivo a importar</p>\n","type":"text/plain"},"key":"idTemplate","value":"<integer>"},{"description":{"content":"<p>ID de la acción a realizar</p>\n","type":"text/plain"},"key":"IdAction","value":"<integer>"},{"description":{"content":"<p>ID de la operación</p>\n","type":"text/plain"},"key":"idOperation","value":"<integer>"}],"variable":[]}},"response":[{"id":"b0055528-1c49-458d-9982-06081747437f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/massiveImports/api/field-details?idTemplate=<integer>&IdAction=<integer>&idOperation=<integer>","host":["https://apim.vismalatam.com/massiveImports"],"path":["api","field-details"],"query":[{"key":"idTemplate","value":"<integer>"},{"key":"IdAction","value":"<integer>"},{"key":"idOperation","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"format\": \"<string>\",\n    \"required\": \"<boolean>\",\n    \"observations\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"format\": \"<string>\",\n    \"required\": \"<boolean>\",\n    \"observations\": \"<string>\"\n  }\n]"}],"_postman_id":"3220aa07-7c2d-43a0-9d7f-c178f3571e5e"},{"name":"Importación de archivo","id":"def4e804-b616-4d95-a4b4-45c8fe43a02e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"idCountry","value":"<integer>","type":"text"}]},"url":"https://apim.vismalatam.com/massiveImports/api/massive-imports/template/:id/upload-file","description":"<p>Observaciones:</p>\n<p>El parametro ID corresponde a los siguiente valores</p>\n<ul>\n<li><p>1 = Caracteristicas Fisicas.</p>\n</li>\n<li><p>2 = Solicitud de Ausencias.</p>\n</li>\n<li><p>3 = Controles Médicos.</p>\n</li>\n<li><p>4 = Fichas Médicas.</p>\n</li>\n<li><p>5 = Saldo de Vacaciones.</p>\n</li>\n<li><p>6 = Solicitud de Vacaciones.</p>\n</li>\n<li><p>7 = Dias Correspondientes.</p>\n</li>\n<li><p>11 = Atributos en cascada.</p>\n</li>\n<li><p>12 = Email de contacto.</p>\n</li>\n<li><p>13 = Reporta A.</p>\n</li>\n<li><p>15 = Alta de colaboradores.</p>\n</li>\n<li><p>16 = Seguros del Colaborador.</p>\n</li>\n</ul>\n<p>Ejemplo:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": 0,\n  \"validFormat\": false,\n  \"errors\": [\n    {\n      \"fileNumber\": \"1234574265\",\n      \"idAbsenceType\": \"8\",\n      \"dateFrom\": \"02/11/2022\",\n      \"dateTo\": \"04/11/2022\",\n      \"timeFrom\": \"\",\n      \"timeTo\": \"\",\n      \"numberOfHours\": \"\",\n      \"idPathology\": \"10167\",\n      \"errors\": [\n        \"FileNumberNotValid\"\n      ]\n    }\n  ]\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","massive-imports","template",":id","upload-file"],"host":["https://apim.vismalatam.com/massiveImports"],"query":[],"variable":[{"description":{"content":"<p>(Required) ID del modelo de archivo a importar</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"3c41f3ea-35bc-4ac8-9c38-45d9263a186f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"idCountry","value":"<integer>","type":"text"}]},"url":{"raw":"https://apim.vismalatam.com/massiveImports/api/massive-imports/template/:id/upload-file","host":["https://apim.vismalatam.com/massiveImports"],"path":["api","massive-imports","template",":id","upload-file"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"validFormat\": \"<boolean>\",\n  \"errors\": [\n    {\n      \"errors\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"errors\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"def4e804-b616-4d95-a4b4-45c8fe43a02e"},{"name":"Importación de archivo por Acción","id":"41d627b4-71dd-46d7-a823-aafde3a9fa5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"string","description":"<p>Tenant client</p>\n"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"idCountry","value":"3","type":"text"},{"key":"idAction","value":"1","type":"text","description":"<p>1 = Crear, 3 = Modificar</p>\n"}]},"url":"{{baseUrl}}/api/massive-imports/:templateId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","massive-imports",":templateId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"7e6c75ff-fb5a-47ac-a972-8cec42ed554b","type":"any","value":"5973","key":"templateId"}]}},"response":[{"id":"8e7540c9-3adf-415c-99b0-e49ee2aec032","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"string","description":"Tenant client"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":[]},{"key":"idCountry","value":"4710","type":"text"},{"key":"idAction","value":"1","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/massive-imports/:templateId","host":["{{baseUrl}}"],"path":["api","massive-imports",":templateId"],"variable":[{"key":"templateId","value":"5973"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": 4682,\n  \"validFormat\": false,\n  \"errors\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": true\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"41d627b4-71dd-46d7-a823-aafde3a9fa5d"},{"name":"Consulta de proceso batch","id":"935f4f6e-4a66-43f3-9fe8-f72575b79a81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/massiveImports/api/import-batch/entity/:id?Page=<integer>&PageSize=<integer>&OrderBy=<string>&OrderType=<string>","description":"<p>Observaciones:</p>\n<ul>\n<li>id: Es el Id del proceso de importación.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","import-batch","entity",":id"],"host":["https://apim.vismalatam.com/massiveImports"],"query":[{"key":"Page","value":"<integer>"},{"key":"PageSize","value":"<integer>"},{"key":"OrderBy","value":"<string>"},{"key":"OrderType","value":"<string>"}],"variable":[{"id":"24f0c73c-8ccb-4b02-b7fb-160c0b6f3032","description":{"content":"<p>(Required) Id del proceso de importación</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"174c0121-30cc-4ca6-b16f-50f1cbf2afee","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/massiveImports/api/import-batch/entity/:id?Page=<integer>&PageSize=<integer>&OrderBy=<string>&OrderType=<string>","host":["https://apim.vismalatam.com/massiveImports"],"path":["api","import-batch","entity",":id"],"query":[{"key":"Page","value":"<integer>"},{"key":"PageSize","value":"<integer>"},{"key":"OrderBy","value":"<string>"},{"key":"OrderType","value":"<string>"}],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"quantity\": \"<integer>\",\n  \"paginationList\": [\n    {\n      \"id\": \"<integer>\",\n      \"startDateUpload\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"sourceFile\": \"<string>\",\n      \"errorFile\": \"<string>\",\n      \"importTemplate\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\",\n        \"actions\": [\n          {\n            \"id\": \"<integer>\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"id\": \"<integer>\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"descriptionKey\": \"<string>\"\n      },\n      \"importStatus\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"importAction\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"importOperation\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"id\": \"<integer>\",\n      \"startDateUpload\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"sourceFile\": \"<string>\",\n      \"errorFile\": \"<string>\",\n      \"importTemplate\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\",\n        \"actions\": [\n          {\n            \"id\": \"<integer>\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"id\": \"<integer>\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"descriptionKey\": \"<string>\"\n      },\n      \"importStatus\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"importAction\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"importOperation\": {\n        \"id\": \"<integer>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"935f4f6e-4a66-43f3-9fe8-f72575b79a81"},{"name":"Consulta de errores de la importación","id":"9000ccf4-eda5-4bc0-8cec-6f61afd35558","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Accept","value":"text/plain"}],"url":"https://apim.vismalatam.com/massiveImports/api/massive-imports/:id/errors","description":"<p>Observaciones:</p>\n<ul>\n<li>id: Es el Id del proceso de importación.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","massive-imports",":id","errors"],"host":["https://apim.vismalatam.com/massiveImports"],"query":[],"variable":[{"id":"11b47a54-5b51-44ad-a596-4e4424f30bbb","description":{"content":"<p>(Required) ID del proceso de importación</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"8e4c42ad-18d0-4227-8716-f1890c67dfb8","name":"Success","originalRequest":{"method":"GET","header":[{"key":"X-Tenant-Id","value":"<string>","description":"(Required) Tenant client"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://apim.vismalatam.com/massiveImports/api/massive-imports/:id/errors","host":["https://apim.vismalatam.com/massiveImports"],"path":["api","massive-imports",":id","errors"],"variable":[{"key":"id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"validFormat\": \"<boolean>\",\n  \"errors\": [\n    {\n      \"errors\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"errors\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"9000ccf4-eda5-4bc0-8cec-6f61afd35558"}],"id":"7f0f1863-bbfd-44ee-9b52-de973a62fc71","description":"<h2 id=\"nota\">Nota:</h2>\n<p>En las interfaces 10006 y 10007 se debe utilizar el endpoint :</p>\n<p>https://apim.vismalatam.com/massiveImports/api/massive-imports/:templateId</p>\n<p>Para el resto de las interfaces (10000, 10002, 10004, 10005, 10008, 10009):</p>\n<p>https://apim.vismalatam.com/massiveImports/api/massive-imports/template/:id/upload-file</p>\n<h4 id=\"aplicable-para-las-siguientes-interfaces\">Aplicable para las siguientes Interfaces:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>TemplateId</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>ModelId</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Características Físicas.</td>\n<td>10000</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Solicitud de Ausencias.</td>\n<td></td>\n</tr>\n<tr>\n<td>3</td>\n<td>Controles Médicos.</td>\n<td></td>\n</tr>\n<tr>\n<td>4</td>\n<td>Fichas Médicas.</td>\n<td></td>\n</tr>\n<tr>\n<td>5</td>\n<td>Saldo de Vacaciones.</td>\n<td></td>\n</tr>\n<tr>\n<td>6</td>\n<td>Solicitud de Vacaciones.</td>\n<td></td>\n</tr>\n<tr>\n<td>7</td>\n<td>Días Correspondientes.</td>\n<td></td>\n</tr>\n<tr>\n<td>9</td>\n<td>Importación de Planilla Horaria.</td>\n<td>10002</td>\n</tr>\n<tr>\n<td>11</td>\n<td>Atributos en cascada.</td>\n<td>10003</td>\n</tr>\n<tr>\n<td>12</td>\n<td>Email de contacto.</td>\n<td>10004</td>\n</tr>\n<tr>\n<td>13</td>\n<td>Reporta A.</td>\n<td>10005</td>\n</tr>\n<tr>\n<td>15</td>\n<td>Alta de colaboradores.</td>\n<td>10006</td>\n</tr>\n<tr>\n<td>15</td>\n<td>Modificación de colabora.</td>\n<td>10006</td>\n</tr>\n<tr>\n<td>16</td>\n<td>Seguros del Colaborador.</td>\n<td>10007</td>\n</tr>\n<tr>\n<td>20</td>\n<td>Contactos de Emergencia.</td>\n<td>10008</td>\n</tr>\n<tr>\n<td>21</td>\n<td>Elementos De Trabajo.</td>\n<td>10009</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"1--características-físicas-10000\">1 = Características Físicas (10000).</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Nombre</strong></th>\n<th><strong>Formato</strong></th>\n<th><strong>Obligatorio</strong></th>\n<th><strong>Observaciones</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Legajo</td>\n<td>Numérico (10)</td>\n<td>Si</td>\n<td>Informar el número de legajo del empleado.</td>\n</tr>\n<tr>\n<td>Cabeza</td>\n<td>Alfanumérico (4)</td>\n<td>No</td>\n<td>Informar talle en mayuscula (XS, S, M, L, XL, XXL y XXXL)</td>\n</tr>\n<tr>\n<td>Torso</td>\n<td>Alfanumérico (4)</td>\n<td>No</td>\n<td>Informar talle en mayuscula (XS, S, M, L, XL, XXL y XXXL)</td>\n</tr>\n<tr>\n<td>Piernas</td>\n<td>Alfanumérico (4)</td>\n<td>No</td>\n<td>Informar talle en mayuscula (XS, S, M, L, XL, XXL y XXXL)</td>\n</tr>\n<tr>\n<td>Mano</td>\n<td>Alfanumérico (4)</td>\n<td>No</td>\n<td>Informar talle en mayuscula (XS, S, M, L, XL, XXL y XXXL)</td>\n</tr>\n<tr>\n<td>Pie</td>\n<td>Numérico (4)</td>\n<td>No</td>\n<td>Informar talle en formato numerico con decimal con punto (34,34.5,35,35.5,36,36.5,37,37.5,38,38.5,39,39.5,40,40.5,41,41.5,42,42.5,43,43.5,44,44,5,45,45.5,46,46.5,47,47.5,48,48.5,49,49.5,50)</td>\n</tr>\n<tr>\n<td>Cintura</td>\n<td>Numérico (4)</td>\n<td>No</td>\n<td>Informar talle en formato numerico ( 34,36,38,40,42,44,46,48,50,52,54,56,58,60,68)</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"2--solicitud-de-ausencias\">2 = Solicitud de Ausencias.</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Nombre</th>\n<th>Formato</th>\n<th>Obligatorio</th>\n<th>Observaciones</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Legajo</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Debe ser un número.</td>\n</tr>\n<tr>\n<td>Tipo de ausencia</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Indicar el Id del tipo de ausencia, validar desde el botón de Referencias.</td>\n</tr>\n<tr>\n<td>Fecha desde</td>\n<td>dd/mm/aaaa</td>\n<td>Sí</td>\n<td>Indicar la fecha de inicio en el orden día, mes y año, separado por una barra diagonal (dd/mm/aaaa).</td>\n</tr>\n<tr>\n<td>Fecha hasta</td>\n<td>dd/mm/aaaa</td>\n<td>Sí</td>\n<td>Indicar la fecha de fin en el orden día, mes y año, separado por una barra diagonal (dd/mm/aaaa).</td>\n</tr>\n<tr>\n<td>Hora de inicio</td>\n<td>hh:mm</td>\n<td>No</td>\n<td>Indicar hh:mm, donde (hh) es la hora y (mm) los minutos.</td>\n</tr>\n<tr>\n<td>Hora de finalización</td>\n<td>hh:mm</td>\n<td>No</td>\n<td>Indicar hh:mm, donde (hh) es la hora y (mm) los minutos.</td>\n</tr>\n<tr>\n<td>Cantidad de horas</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Debe ser un número. Permite decimales, separados por punto. Ejemplo: 5.5.</td>\n</tr>\n<tr>\n<td>Patología</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Debe ser el Id de la patología.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"3--controles-médicos\">3 = Controles Médicos.</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Nombre</th>\n<th>Formato</th>\n<th>Obligatorio</th>\n<th>Observaciones</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Legajo</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Debe ser un número</td>\n</tr>\n<tr>\n<td>Fecha del control</td>\n<td>dd/mm/aaaa</td>\n<td>Sí</td>\n<td>Indicar la fecha en el orden día, mes y año, separado por una barra diagonal (dd/mm/aaaa).</td>\n</tr>\n<tr>\n<td>Hora del control</td>\n<td>hh:mm</td>\n<td>Sí</td>\n<td>Indicar hh:mm:ss, donde (hh) es la hora, (mm) los minutos y (ss) son los segundos.</td>\n</tr>\n<tr>\n<td>Tipo de control</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Indicar el Id del tipo de control, validar desde el botón de Referencias.</td>\n</tr>\n<tr>\n<td>Acción</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Indicar el Id de la acción, validar desde el botón de Referencias.</td>\n</tr>\n<tr>\n<td>Servicio médico</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Indicar el Id del servicio médico, validar desde el botón de Referencias. Los servicios médicos deben estar previamente creados.</td>\n</tr>\n<tr>\n<td>Médico Laboral/Particular</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Si es un Médico Laboral, debe indicar el Id, validar desde el botón de Referencias (los datos del médico deben estar previamente dados de alta). Si es un Médico Particular, debe dejar vacío el campo.</td>\n</tr>\n<tr>\n<td>Médico</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Si en el campo anterior indicó el Id del Médico Laboral, debe dejar vacío este campo (los datos del médico deben estar previamente dados de alta). Si el campo anterior está vacío, debe indicar el nombre del Médico Particular.</td>\n</tr>\n<tr>\n<td>Matrícula</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Debe ser un número. Si en el campo Médico Laboral/Particular se informó un Id, debe dejar vacío este campo (los datos del médico deben estar previamente dados de alta). Si el campo está vacío, debe informar el número de matrícula del médico.</td>\n</tr>\n<tr>\n<td>Observaciones</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Permite agregar información adicional del control.</td>\n</tr>\n<tr>\n<td>Descanso</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Debe ser un número, con un máximo de 2 dígitos. Sólo es obligatorio si la acción es Descanso.</td>\n</tr>\n<tr>\n<td>Tipo de ausencia</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Indicar el Id del tipo de ausencia, validar desde el botón de Referencias. Sólo es obligatorio si la acción es Ausencia o Accidente.</td>\n</tr>\n<tr>\n<td>Fecha de la ausencia</td>\n<td>dd/mm/aaaa</td>\n<td>No</td>\n<td>Indicar la fecha en el orden día, mes y año, separado por una barra diagonal (dd/mm/aaaa). Sólo es obligatorio si la acción es Ausencia o Accidente.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"4--fichas-médicas\">4 = Fichas Médicas.</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Nombre</th>\n<th>Formato</th>\n<th>Obligatorio</th>\n<th>Observaciones</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Legajo</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Debe ser un número</td>\n</tr>\n<tr>\n<td>¿Es grupo de riesgo?</td>\n<td>Alfanumérico</td>\n<td>Sí</td>\n<td>Informar Si o No.</td>\n</tr>\n<tr>\n<td>Tensión arterial</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Indicar el Id de la tensión arterial, validar desde el botón de Referencias.</td>\n</tr>\n<tr>\n<td>Grupo sanguíneo</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Indicar el Id del grupo sanguíneo, validar desde el botón de Referencias.</td>\n</tr>\n<tr>\n<td>Discapacidad</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Indicar el Id de la discapacidad, validar desde el botón de Referencias.</td>\n</tr>\n<tr>\n<td>Patología</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Indicar el Id de la patología, validar desde el botón de Referencias.</td>\n</tr>\n<tr>\n<td>Vacuna</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Indicar el Id de la vacuna, validar desde el botón de Referencias.</td>\n</tr>\n<tr>\n<td>Fecha de aplicación</td>\n<td>dd/mm/aaaa</td>\n<td>No</td>\n<td>Indicar la fecha en el orden día, mes y año, separado por una barra diagonal (dd/mm/aaaa).</td>\n</tr>\n<tr>\n<td>Vacuna</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Indicar el Id de la vacuna, validar desde el botón de Referencias.</td>\n</tr>\n<tr>\n<td>Fecha de aplicación</td>\n<td>dd/mm/aaaa</td>\n<td>No</td>\n<td>Indicar la fecha en el orden día, mes y año, separado por una barra diagonal (dd/mm/aaaa).</td>\n</tr>\n<tr>\n<td>Vacuna</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Indicar el Id de la vacuna, validar desde el botón de Referencias.</td>\n</tr>\n<tr>\n<td>Fecha de aplicación</td>\n<td>dd/mm/aaaa</td>\n<td>No</td>\n<td>Indicar la fecha en el orden día, mes y año, separado por una barra diagonal (dd/mm/aaaa).</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"5--saldo-de-vacaciones\">5 = Saldo de Vacaciones.</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Nombre</th>\n<th>Formato</th>\n<th>Obligatorio</th>\n<th>Observaciones</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Legajo</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Debe ser un número</td>\n</tr>\n<tr>\n<td>Tipo de vacación</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Indicar el id del tipo de día de vacaciones, validar desde el botón de Referencias.</td>\n</tr>\n<tr>\n<td>Período</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Indicar el año del período.</td>\n</tr>\n<tr>\n<td>Saldos</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Indicar la cantidad de días de saldo.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"6--solicitud-de-vacaciones\">6 = Solicitud de Vacaciones.</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Nombre</th>\n<th>Formato</th>\n<th>Obligatorio</th>\n<th>Observaciones</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Período</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Indicar el año del período.</td>\n</tr>\n<tr>\n<td>Legajo</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Debe ser un número</td>\n</tr>\n<tr>\n<td>Tipo de vacación</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Indicar el id del tipo de día de vacaciones, validar desde el botón de Referencias.</td>\n</tr>\n<tr>\n<td>Fecha desde</td>\n<td>dd/mm/aaaa</td>\n<td>Sí</td>\n<td>Indicar la fecha de inicio en el orden día, mes y año, separado por una barra diagonal (dd/mm/aaaa).</td>\n</tr>\n<tr>\n<td>Fecha hasta</td>\n<td>dd/mm/aaaa</td>\n<td>Sí</td>\n<td>Indicar la fecha de fin en el orden día, mes y año, separado por una barra diagonal (dd/mm/aaaa).</td>\n</tr>\n<tr>\n<td>Parcial</td>\n<td>Alfanumérico</td>\n<td>Sí</td>\n<td>Indicar \"SI\" o \"NO\" para especificar si la ausencia es parcial.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"7--dias-correspondientes\">7 = Dias Correspondientes.</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Nombre</th>\n<th>Formato</th>\n<th>Obligatorio</th>\n<th>Observaciones</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Legajo</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Debe ser un número</td>\n</tr>\n<tr>\n<td>Estado</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Indicar el ID: 0 = falso, 1 = verdadero. Si se deja vacío, se interpretará como \"No\".</td>\n</tr>\n<tr>\n<td>Beneficiario</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Informar el código del beneficiario (1 = titular, 2 = familiar y 3 = tercero).</td>\n</tr>\n<tr>\n<td>Id de Familiar</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Si el beneficiario es 2, informar el código del familiar.</td>\n</tr>\n<tr>\n<td>Apellido</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Si el beneficiario es 3, es obligatorio informar el apellido, de lo contrario no.</td>\n</tr>\n<tr>\n<td>Segundo apellido</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Si el beneficiario es 3, informar el segundo apellido, de lo contrario no.</td>\n</tr>\n<tr>\n<td>Nombre</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Si el beneficiario es 3, es obligatorio informar el nombre, de lo contrario no.</td>\n</tr>\n<tr>\n<td>Segundo nombre</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Si el beneficiario es 3, informar el segundo nombre, de lo contrario no.</td>\n</tr>\n<tr>\n<td>Género</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Indicar F = Femenino, M = Masculino, X = No Binario (solo para Argentina y Colombia).</td>\n</tr>\n<tr>\n<td>Fecha de nacimiento</td>\n<td>dd/mm/aaaa</td>\n<td>No</td>\n<td>Indicar la fecha en el orden día, mes y año, separado por una barra diagonal (dd/mm/aaaa).</td>\n</tr>\n<tr>\n<td>N° Documento</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Si el beneficiario es 3, es obligatorio informar el número de documento.</td>\n</tr>\n<tr>\n<td>Nombre de la aseguradora</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Ingresar una descripción del nombre de la compañía de seguros.</td>\n</tr>\n<tr>\n<td>Tipo de seguro</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Ingresar el código del tipo de seguros.</td>\n</tr>\n<tr>\n<td>Fecha alta del seguro</td>\n<td>dd/mm/aaaa</td>\n<td>Sí</td>\n<td>Indicar la fecha en el orden día, mes y año, separado por una barra diagonal (dd/mm/aaaa).</td>\n</tr>\n<tr>\n<td>Fecha baja del seguro</td>\n<td>dd/mm/aaaa</td>\n<td>No</td>\n<td>Indicar la fecha en el orden día, mes y año, separado por una barra diagonal (dd/mm/aaaa).</td>\n</tr>\n<tr>\n<td>Número de póliza</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Número de póliza</td>\n</tr>\n<tr>\n<td>Porcentaje del seguro</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>El porcentaje indicado debe estar entre 1 y 100.</td>\n</tr>\n<tr>\n<td>Condición</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Ingresar el código de condición (Asegurado = 1, Beneficiario = 2 o Asegurado/Beneficiario = 3).</td>\n</tr>\n<tr>\n<td>Observación</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Permite agregar información adicional del control.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"9--importación-de-planilla-horaria-10002\">9 = Importación de Planilla Horaria (10002).</h5>\n<h5 id=\"11--atributos-en-cascada\">11 = Atributos en cascada.</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Nombre</th>\n<th>Formato</th>\n<th>Obligatorio</th>\n<th>Observaciones</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Legajo</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Debe ser un número</td>\n</tr>\n<tr>\n<td>Id atributo inicial</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Debe indicar el código del atributo que da origen a la dependencia en cascada.</td>\n</tr>\n<tr>\n<td>Fecha desde</td>\n<td>dd/mm/aaaa</td>\n<td>Sí</td>\n<td>Indicar la fecha de inicio en el orden día, mes y año, separado por una barra diagonal (dd/mm/aaaa).</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"12--email-de-contacto-10004\">12 = Email de contacto (10004).</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Nombre</th>\n<th>Formato</th>\n<th>Obligatorio</th>\n<th>Observaciones</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Legajo</td>\n<td>Numérico</td>\n<td>Si</td>\n<td>Debe ser un número.</td>\n</tr>\n<tr>\n<td>Tipo de correo electrónico</td>\n<td>Numérico</td>\n<td>Si</td>\n<td>Debe indicar 1 para correo laboral o 2 para correo personal</td>\n</tr>\n<tr>\n<td>Correo electrónico</td>\n<td>Alfanumérico</td>\n<td>Si</td>\n<td>Los caracteres que puede contener una dirección de correo electrónico son letras, números, puntos, guiones y el símbolo @.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"13--reporta-a-10005\">13 = Reporta A (10005).</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Nombre</th>\n<th>Formato</th>\n<th>Obligatorio</th>\n<th>Observaciones</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Legajo</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Debes indicar el número del legajo del colaborador.</td>\n</tr>\n<tr>\n<td>Legajo del jefe</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Debes indicar el número del legajo del jefe a cargo del colaborador.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"15--alta-de-colaboradores-10006\">15 = Alta de colaboradores (10006).</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Nombre</th>\n<th>Formato</th>\n<th>Obligatorio</th>\n<th>Observaciones</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Empresa</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Informar el ID del atributo empresa a la que pertenece el colaborador.</td>\n</tr>\n<tr>\n<td>Legajo</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Si el campo se deja en blanco, se asume que es un alta, y el número de legajo se calculará como el número de legajo más alto +1. Si no está vacío, se valida que el número de legajo exista y se actualizan los datos correspondientes a ese número. Si el núme</td>\n</tr>\n<tr>\n<td>Apellido</td>\n<td>Alfanumérico</td>\n<td>Sí</td>\n<td>Indicar el primer apellido del colaborador.</td>\n</tr>\n<tr>\n<td>Segundo apellido</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Indicar el segundo apellido del colaborador. Si no tiene, dejar el campo vacío.</td>\n</tr>\n<tr>\n<td>Nombre</td>\n<td>Alfanumérico</td>\n<td>Sí</td>\n<td>Indicar el primer nombre del colaborador.</td>\n</tr>\n<tr>\n<td>Segundo nombre</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Indicar el segundo nombre del colaborador. Si no tiene, dejar el campo vacío.</td>\n</tr>\n<tr>\n<td>Fecha de nacimiento</td>\n<td>dd/mm/aaaa</td>\n<td>Sí</td>\n<td>Indicar en el formato día/mes/año (DD/MM/AAAA). La fecha de nacimiento no puede ser mayor ni igual a la fecha de alta. Además, se debe validar que el colaborador tenga al menos la edad mínima legal permitida.</td>\n</tr>\n<tr>\n<td>País de nacimiento</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Informar el ID del país de nacimiento, consultar en referencias.</td>\n</tr>\n<tr>\n<td>Nacionalidad</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Informar el ID de la nacionalidad, consultar en referencias.</td>\n</tr>\n<tr>\n<td>Reside en el extranjero</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Indicar el ID: 0 = falso, 1 = verdadero. Si se deja vacío, se interpretará como \"No\".</td>\n</tr>\n<tr>\n<td>Estado civil</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Informar el ID del estado civil, consultar en referencias.</td>\n</tr>\n<tr>\n<td>Género</td>\n<td>Alfanumérico</td>\n<td>Sí</td>\n<td>Indicar F = Femenino, M = Masculino, X = No Binario (solo para Argentina y Colombia).</td>\n</tr>\n<tr>\n<td>Discapacidad</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Informar el ID de la discapacidad, consultar en referencias.</td>\n</tr>\n<tr>\n<td>Pensión por invalidez</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Indicar el ID: 0 = falso, 1 = verdadero. Si se deja vacío, se interpretará como \"No\".</td>\n</tr>\n<tr>\n<td>Fecha de ingreso</td>\n<td>dd/mm/aaaa</td>\n<td>Sí</td>\n<td>Indicar en el formato día/mes/año (DD/MM/AAAA). La fecha de alta no puede ser posterior a la fecha de baja ni coincidir con la fecha de nacimiento.</td>\n</tr>\n<tr>\n<td>Código país documento principal</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Informar el ID del país del documento.</td>\n</tr>\n<tr>\n<td>Tipo de documento principal</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Informar el ID del tipo de documento, Si es el principal en People, se marcará por defecto como principal.</td>\n</tr>\n<tr>\n<td>Número de documento principal</td>\n<td>Alfanumérico</td>\n<td>Sí</td>\n<td>Indicar el número de documento si se completó el campo anterior; de lo contrario, dejarlo vacío.</td>\n</tr>\n<tr>\n<td>Código país documento secundario</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Informar el ID del país del documento.</td>\n</tr>\n<tr>\n<td>Tipo de documento secundario</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Informar el ID del tipo de documento, de lo contrario, dejarlo vacío.</td>\n</tr>\n<tr>\n<td>Número de documento secundario</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Indicar el número de documento si se completó el campo anterior; de lo contrario, dejarlo vacío.</td>\n</tr>\n<tr>\n<td>Email laboral</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Si no se tiene el dato, dejarlo vacío.</td>\n</tr>\n<tr>\n<td>Email personal</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Si no se tiene el dato, dejarlo vacío.</td>\n</tr>\n<tr>\n<td>Contrato</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Informar el ID del atributo contrato asignado al colaborador.</td>\n</tr>\n<tr>\n<td>Fecha de vencimiento de contrato</td>\n<td>dd/mm/aaaa</td>\n<td>No</td>\n<td>Indicar en el formato día/mes/año (DD/MM/AAAA) la fecha de vencimiento del contrato.</td>\n</tr>\n<tr>\n<td>Activo</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Indicar el ID: 0 = falso, 1 = verdadero. Si se deja vacío, se interpretará como \"No\".</td>\n</tr>\n<tr>\n<td>Fecha de egreso</td>\n<td>dd/mm/aaaa</td>\n<td>No</td>\n<td>Indicar en el formato día/mes/año (DD/MM/AAAA). Es obligatorio si el estado es \"Inactivo\"; de lo contrario, debe dejarse vacío.</td>\n</tr>\n<tr>\n<td>Motivo de baja</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Si el estado es \"Inactivo\", debe informar el ID del motivo de baja; de lo contrario, el dato debe dejarse vacío.</td>\n</tr>\n<tr>\n<td>Sub-motivo de baja</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Informar el ID del sub-motivo; consultar en referencias. Para Perú, es obligatorio; de no corresponder, dejarlo vacío.</td>\n</tr>\n<tr>\n<td>Modelo organizacional</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Informar el ID del modelo organizacional; consultar en referencias. Se le asignarán los atributos configurados por defecto.</td>\n</tr>\n<tr>\n<td>Atributo de estructura 1</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Informar el ID del atributo, consultar en referencias. Si tiene seguridad por fila, es obligatorio informar el ID para visualizar al colaborador; de no corresponder, debe dejarse vacío.</td>\n</tr>\n<tr>\n<td>Atributo de estructura 2</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Informar el ID del atributo, consultar en referencias. Si tiene seguridad por fila, es obligatorio informar el ID para visualizar al colaborador; de no corresponder, debe dejarse vacío.</td>\n</tr>\n<tr>\n<td>Atributo de estructura 3</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Informar el ID del atributo, consultar en referencias. Si tiene seguridad por fila, es obligatorio informar el ID para visualizar al colaborador; de no corresponder, debe dejarse vacío.</td>\n</tr>\n<tr>\n<td>Atributo de estructura 4</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Informar el ID del atributo, consultar en referencias. Si tiene seguridad por fila, es obligatorio informar el ID para visualizar al colaborador; de no corresponder, debe dejarse vacío.</td>\n</tr>\n<tr>\n<td>Atributo de estructura 5</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Informar el ID del atributo, consultar en referencias. Si tiene seguridad por fila, es obligatorio informar el ID para visualizar al colaborador; de no corresponder, debe dejarse vacío.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"15--modificación-de-colaboradores-10006\">15 = Modificación de colaboradores (10006).</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Nombre</th>\n<th>Formato</th>\n<th>Obligatorio</th>\n<th>Observaciones</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Legajo</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Si el campo se deja en blanco, se asume que es un alta, y el número de legajo se calculará como el número de legajo más alto +1. Si no está vacío, se valida que el número de legajo exista y se actualizan los datos correspondientes a ese número. Si el núme</td>\n</tr>\n<tr>\n<td>Apellido</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Indicar el primer apellido del colaborador.</td>\n</tr>\n<tr>\n<td>Segundo apellido</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Indicar el segundo apellido del colaborador. Si no tiene, dejar el campo vacío.</td>\n</tr>\n<tr>\n<td>Nombre</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Indicar el primer nombre del colaborador.</td>\n</tr>\n<tr>\n<td>Segundo nombre</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Indicar el segundo nombre del colaborador. Si no tiene, dejar el campo vacío.</td>\n</tr>\n<tr>\n<td>Fecha de nacimiento</td>\n<td>dd/mm/aaaa</td>\n<td>No</td>\n<td>Indicar en el formato día/mes/año (DD/MM/AAAA). La fecha de nacimiento no puede ser mayor ni igual a la fecha de alta. Además, se debe validar que el colaborador tenga al menos la edad mínima legal permitida.</td>\n</tr>\n<tr>\n<td>País de nacimiento</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Informar el ID del país de nacimiento, consultar en referencias.</td>\n</tr>\n<tr>\n<td>Nacionalidad</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Informar el ID de la nacionalidad, consultar en referencias.</td>\n</tr>\n<tr>\n<td>Reside en el extranjero</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Indicar el ID: 0 = falso, 1 = verdadero. Si se deja vacío, se interpretará como \"No\".</td>\n</tr>\n<tr>\n<td>Estado civil</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Informar el ID del estado civil, consultar en referencias.</td>\n</tr>\n<tr>\n<td>Género</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Indicar F = Femenino, M = Masculino, X = No Binario (solo para Argentina y Colombia).</td>\n</tr>\n<tr>\n<td>Discapacidad</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Informar el ID de la discapacidad, consultar en referencias.</td>\n</tr>\n<tr>\n<td>Pensión por invalidez</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Indicar el ID: 0 = falso, 1 = verdadero. Si se deja vacío, se interpretará como \"No\".</td>\n</tr>\n<tr>\n<td>Fecha de ingreso</td>\n<td>dd/mm/aaaa</td>\n<td>No</td>\n<td>Indicar en el formato día/mes/año (DD/MM/AAAA). La fecha de alta no puede ser posterior a la fecha de baja ni coincidir con la fecha de nacimiento.</td>\n</tr>\n<tr>\n<td>Email laboral</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Si no se tiene el dato, dejarlo vacío.</td>\n</tr>\n<tr>\n<td>Email personal</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Si no se tiene el dato, dejarlo vacío.</td>\n</tr>\n<tr>\n<td>Activo</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Indicar el ID: 0 = falso, 1 = verdadero. Si se deja vacío, se interpretará como \"No\".</td>\n</tr>\n<tr>\n<td>Fecha de egreso</td>\n<td>dd/mm/aaaa</td>\n<td>No</td>\n<td>Indicar en el formato día/mes/año (DD/MM/AAAA). Es obligatorio si el estado es \"Inactivo\"; de lo contrario, debe dejarse vacío.</td>\n</tr>\n<tr>\n<td>Motivo de baja</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Si el estado es \"Inactivo\", debe informar el ID del motivo de baja; de lo contrario, el dato debe dejarse vacío.</td>\n</tr>\n<tr>\n<td>Sub-motivo de baja</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Informar el ID del sub-motivo; consultar en referencias. Para Perú, es obligatorio; de no corresponder, dejarlo vacío.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"16--seguros-del-colaborador-10007\">16 = Seguros del Colaborador (10007).</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Nombre</th>\n<th>Formato</th>\n<th>Obligatorio</th>\n<th>Observaciones</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Legajo</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Numero de legajo del empleado. Debe ser un número</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Id, debe ser un número</td>\n</tr>\n<tr>\n<td>Estado</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Indicar el estado del seguro. 0 = Inactivo, 1 = Activo, N/A = No modifica el campo, vacio = se interpreta como Inactivo.</td>\n</tr>\n<tr>\n<td>Beneficiario</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Informar el código del beneficiario (1 = titular, 2 = familiar y 3 = tercero). Si se modifica, deberá ajustar el id de familiar. N/A = No modifica el campo, vacio = se limpia el campo.</td>\n</tr>\n<tr>\n<td>Id de Familiar</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Si el beneficiario es 2, informar el código del familiar. N/A = No modifica el campo, vacio = se limpia el campo.</td>\n</tr>\n<tr>\n<td>Apellido</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Si el beneficiario es 3, es obligatorio informar el apellido, de lo contrario no. N/A = No modifica el campo, vacio = se limpia el campo.</td>\n</tr>\n<tr>\n<td>Segundo apellido</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Si el beneficiario es 3, informar el segundo apellido, de lo contrario no. N/A = No modifica el campo, vacio = se limpia el campo.</td>\n</tr>\n<tr>\n<td>Nombre</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Si el beneficiario es 3, informar el segundo apellido, de lo contrario no. N/A = No modifica el campo, vacio = se limpia el campo.</td>\n</tr>\n<tr>\n<td>Segundo nombre</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Si el beneficiario es 3, informar el segundo apellido, de lo contrario no. N/A = No modifica el campo, vacio = se limpia el campo.</td>\n</tr>\n<tr>\n<td>Género</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Indicar F = Femenino, M = Masculino, X = No Binario (solo para Argentina y Colombia). N/A = No modifica el campo, vacio = se limpia el campo.</td>\n</tr>\n<tr>\n<td>Fecha de nacimiento</td>\n<td>dd/mm/aaaa</td>\n<td>No</td>\n<td>Indicar la fecha en el orden día, mes y año, separado por una barra diagonal (dd/mm/aaaa). N/A = No modifica el campo, vacio = se limpia el campo.</td>\n</tr>\n<tr>\n<td>N° Documento</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Si el beneficiario es 3, es obligatorio informar el número de documento. N/A = No modifica el campo, vacio = se limpia el campo.</td>\n</tr>\n<tr>\n<td>Nombre de la aseguradora</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Ingresar una descripción del nombre de la compañía de seguros. N/A = No modifica el campo, vacio = se limpia el campo.</td>\n</tr>\n<tr>\n<td>Tipo de seguro</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Ingresar el código del tipo de seguros. N/A = No modifica el campo, vacio = se limpia el campo.</td>\n</tr>\n<tr>\n<td>Fecha alta del seguro</td>\n<td>dd/mm/aaaa</td>\n<td>No</td>\n<td>Indicar la fecha en el orden día, mes y año, separado por una barra diagonal (dd/mm/aaaa). N/A = No modifica el campo, vacio = se limpia el campo.</td>\n</tr>\n<tr>\n<td>Fecha baja del seguro</td>\n<td>dd/mm/aaaa</td>\n<td>No</td>\n<td>Indicar la fecha en el orden día, mes y año, separado por una barra diagonal (dd/mm/aaaa). N/A = No modifica el campo, vacio = se limpia el campo.</td>\n</tr>\n<tr>\n<td>Número de póliza</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Número de póliza. N/A = No modifica el campo, vacio = se limpia el campo.</td>\n</tr>\n<tr>\n<td>Porcentaje del seguro</td>\n<td>Numérico</td>\n<td>No</td>\n<td>El porcentaje indicado debe estar entre 1 y 100. N/A = No modifica el campo, vacio = se limpia el campo.</td>\n</tr>\n<tr>\n<td>Condición</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Ingresar el código de condición (Asegurado = 1, Beneficiario = 2 o Asegurado/Beneficiario = 3). N/A = No modifica el campo, vacio = se limpia el campo.</td>\n</tr>\n<tr>\n<td>Observación</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Permite agregar información adicional del control. N/A = No modifica el campo, vacio = se limpia el campo.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"20--contactos-de-emergencia-10008\">20 = Contactos de Emergencia (10008).</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Formato</th>\n<th>Obligatorio</th>\n<th>Observación</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Legajo</td>\n<td>Numérico (10)</td>\n<td>Sí</td>\n<td>Informar indicar el numero del legajo del colaborador</td>\n</tr>\n<tr>\n<td>Nombre y apellido</td>\n<td>Alfanumérico (100)</td>\n<td>Sí</td>\n<td></td>\n</tr>\n<tr>\n<td>Tipo de contacto</td>\n<td>Alfanumérico (50)</td>\n<td>Sí</td>\n<td></td>\n</tr>\n<tr>\n<td>Nro de telefono</td>\n<td>Alfanumérico (40)</td>\n<td>Sí</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"21--elementos-de-trabajo-10009\">21 = Elementos De Trabajo (10009).</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Nombre</th>\n<th>Formato</th>\n<th>Obligatorio</th>\n<th>Observaciones</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Categoría</td>\n<td>Numérico</td>\n<td>Sí</td>\n<td>Indicar el ID de la categoría a la que corresponde el elemento. Valide el valor desde el botón Referencias.</td>\n</tr>\n<tr>\n<td>Descripción</td>\n<td>Alfanumérico</td>\n<td>Sí</td>\n<td>Indicar la descripción del elemento de trabajo</td>\n</tr>\n<tr>\n<td>Código externo</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Indicar el código externo que identifica al elemento en otro sistema, si aplica.</td>\n</tr>\n<tr>\n<td>Marca</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Indicar el nombre de la marca del elemento de trabajo.</td>\n</tr>\n<tr>\n<td>Reclamable</td>\n<td>Alfanumérico</td>\n<td>Sí</td>\n<td>Indicar \"Sí\" si el elemento debe devolverse o \"No\" en caso contrario.</td>\n</tr>\n<tr>\n<td>Cuenta con certificación</td>\n<td>Alfanumérico</td>\n<td>Sí</td>\n<td>Indicar \"Sí\" si el elemento cuenta con certificado o \"No\" si no lo posee.</td>\n</tr>\n<tr>\n<td>Fecha de vencimiento</td>\n<td>dd/mm/aaaa</td>\n<td>No</td>\n<td>Indicar la fecha de vencimiento, si aplica. Información necesaria para las notificaciones de vencimiento.</td>\n</tr>\n<tr>\n<td>Características del elemento</td>\n<td>Numérico</td>\n<td>No</td>\n<td>Indicar el ID de la característica del elemento. Valide el valor desde el botón Referencias.</td>\n</tr>\n<tr>\n<td>Opciones</td>\n<td>Alfanumérico</td>\n<td>No</td>\n<td>Indicar las opciones disponibles del elemento separadas por comas. Por ejemplo, si tiene tallas, especifique: S, M, L, etc.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7f0f1863-bbfd-44ee-9b52-de973a62fc71","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}},{"name":"Servicio Massive Changes","item":[{"name":"Cambios masivos - Baja de colaboradores","id":"2400f725-e7c7-4f10-9223-a792cdfa7f93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n\"idEmployees\":[\n    203420\n    ],\n    \"termination\":\"2025-06-30T00:00:00.000Z\",\n    \"idReasonType\":28\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/employees-massive/inactivate","description":"<h2 id=\"inactivate-employees\">Inactivate Employees</h2>\n<p>Permite desactivar varios empleados del sistema en función de sus ID. Resulta especialmente útil para gestionar el estado de los empleados de forma masiva, como en el caso de despidos o cambios organizativos.</p>\n<h3 id=\"request\">Request</h3>\n<p><strong>Method:</strong> PUT<br /><strong>Endpoint:</strong> <code>https://apim.vismalatam.com/person/api/employees-massive/inactivate</code></p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format and must include the following parameters:</p>\n<p>El cuerpo de la solicitud debe estar en formato JSON y debe incluir los siguientes parámetros:</p>\n<ul>\n<li><p><strong>idEmployees</strong> : Una lista de ID de empleados que desea inactivar.</p>\n</li>\n<li><p><strong>termination</strong>: La fecha de terminación para los empleados que se están inactivando.</p>\n</li>\n<li><p><strong>idReasonType</strong>: El ID del tipo de razón para la terminación.</p>\n</li>\n</ul>\n<p><strong>Example Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"idEmployees\": [203420],\n  \"termination\": \"2025-06-30T00:00:00.000Z\",\n  \"idReasonType\": 28\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employees-massive","inactivate"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[]}},"response":[{"id":"25169541-6448-4f27-9c45-512d171c8394","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"idEmployees\": [\n    -19631223,\n    24368710\n  ],\n  \"termination\": \"2021-10-04T13:40:15.604Z\",\n  \"idReasonType\": -64180707\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/employees-massive/inactivate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"idEmployee\": -46994915,\n    \"error\": \"ullamco anim in consequat incididunt\"\n  },\n  {\n    \"idEmployee\": -23834715,\n    \"error\": \"amet laborum deserunt anim veniam\"\n  }\n]"}],"_postman_id":"2400f725-e7c7-4f10-9223-a792cdfa7f93"},{"name":"Cambios masivos - Reincorporación de colaboradores","id":"a7f7b2a1-e679-464d-8b3d-47dd3b023af9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"idEmployees\": [\n    0\n  ],\n  \"phaseRequest\": {\n    \"id\": 0,\n    \"active\": true,\n    \"holiday\": true,\n    \"salary\": true,\n    \"compensation\": true,\n    \"recognizedPhase\": true,\n    \"real\": true,\n    \"startDate\": \"2025-07-09T14:29:41.522Z\",\n    \"endDate\": \"2025-07-09T14:29:41.522Z\",\n    \"idCause\": 0,\n    \"idEmployee\": 0,\n    \"idSubCause\": 0,\n    \"govermentCodeStart\": \"string\",\n    \"govermentCodeEnd\": \"string\",\n    \"preNotice\": {\n      \"notification\": true,\n      \"discount\": true,\n      \"date\": \"2025-07-09T14:29:41.522Z\"\n    }\n  }\n}\n\n","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/employees-massive/reactivate","description":"<p>Permite la reactivación de múltiples empleados en una operación masiva.</p>\n<h3 id=\"request-format\">Request Format</h3>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://apim.vismalatam.com/person/api/employees-massive/reactivate</code></p>\n</li>\n<li><p><strong>Content-Type</strong>: application/json</p>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>El cuerpo de la solicitud debe ser un objeto JSON que contenga los siguientes parámetros:</p>\n<ul>\n<li><p><strong>idEmployees</strong>: Una lista de identificadores de empleados que necesitan ser reactivados.</p>\n</li>\n<li><p><strong>phaseRequest</strong>: Un objeto que detalla la fase de la solicitud de reactivación, que incluye:</p>\n<ul>\n<li><p><strong>id</strong>: dejar en .0</p>\n</li>\n<li><p><strong>active</strong>: Indica si la fase está actualmente activa.</p>\n</li>\n<li><p><strong>holiday</strong>: Especifica si el estado de vacaciones es aplicable.</p>\n</li>\n<li><p><strong>salary</strong>: Indica si se incluyen ajustes salariales.</p>\n</li>\n<li><p><strong>compensation</strong>: Especifica si la compensación es parte de la solicitud.</p>\n</li>\n<li><p><strong>recognizedPhase</strong>: Indica si la fase ha sido reconocida.</p>\n</li>\n<li><p><strong>real</strong>: Especifica si la fase es recoocida como real.</p>\n</li>\n<li><p><strong>startDate</strong>: La fecha de inicio de la fase de reactivación.</p>\n</li>\n<li><p><strong>endDate</strong>: La fecha de finalización de la fase de reactivación.</p>\n</li>\n<li><p><strong>idCause</strong>: Identificador de la causa de reactivación.</p>\n</li>\n<li><p><strong>idEmployee</strong>: Identificador del empleado relacionado con esta fase.</p>\n</li>\n<li><p><strong>idSubCause</strong>: Identificador de la sub-causa de reactivación.</p>\n</li>\n<li><p><strong>govermentCodeStart</strong>:.</p>\n</li>\n<li><p><strong>govermentCodeEnd</strong>:</p>\n</li>\n<li><p><strong>preNotice</strong>: Un objeto que contiene detalles del preaviso:</p>\n<ul>\n<li><p><strong>notification</strong>: Indica si se requiere una notificación.</p>\n</li>\n<li><p><strong>discount</strong>:</p>\n</li>\n<li><p><strong>date</strong>: La fecha asociada con el preaviso.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employees-massive","reactivate"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[]}},"response":[{"id":"d7ddc472-c4dd-46d3-b0f0-ffff0e58ba80","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"idEmployees\": [\n    -47923926,\n    -17697010\n  ],\n  \"phaseRequest\": {\n    \"id\": 83406573,\n    \"active\": false,\n    \"holiday\": true,\n    \"salary\": false,\n    \"compensation\": true,\n    \"recognizedPhase\": false,\n    \"real\": false,\n    \"startDate\": \"1991-09-09T18:22:12.196Z\",\n    \"endDate\": \"2017-01-27T17:44:34.666Z\",\n    \"idCause\": -53825577,\n    \"idEmployee\": 39704710,\n    \"idSubCause\": -44734605,\n    \"govermentCodeStart\": \"ipsum aute incididunt\",\n    \"govermentCodeEnd\": \"reprehenderit veniam elit eiusmod mollit\",\n    \"preNotice\": {\n      \"notification\": true,\n      \"discount\": false,\n      \"date\": \"1997-05-28T18:43:52.686Z\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/employees-massive/reactivate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"idEmployee\": -46994915,\n    \"error\": \"ullamco anim in consequat incididunt\"\n  },\n  {\n    \"idEmployee\": -23834715,\n    \"error\": \"amet laborum deserunt anim veniam\"\n  }\n]"}],"_postman_id":"a7f7b2a1-e679-464d-8b3d-47dd3b023af9"},{"name":"Cambios masivos - Atributo de estructura","id":"e3904194-623f-45f6-9079-2ebbad7e1fda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n    \"idEmployees\":[\n        4903,\n        4905\n    ],\"employeeAttributes\":[\n        {\n            \"idStructureType\":10,\n            \"startDate\":\"2025-07-01T00:00:00.000Z\",\n            \"endDate\":null,\n            \"idStructure\":2788,\n            \"idReasonType\":2,\n            \"reason\":\"Detalle del motivo\",\n            \"id\":0,\n            \"idEmployee\":0\n        }\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/organization/api/employee-attributes/Massive","description":"<p>Permite la actualización masiva de los atributos de los empleados en el sistema. Está diseñado para gestionar varios registros de empleados en una sola solicitud, lo que facilita una gestión eficaz de los datos.</p>\n<h3 id=\"http-method\">HTTP Method</h3>\n<p><strong>POST</strong></p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<p><code>https://apim.vismalatam.com/organization/api/employee-attributes/Massive</code></p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>El cuerpo de la petición debe estar en formato JSON y debe incluir los siguientes parámetros:</p>\n<ul>\n<li><p><strong>idEmployees</strong>: Una lista de ID de empleados para los que se están actualizando los atributos.</p>\n</li>\n<li><p><strong>employeeAttributes</strong>: Una lista de objetos de atributos de empleado, donde cada objeto contiene:</p>\n<ul>\n<li><p><strong>idStructureType</strong>: El tipo de estructura asociada al empleado.</p>\n</li>\n<li><p><strong>startDate</strong>: La fecha de inicio del atributo.</p>\n</li>\n<li><p><strong>endDate</strong>: La fecha final para el atributo.</p>\n</li>\n<li><p><strong>idStructure</strong>: El ID de la estructura asociada al empleado.</p>\n</li>\n<li><p><strong>idReasonType</strong>: El tipo de motivo del cambio de atributo.</p>\n</li>\n<li><p><strong>reason</strong>: Descripción del motivo del cambio de atributo.</p>\n</li>\n<li><p><strong>id</strong>: Dejar en 0.</p>\n</li>\n<li><p><strong>idEmployee</strong>: Dejar en 0.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-request\">Example Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"idEmployees\": [4903],\n  \"employeeAttributes\": [\n    {\n      \"idStructureType\": 10,\n      \"startDate\": \"2025-07-01T00:00:00.000Z\",\n      \"endDate\": null,\n      \"idStructure\": 2788,\n      \"idReasonType\": 2,\n      \"reason\": \"Detalle del motivo\",\n      \"id\": 0,\n      \"idEmployee\": 0\n    }\n  ]\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employee-attributes","Massive"],"host":["https://apim.vismalatam.com/organization"],"query":[],"variable":[]}},"response":[{"id":"eaa28f54-ed01-4f92-88df-4d7b3cf6e01a","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-Tenant-Id","value":"0","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"idEmployees\": [\n    97639633,\n    -18371921\n  ],\n  \"employeeAttributes\": [\n    {\n      \"id\": 26160969,\n      \"idEmployee\": 57284522,\n      \"idReasonType\": -60042906,\n      \"idStructure\": 5925554,\n      \"startDate\": \"1989-09-22T07:08:52.874Z\",\n      \"endDate\": \"1974-09-17T07:21:54.145Z\",\n      \"reason\": \"enim magna\"\n    },\n    {\n      \"id\": -65015121,\n      \"idEmployee\": -55862151,\n      \"idReasonType\": -49120734,\n      \"idStructure\": 21178937,\n      \"startDate\": \"2017-11-29T08:17:07.823Z\",\n      \"endDate\": \"2022-02-17T08:41:35.628Z\",\n      \"reason\": \"al\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/organization/api/employee-attributes/Massive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ullamco_1e2\": [\n    {\n      \"idStructure\": -61991206,\n      \"errors\": [\n        \"pariatur qui Ut\",\n        \"ad irure\"\n      ]\n    },\n    {\n      \"idStructure\": 48850373,\n      \"errors\": [\n        \"enim commodo\",\n        \"elit aliqua\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"e3904194-623f-45f6-9079-2ebbad7e1fda"},{"name":"Cambios masivos - Reporta a","id":"5f2c8fd7-6984-4b2e-bd2d-2623d6d7e96f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"idEmployees\": [\n    34630,\n    29364\n  ],\n  \"idDirectReport\": 9730\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/employees-massive/directReport","description":"<p>Esta solicitud se utiliza para actualizar los <strong>Reporta A</strong> de una lista de empleados en el sistema. Permite al usuario asignar un Reporta A específico a varios empleados en función de sus identificadores únicos.</p>\n<ul>\n<li><p><strong>idEmployees</strong>: Lista de id de colaboradores.</p>\n</li>\n<li><p><strong>idDirectReport</strong>: El id del colaborador que se asignará a los empleados especificados.</p>\n</li>\n</ul>\n<h4 id=\"example-request-body\">Example Request Body</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"idEmployees\": [\n       34630,\n       34645\n  ],\n  \"idDirectReport\": 9730\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employees-massive","directReport"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[]}},"response":[{"id":"504e96d6-4496-475d-a6b0-ccf186974db2","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"idEmployees\": [\n    20534630,\n    81129364\n  ],\n  \"idDirectReport\": 69730102\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/employees-massive/directReport"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5f2c8fd7-6984-4b2e-bd2d-2623d6d7e96f"},{"name":"Cambios masivos - Fecha de ingreso","id":"fe0ddf96-56a5-4954-9084-0911cd29b6d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"idEmployees\":[\n        203222,\n        203137,\n        203139\n    ],\n    \"hireDate\":\"2025-07-01T00:00:00.000Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/employees-massive/hireDate","description":"<h4 id=\"actualizar-la-fecha-de-contratación-de-los-empleados\">Actualizar la fecha de contratación de los empleados</h4>\n<p>Permite actualizar la fecha de contratación de una lista de empleados en una operación masiva. Puede especificar los empleados cuyas fechas de contratación deben actualizarse.</p>\n<p>Parámetros de la solicitud</p>\n<ul>\n<li><p><strong>idEmployees</strong>: Una lista de ID de empleados para los que se está actualizando la fecha de contratación. Cada ID debe ser un número entero válido que represente a un empleado existente.</p>\n</li>\n<li><p><strong>hireDate</strong>: La fecha de contratación de los empleados especificados .</p>\n</li>\n</ul>\n<p><strong>Example Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"idEmployees\": [203222, 203223],\n  \"hireDate\": \"2025-07-01T00:00:00.000Z\"\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employees-massive","hireDate"],"host":["https://apim.vismalatam.com/person"],"query":[],"variable":[]}},"response":[{"id":"db9bc436-0fec-485d-acbc-3e8c57272966","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"idEmployees\": [\n    44483965,\n    -88463450\n  ],\n  \"hireDate\": \"1983-12-04T01:14:16.864Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/person/api/employees-massive/hireDate"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fe0ddf96-56a5-4954-9084-0911cd29b6d7"},{"name":"Cambios masivos - Modelo de organización","id":"fcd5b32a-5b6c-4387-ac19-913881edbbb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"<p>(Required) Tenant client</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"idEmployees\":[\n        203207,\n        203209,\n        203208\n    ],\n    \"idOrganizationModel\":1,\n    \"startDate\":\"2025-07-01T00:00:00.000Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/organization/api/employee-organization-models/Massive","description":"<h4 id=\"actualizar-modelos-de-organización-de-empleados\">Actualizar modelos de organización de empleados</h4>\n<p>Permite actualizar el modelo de organización de un conjunto específico de empleados en una operación masiva.  </p>\n<p>Método: PUT<br />URL: {{url_servicio_organizaciones}}/api/employee-organization-models/Masivo</p>\n<p>Cuerpo de la solicitud:</p>\n<ul>\n<li><p><strong>idEmployees</strong>: Una lista de los ID de los empleados que desea actualizar.</p>\n</li>\n<li><p><strong>idOrganizationModel</strong>: El ID del modelo de organización que se asignará a los empleados especificados.</p>\n</li>\n<li><p><strong>startDate</strong>: La fecha de inicio de la asignación del modelo de organización.</p>\n</li>\n</ul>\n<p>{  </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">  \"idEmployees\": [203207],\n  \"idOrganizationModel\": 1,\n  \"startDate\": \"2025-07-01T00:00:00.000Z\"\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}},"urlObject":{"path":["api","employee-organization-models","Massive"],"host":["https://apim.vismalatam.com/organization"],"query":[],"variable":[]}},"response":[{"id":"3d9181f0-63f2-4a2f-a3c8-8af2c4270b2c","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"X-Tenant-Id","value":"0","description":"(Required) Tenant client"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"idEmployees\": [\n    13294782,\n    61154793\n  ],\n  \"idOrganizationModel\": -76111221,\n  \"startDate\": \"1947-10-19T11:51:24.094Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://apim.vismalatam.com/organization/api/employee-organization-models/Massive"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fcd5b32a-5b6c-4387-ac19-913881edbbb3"}],"id":"73dac076-faec-4ff2-bf6e-f6b96c465546","description":"<ul>\n<li><p><strong>Baja de colaboradores:</strong> para asignar la fecha y motivo de baja de varios colaboradores.</p>\n</li>\n<li><p><strong>Reincorporación de colaboradores:</strong> para reincorporar a varios colaboradores.</p>\n</li>\n<li><p><strong>Atributo de estructura:</strong> para asignar o modificar un atributo de estructura de varios colaboradores.</p>\n</li>\n<li><p><strong>Reporta a:</strong> para la asignación de un supervisor a varios colaboradores.</p>\n</li>\n<li><p><strong>Fecha de ingreso:</strong> para asignar una fecha de ingreso a varios colaboradores.</p>\n</li>\n<li><p><strong>Modelo de organización:</strong> para asignar un modelo organizacional a varios colaboradores.</p>\n</li>\n</ul>\n","_postman_id":"73dac076-faec-4ff2-bf6e-f6b96c465546","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"id":"d2c5a136-b56c-4808-9bee-e1fe9e9ad9eb","description":"<h1 id=\"servicio-interfaces\"><strong>Servicio Interfaces</strong></h1>\n<p><strong>Aplicable para las siguientes novedades:</strong></p>\n<p><strong>Empleados Multi país (672)</strong></p>\n<p><strong>Estructuras (630)</strong></p>\n<p><strong>Domicilio (922)</strong></p>\n<p><strong>Cuentas Bancarias (671)</strong></p>\n","_postman_id":"d2c5a136-b56c-4808-9bee-e1fe9e9ad9eb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]},"isInherited":true,"source":{"_postman_id":"c49f0dd0-5034-486f-94ed-4015ba622009","id":"c49f0dd0-5034-486f-94ed-4015ba622009","name":"Api Catalog | Visma Latam","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"0"}]}},"event":[{"listen":"prerequest","script":{"id":"48cac679-91ff-4fe5-b45d-30507a9d9688","type":"text/javascript","packages":{},"requests":{},"exec":["pm.request.headers.add({\r","        key: 'Ocp-Apim-Subscription-Key',\r","        value: '9c1427b7ee214ab8b824ff7f6f5f6072'\r","    }\r",");"]}},{"listen":"test","script":{"id":"e60b8aea-af20-4992-8c75-7f2d80340c1f","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"url_servicio_admin","value":"https://apim.vismalatam.com/vlwebapiadmin"},{"key":"url_servicio_business","value":"https://apim.vismalatam.com/vlwebapi"},{"key":"url_servicio_mediator","value":"https://apim.vismalatam.com/mediator"},{"key":"url_servicio_person","value":"https://apim.vismalatam.com/person"},{"key":"url_servicio_contacts","value":"https://apim.vismalatam.com/contact"},{"key":"url_servicio_organizations","value":"https://apim.vismalatam.com/organization"},{"key":"url_servicio_GlobalConfiguration","value":"https://apim.vismalatam.com/globalconfiguration"},{"key":"url_servicio_geolocation","value":"https://apim.vismalatam.com/geolocation"},{"key":"url_servicio_document","value":"https://apim.vismalatam.com/document"},{"key":"url_servicio_interface","value":"https://apim.vismalatam.com/interface"},{"key":"url_servicio_MassiveImports","value":"https://apim.vismalatam.com/massiveImports"},{"key":"url_servicio_search","value":"https://apim.vismalatam.com/search"},{"key":"url_servicio_health","value":"https://apim.vismalatam.com/health"},{"key":"url_servicio_abscences","value":"https://apim.vismalatam.com/absence"},{"key":"url_servicio_PayrollBasicSettings","value":"https://apim.vismalatam.com/PayrollBasicSettings"},{"key":"url_servicio_PayrollOperationSettings","value":"https://apim.vismalatam.com/PayrollOperationSettings"},{"key":"url_servicio_Payroll","value":"https://apim.vismalatam.com/Payroll"},{"key":"Ocp-Apim-Subscription-Key","value":"9c1427b7ee214ab8b824ff7f6f5f6072"},{"key":"X-Tenant-Id","value":"0"},{"key":"username","value":""},{"key":"password","value":""},{"key":"id","value":"1"},{"key":"BearerToken","value":"0"}]}