Value-added services

API get list of Value-added services is provided by 247Express

Services

POST /api/Customer/Services

{
    "Services": [
        {
            "ServiceID": "HDL",
            "ServiceName": "Hàng đông lạnh"
        },
        {
            "ServiceID": "BP",
            "ServiceName": "Báo phát"
        },
        {
            "ServiceID": "HQK",
            "ServiceName": "DV hàng quá khổ"
        }
    ],
    "Errors": [],
    "ErrorMessage": ""
}

Example

{}

Last updated