Additional services

/services/addition

GET

Query Parameters

NameTypeDescription

merchant_token

string

Token is created by the user in the management system

Headers

NameTypeDescription

Accept

string

application/json

{
    "code": "success",
    "message": "Thành công",
    "data": [
        {
            "code": "ECDS",
            "name": "EMS Phát hàng thu tiền (COD)"
        },
        {
            "code": "EPTT",
            "name": "EMS Phát tận tay"
        }
    ]
}

Last updated