We announce the release of a new API version aimed at providing convenience for our partners using the service.
{
    "customer_code": "C02332",
    "type": "distributor",
    "name": "Vinh Vux2 ",
    "phone": "02321312321323",
    "email": "vinh@test.com",
    "config": {
        "packing_note": "Please pack with bubbles",
        "shipping_note": "Call to phone before delivery",
        "is_co_inspection": true,
        "is_invoice_waiting": true,
        "door_to_door": true,
        "queue_service": false,
        "expected_on_day": 2,
        "expected_on_time": "10-12"
    },
    "delivery_address": {
        "contact_name": "Store 1",
        "contact_phone": "09084373743",
        "country": "VN",
        "province_id": 2,
        "district_id": 33,
        "sub_district_id": 112,
        "zipcode": "00000",
        "address": "18 Tam Trinh"
    }
}curl --location --request PUT 'https://s.boxme.asia/api/v2/orders/customers/update/92317/' \
--header 'Authorization: Token {{API_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "customer_code": "C02332",
    "type": "distributor",
    "name": "Vinh Vux2 ",
    "phone": "02321312321323",
    "email": "vinh@test.com",
    "config": {
        "packing_note": "Please pack with bubbles",
        "shipping_note": "Call to phone before delivery",
        "is_co_inspection": true,
        "is_invoice_waiting": true,
        "door_to_door": true,
        "queue_service": false,
        "expected_on_day": 2,
        "expected_on_time": "10-12"
    },
    "delivery_address": {
        "contact_name": "Store 1",
        "contact_phone": "09084373743",
        "country": "VN",
        "province_id": 2,
        "district_id": 33,
        "sub_district_id": 112,
        "zipcode": "00000",
        "address": "18 Tam Trinh"
    }
}'{
    "data": {
        "id": 92239,
        "config": {
            "is_co_inspection": true,
            "is_invoice_waiting": true,
            "door_to_door": true,
            "queue_service": false,
            "expected_on_day": 2,
            "expected_on_time": "10-12",
            "packing_note": "Please pack with bubbles",
            "shipping_note": "Call to phone before delivery"
        },
        "name": "Vinh Vux2",
        "type": "online",
        "phone": "02321312321323",
        "email": "vinh@test.com",
        "customer_code": "C02332",
        "delivery_address": {
            "name": "Vinh Vux2",
            "phone": "02321312321323",
            "address": "18 Tam Trinh",
            "province_id": 2,
            "district_id": 33,
            "sub_district_id": 112,
            "zipcode": "",
            "country": "VN",
            "is_active": true
        },
        "is_active": true,
        "created_time": 1705634416.0,
        "updated_time": 1707188944.0
    },
    "error": false,
    "error_code": "",
    "messages": "",
    "request_id": "65c1a2cf86cfbced073de39f"
}