/** - @swagger - path: /get_city_list - operations: - - httpMethod: POST - summary: provide supplierId and accessToken - notes: Returns a list of city corresponding to its supplierId - responseClass: Supplier - nickname: getCityList - consumes: - - text/html - parameters: - - name: accessToken - description: Your AccessToken - paramType : body - required: true - dataType: string - - name: supplierId - description: Your SupplierID - paramType : body - required: true - dataType: string */