Salary Information

Tài liệu này mô tả cách xem thông tin lương từ WebService. Bao gồm các phần sau:

Get salary

POST /api/v1/salary/get
Parameters:
{
    "access_token": "_HASH_",
    "checksum": "_HASH_",
    "month": "1"
}
Response JSON Object:
 
{
    "error_code": 0,
    "error_message": "",
    "data":
    {
       "access_code": "_HASH_",
       "user_id": "18963",
       "fullname": "Leon Tran",
       "position": "DEV",
       "deparment": "VAS",
       "branch": "HCM",
       "salary": 1234.0
    }
}