Do it yourself
\nAt Fracttal, we provide you with all the tools that together with your technology team or allied companies, you can develop the communications and integrations you need.
\nMediante esta API se puede consultar los servicios de todos los terceros o de alguno en especifico.
El parámetro en la url "code" es el código del Se puede obtener aquí. (Campo code)
Se puede filtrar la información mediante los siguientes query_params:
Parámetro | Tipo | Requerido | Descripción |
---|---|---|---|
code | Texto | Opcional | Código del tercero. Se puede obtener aquí. (Campo code) |
start | Entero | Opcional | Número de registro donde iniciará la consulta. Por defecto 0. Todas las consultas están limitadas a 100 registros, cuando hay más de esa cantidad se debe utilizar este parámetro para la paginación. |
limit | Entero | Opcional | Cantidad de registros que mostrará la petición. El valor por defecto es 100. |
Parámetro | Tipo | Descripción |
---|---|---|
id | Entero | Id del servicio del tercero |
id_third_party | Entero | Id del tercero |
third_parties_code | Texto | Código del tercero |
third_parties_name | Texto | Nombre del tercero |
service_types_description | Texto | Descripción del servicio |
details | Texto | Detalles del servicio |
cost | Entero | Costo del servicio |
units_description | Texto | Unidad del servicio |
service_units_description | Texto | Unidad del servicio asociado al tercero |
description | Texto | Descripción del servicio |
third_parties_code | Texto | Código del tercero asociado al servicio |
visible_to_all | Booleano | indica si el servicio está activo o no |
parent_description | Texto | Ubicado en o hace parte de |
Petición: (GET) https://app.fracttal.com/api/third_parties_services/
{
"success": true,
"message": "200",
"data": [
{
"id": 13801,
"id_company": 1190,
"id_third_party": 21,
"third_parties_name": "COMERCIAL AGROTERRA",
"id_service_type": 4653,
"service_types_description": "RECOLECCIÓN DE RESIDUOS",
"cost": 80000,
"id_unity": 63,
"details": "",
"date_frequency": null,
"id_period_date": null,
"period_dates_description": null,
"unit_frequency": null,
"id_unit_service": 63,
"units_description": "TON",
"service_units_description": "TON",
"description": "COMERCIAL AGROTERRA",
"third_parties_code": "76029279",
"visible_to_all": false,
"parent_description": "// "
},
{
"id": 2,
"id_company": 1190,
"id_third_party": 21,
"third_parties_name": "COMERCIAL AGROTERRA",
"id_service_type": 12044,
"service_types_description": "MANTENIMIENTO DE ELEVADORES",
"cost": 23000,
"id_unity": 36,
"details": "SERVICIO INSERTADO POR API",
"date_frequency": 1,
"id_period_date": 4,
"period_dates_description": "YEARS",
"unit_frequency": 30,
"id_unit_service": 36,
"units_description": "Hora",
"service_units_description": "Hora",
"description": "COMERCIAL AGROTERRA",
"third_parties_code": "76029279",
"visible_to_all": false,
"parent_description": "// "
}
],
"total": 2
}
Try It!
to start a request and see the response here!\n Get all the information stored within Fracttal, such as your maintenance history and share it with your ERP
\nInsert new records every time new data is created in your ERP with Fracttal
\n\n Automatically synchronize the updates made in your ERP with Fracttal
\nAt Fracttal, we provide you with all the tools that together with your technology team or allied companies, you can develop the communications and integrations you need.
\n\n © 2024, Fracttal Tech S.L - All rights reserved\n
\n