API get top publisher

Base URL (develop enviroment) : https://pub-be-dev.mp.directsale.vn/api/v1

ENDPOINT: /report/publisher/rank

METHOD: POST

PARAMETERS: None

BODY:

{
    "field": "pub_commission",
    "order": "desc",
    "page": 1,
    "page_size": 20,
    "from_date": "2020-09-01",
    "to_date": "2020-10-05"
}

RESPONSE:

1.Status: Error

 {
     "status": "fail",
     "message": "Something went wrong!"
 }

1.Status: Success

Last updated

Was this helpful?