Available properties among others: status_label, phone, email, name, vehicle_capacity

See also Member-API-Object to see properties of a member.

REQUEST

POST https://api.hellotracks.com/api/editaccount

{
   "data": {
      "status_label": "Open, 4 items available",
      "account": "topservicesltd@gmail.com" // the account username to edit
   }
}

RESPONSE

{"status":0, "account" : <member-object>}