Info
Welcome to the generated API reference. Get Postman Collection
general
api/login
Example request:
curl -X POST "api.dacalyasociados.com.ar/api/login" \
-H "Accept: application/json" \
-d "email"="uzieme@example.org" \
-d "password"="rerum"
var settings = {
"async": true,
"crossDomain": true,
"url": "api.dacalyasociados.com.ar/api/login",
"method": "POST",
"data": {
"email": "uzieme@example.org",
"password": "rerum"
},
"headers": {
"accept": "application/json"
}
}
$.ajax(settings).done(function (response) {
console.log(response);
});
HTTP Request
POST api/login
Parameters
| Parameter | Type | Status | Description |
|---|---|---|---|
| required | |||
| password | string | required |
api/v1/contratistas
Example request:
curl -X GET -G "api.dacalyasociados.com.ar/api/v1/contratistas" \
-H "Accept: application/json" \
-d "cuit"="2625813242"
var settings = {
"async": true,
"crossDomain": true,
"url": "api.dacalyasociados.com.ar/api/v1/contratistas",
"method": "GET",
"data": {
"cuit": 2625813242
},
"headers": {
"accept": "application/json"
}
}
$.ajax(settings).done(function (response) {
console.log(response);
});
Example response:
null
HTTP Request
GET api/v1/contratistas
Parameters
| Parameter | Type | Status | Description |
|---|---|---|---|
| cuit | integer | optional | Minimum: 11111111111 Maximum: 99999999999 |
api/v1/contratistas/{id_contratista}
Example request:
curl -X GET -G "api.dacalyasociados.com.ar/api/v1/contratistas/{id_contratista}" \
-H "Accept: application/json"
var settings = {
"async": true,
"crossDomain": true,
"url": "api.dacalyasociados.com.ar/api/v1/contratistas/{id_contratista}",
"method": "GET",
"headers": {
"accept": "application/json"
}
}
$.ajax(settings).done(function (response) {
console.log(response);
});
Example response:
null
HTTP Request
GET api/v1/contratistas/{id_contratista}
api/v1/carpetas
Example request:
curl -X GET -G "api.dacalyasociados.com.ar/api/v1/carpetas" \
-H "Accept: application/json" \
-d "carpeta_numero"="7" \
-d "contratista_cuit"="6648416165" \
-d "mes"="2023-05"
var settings = {
"async": true,
"crossDomain": true,
"url": "api.dacalyasociados.com.ar/api/v1/carpetas",
"method": "GET",
"data": {
"carpeta_numero": 7,
"contratista_cuit": 6648416165,
"mes": "2023-05"
},
"headers": {
"accept": "application/json"
}
}
$.ajax(settings).done(function (response) {
console.log(response);
});
Example response:
null
HTTP Request
GET api/v1/carpetas
Parameters
| Parameter | Type | Status | Description |
|---|---|---|---|
| carpeta_numero | integer | optional | |
| contratista_cuit | integer | optional | Minimum: 11111111111 Maximum: 99999999999 |
| mes | date | optional | Date format: Y-m |
api/v1/carpetas/{id_carpeta}
Example request:
curl -X GET -G "api.dacalyasociados.com.ar/api/v1/carpetas/{id_carpeta}" \
-H "Accept: application/json"
var settings = {
"async": true,
"crossDomain": true,
"url": "api.dacalyasociados.com.ar/api/v1/carpetas/{id_carpeta}",
"method": "GET",
"headers": {
"accept": "application/json"
}
}
$.ajax(settings).done(function (response) {
console.log(response);
});
Example response:
null
HTTP Request
GET api/v1/carpetas/{id_carpeta}
api/v1/carpetas/{id_carpeta}/incumplidos
Example request:
curl -X GET -G "api.dacalyasociados.com.ar/api/v1/carpetas/{id_carpeta}/incumplidos" \
-H "Accept: application/json"
var settings = {
"async": true,
"crossDomain": true,
"url": "api.dacalyasociados.com.ar/api/v1/carpetas/{id_carpeta}/incumplidos",
"method": "GET",
"headers": {
"accept": "application/json"
}
}
$.ajax(settings).done(function (response) {
console.log(response);
});
Example response:
null
HTTP Request
GET api/v1/carpetas/{id_carpeta}/incumplidos