available and can later be assigned to a trip through normal scheduling flows.createAbServiceSlot functionality and supports both singular and multi-value inputs for operationType, fleetType, vehicleTypes and dedicated. Supplying transportCompanyIds (or its alias transportCompanies) explicitly restricts the slot to those carriers; otherwise the dedicated flag drives the default Dedicado / No dedicado carrier list.storehouseId (Mongo ObjectId) or storehouseCodeI2 (TMS I2 code).startDay/endDay are YYYY-MM-DD and startTime/endTime are 24h HH:MM. They are interpreted in the warehouse's local timezone (read from the storehouse document) and stored as UTC Dates.supportedChannelTypes is derived from the supplied operation types.supportedExpeditionTypes is derived from the supplied vehicle types.operationTypeColor is derived from the company's operationType group tags.operationType and vehicleType values depend on the country.operationType):vehicleType):curl --location 'https://fmsapi.deltax.la/clients/serviceSlot?country=MX' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"storehouseCodeI2": "2070603000",
"startDay": "2024-01-15",
"startTime": "08:00",
"endDay": "2024-01-15",
"endTime": "08:30"
}'{"message":"Slot de servicio creado exitosamente","data":{"_id":"507f1f77bcf86cd799439500","storehouseId":"507f1f77bcf86cd799439018","storehouseCode":"WH001","storehouseName":"MAIN DISTRIBUTION CENTER","storehouseI2Code":"2070603000","storehouseSapCode":"WH001","timeZone":"-06:00","startDate":"2024-01-15T14:00:00.000Z","startDay":"2024-01-15","startTime":"08:00","endDate":"2024-01-15T14:30:00.000Z","endDay":"2024-01-15","endTime":"08:30","timeRange":"08:00-08:30","statusCode":"available","statusName":"Disponible","operationType":"Tradicional","fleetType":"Full","vehicleType":"CAJA SECA","dedicated":"No dedicado","supportedChannelTypes":["traditional"],"supportedExpeditionTypes":["O3","X6","Z3","O4","Z0","Z4","ZH","ZZ"]}}