Copiar POST /api/v1/workflows HTTP/1.1
Host: demo.zippinmove.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 1521
{
"blueprint_code": "pickup-to-crossdock",
"shipment_id": 100012323,
"origin": {
"place_id": "ChIJ7cv00DwsDogRAMDACa2m4K8",
"name": "Juan Perez",
"phone": 5492944412345,
"email": "[email protected] ",
"document_number": 12345678,
"document_type": "AR-DNI",
"street": "Calle del Bajo",
"street_number": 123,
"floor": 2,
"apartment": "B",
"reference": "2do piso",
"city": "Bariloche",
"state": "Rio Negro",
"zipcode": 8400,
"country": "AR",
"geo_latitude": -34.444323,
"geo_longitude": -58.234562
},
"crossdock": {
"place_id": "ChIJ7cv00DwsDogRAMDACa2m4K8",
"name": "Juan Perez",
"phone": 5492944412345,
"email": "[email protected] ",
"document_number": 12345678,
"document_type": "AR-DNI",
"street": "Calle del Bajo",
"street_number": 123,
"floor": 2,
"apartment": "B",
"reference": "2do piso",
"city": "Bariloche",
"state": "Rio Negro",
"zipcode": 8400,
"country": "AR",
"geo_latitude": -34.444323,
"geo_longitude": -58.234562
},
"destination": {
"place_id": "ChIJ7cv00DwsDogRAMDACa2m4K8",
"name": "Juan Perez",
"phone": 5492944412345,
"email": "[email protected] ",
"document_number": 12345678,
"document_type": "AR-DNI",
"street": "Calle del Bajo",
"street_number": 123,
"floor": 2,
"apartment": "B",
"reference": "2do piso",
"city": "Bariloche",
"state": "Rio Negro",
"zipcode": 8400,
"country": "AR",
"geo_latitude": -34.444323,
"geo_longitude": -58.234562
},
"packages": [
{
"external_reference": "text",
"description": "text",
"label_code": "text",
"length": 12,
"width": 12,
"height": 12,
"grams": 1200,
"un_code": 1234,
"classification": "text",
"is_flammable": false,
"is_corrosive": false,
"is_fragile": false,
"temperature_min": 0,
"temperature_max": 25
}
]
}