taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

post-management-global-fees.rst (471B)


      1 .. http:post:: /management/global-fees
      2 
      3   Provides global fee configuration for a timeframe.
      4 
      5   **Request:**
      6 
      7   The request must be a `GlobalFees` message.
      8 
      9   **Response:**
     10 
     11   :http:statuscode:`204 No content`:
     12     The configuration update has been processed successfully. The body is empty.
     13   :http:statuscode:`403 Forbidden`:
     14     The signature is invalid.
     15   :http:statuscode:`409 Conflict`:
     16     The exchange has previously received a conflicting configuration message.