Lấy Danh Sách Đơn Hàng

API này cho phép lấy đơn hàng theo khoảng thời gian

GetDO_Infor_ByDate

POST https://track.newpost.vn/api/ Dgw/GetDO_Infor_ByDate

Request Body

NameTypeDescription

start_date*

string

Từ Ngày (yyyy-MM-dd)

end_date*

string

Đến Ngày (yyyy-MM-dd)

customer_id*

String

Mã Khách Hàng

{
    "status": "Success",
    "results": [
        {
            "customerId": "70015192",
            "maBillNp": "893070007285355",
            "deliveryType": "CPN",
            "timeCheckin": "2023-01-03T17:09:29",
            "doNumber": "70015192",
            "timeCreateOrder": "2023-01-03T14:31:58",
            "deliveryStatusId": "01",
            "deliveryStatusName": "Đã phát",
            "consigneeName": "THAO",
            "timeDelivery": "2023-01-05T13:08:05",
            "provinceCode": "10",
            "provinceName": "HA NOI",
            "distinctCode": "11",
            "distinctName": "Quận Hà Đông"
        },
        {
            "customerId": "70015192",
            "maBillNp": "893070007281762",
            "deliveryType": "CPN",
            "timeCheckin": "2023-01-03T17:09:42",
            "doNumber": "70015192",
            "timeCreateOrder": "2023-01-03T08:01:39",
            "deliveryStatusId": "01",
            "deliveryStatusName": "Đã phát",
            "consigneeName": "ĐẠO",
            "timeDelivery": "2023-01-05T12:20:28",
            "provinceCode": "30",
            "provinceName": "HA NAM",
            "distinctCode": "05",
            "distinctName": "Huyện Duy Tiên"
        },
        {
            "customerId": "70015192",
            "maBillNp": "893070007281756",
            "deliveryType": "CPN",
            "timeCheckin": "2023-01-03T17:09:56",
            "doNumber": "70015192",
            "timeCreateOrder": "2023-01-03T07:58:04",
            "deliveryStatusId": "01",
            "deliveryStatusName": "Đã phát",
            "consigneeName": "NỤ KHO",
            "timeDelivery": "2023-01-05T12:21:52",
            "provinceCode": "39",
            "provinceName": "HUNG YEN",
            "distinctCode": "04",
            "distinctName": "Huyện Văn Lâm"
        }
    ],
    "errorMessage": ""
}

Mẫu Input


{
   "start_date":"2023-04-01",
   "end_date" : "2023-04-20",
   "customer_id" : "70015192"
}

Last updated