curl --location --request GET 'https://fmsapi.deltax.la/clients/warehouse?page=1&size=20' \
--header 'Authorization: Bearer <token>'{
"message": "Warehouses retrieved successfully",
"data": {
"warehouses": [
{
"_id": "507f1f77bcf86cd799439018",
"I2Code": "2070603000",
"sapCode": "WH001",
"name": "MAIN DISTRIBUTION CENTER",
"countryName": "Mexico",
"stateCode": "MX",
"stateName": "Mexico",
"municipalityCode": "015",
"municipalityName": "Ecatepec de Morelos",
"localityCode": "0001",
"localityName": "Ecatepec de Morelos",
"colonyCode": "0001",
"colonyName": "Centro",
"postalCode": "55000",
"address": "Av. Central 123",
"street": "Av. Central",
"externalNumber": "123",
"internalNumber": "A",
"lng": -99.0608,
"lat": 19.6073,
"geofences": [
{
"_id": "507f1f77bcf86cd799439020",
"name": "Main Entrance",
"type": "entry",
"points": [
{
"lng": -99.0608,
"lat": 19.6073
},
{
"lng": -99.061,
"lat": 19.6075
}
]
}
],
"spaces": [
{
"_id": "507f1f77bcf86cd799439017",
"order": 1,
"operationType": [
"TRADICIONAL",
"MODERNO",
"EXPORTACIÓN",
"CONCESIONARIOS",
"BOTE"
]
}
],
"windows": [
{
"_id": "507f1f77bcf86cd799439022",
"order": 1,
"weekDay": [
"monday",
"tuesday",
"wednesday",
"thursday",
"friday"
],
"startTimeWindowOne": "08:00",
"endTimeWindowOne": "12:00",
"startTimeWindowTwo": "14:00",
"endTimeWindowTwo": "18:00",
"repetition": "weekly",
"typeFleet": ["Full", "Sencillo"],
"typeOfTrucks": ["Caja seca", "Encortinado"],
"totalCapacity": 10,
"dryBoxCapacity": 12,
"isAvailable": true
}
]
},
{
"_id": "507f1f77bcf86cd799439019",
"I2Code": "2070603001",
"sapCode": "WH002",
"name": "REGIONAL WAREHOUSE NORTH",
"countryName": "Mexico",
"stateCode": "MX",
"stateName": "Mexico",
"municipalityCode": "020",
"municipalityName": "Tlalnepantla de Baz",
"localityCode": "0001",
"localityName": "Tlalnepantla de Baz",
"colonyCode": "0010",
"colonyName": "Industrial",
"postalCode": "54030",
"address": "Blvd. Industrial 456",
"street": "Blvd. Industrial",
"externalNumber": "456",
"internalNumber": "B",
"lng": -99.195,
"lat": 19.5389,
"geofences": [
{
"_id": "507f1f77bcf86cd799439024",
"name": "Service Gate",
"type": "service",
"points": [
{
"lng": -99.195,
"lat": 19.5389
},
{
"lng": -99.1955,
"lat": 19.5392
}
]
}
],
"spaces": [
{
"_id": "507f1f77bcf86cd799439015",
"order": 1,
"operationType": [
"TRADICIONAL",
"MODERNO",
"EXPORTACIÓN",
"CONCESIONARIOS",
"BOTE"
]
}
],
"windows": [
{
"_id": "507f1f77bcf86cd799439025",
"order": 1,
"weekDay": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"startTimeWindowOne": "08:00",
"endTimeWindowOne": "12:00",
"repetition": "weekly",
"typeFleet": ["Full"],
"typeOfTrucks": ["Caja seca"],
"totalCapacity": 10,
"dryBoxCapacity": 15,
"isAvailable": false
}
]
}
],
"pagination": {
"page": 1,
"size": 20,
"totalWarehouses": 45,
"totalPages": 3,
"hasNextPage": true,
"hasPreviousPage": false
}
}
}