supplier.rst 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. _supplier:
  2. Supplier
  3. ========
  4. For FlexMeasures, the Supplier represents the balance responsible party that request flexibility from asset owners.
  5. A Supplier can access the following services:
  6. - *getPrognosis* :ref:`(example) <get_prognosis_supplier>`
  7. - *postPriceData* :ref:`(example) <post_price_data_supplier>`
  8. - *postFlexRequest*
  9. - *getFlexOffer*
  10. - *postFlexOrder*
  11. .. _get_prognosis_supplier:
  12. Get prognosis
  13. -------------
  14. .. autoflask:: flexmeasures.app:create(env="documentation")
  15. :endpoints: flexmeasures.api_v1_1.get_prognosis
  16. .. _post_price_data_supplier:
  17. Post price data
  18. ---------------
  19. .. autoflask:: flexmeasures.app:create(env="documentation")
  20. :endpoints: flexmeasures.api_v1_1.post_price_data
  21. .. .. autoflask:: flexmeasures.app:create(env="documentation")
  22. :endpoints: flexmeasures.api_v1_1.post_flex_request
  23. .. .. autoflask:: flexmeasures.app:create(env="documentation")
  24. :endpoints: flexmeasures.api_v1_1.get_flex_offer
  25. .. .. autoflask:: flexmeasures.app:create(env="documentation")
  26. :endpoints: flexmeasures.api_v1_1.post_flex_order