Crear Entrega en Cliente
Ejemplo de request
body
{
"_id": "ASDKSAL23",
"labels_ids": [133],
"client":{
"uid_client": "CL565LK"
},
"delivery_data": {
"schema_id": 5,
"service_time": 150,
"capacity": 278,
"wt": [480, 1080],
"contact": {
"name": "Jose Perez",
"phone": "5555-5555",
"email": "[email protected]"
},
"instructions": {
"FWtQn2m9v": "Entregar zapatos color Rojo",
"FWJt5MLSn": 5687.00,
"FWBsxBUIQ": "Cobrar"
},
"position": {
"address": {
"clean": "Av. Independencia 1987",
"extra_info": "Piso 1A"
},
"location": [
-58.49390429,
-34.677806633
]
}
}
}Last updated