Interface MixReportApi


public interface MixReportApi
  • Method Details

    • retrieveXBRLReport

      @GET("v1/mixreport") retrofit2.Call<String> retrieveXBRLReport(@Query("startDate") OffsetDateTime startDate, @Query("endDate") OffsetDateTime endDate, @Query("currency") String currency)
      Parameters:
      startDate - (optional)
      endDate - (optional)
      currency - (optional)
      Returns:
      Call<String>
    • retrieveXBRLReport

      @GET("v1/mixreport") retrofit2.Call<String> retrieveXBRLReport(@Query("startDate") OffsetDateTime startDate, @Query("endDate") OffsetDateTime endDate, @Query("currency") String currency, @HeaderMap Map<String,String> headers)
      Parameters:
      startDate - (optional)
      endDate - (optional)
      currency - (optional)
      Returns:
      Call<String>