curl --location --request GET 'https://fmsapi.deltax.la/clients/warehouse/2070603000' \
--header 'Authorization: Bearer <token>'{
"message": "Warehouse retrieved successfully",
"data": {
"_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
},
{
"lng": -99.0605,
"lat": 19.607
}
]
},
{
"_id": "507f1f77bcf86cd799439021",
"name": "Loading Dock",
"type": "dock",
"points": [
{
"lng": -99.0612,
"lat": 19.6078
},
{
"lng": -99.0615,
"lat": 19.608
},
{
"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": "507f1f77bcf86cd799439023",
"order": 2,
"weekDay": [
"Saturday"
],
"startTimeWindowOne": "08:00",
"endTimeWindowOne": "12:00",
"repetition": "weekly",
"typeFleet": [
"Full"
],
"typeOfTrucks": [
"Caja seca"
],
"totalCapacity": 10,
"dryBoxCapacity": 15,
"isAvailable": false
}
]
}
}