Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The adjusted price for the first debit period of a subscription using setting "Extra month after the 15th". This is the most common price calculation method but please note that there are other methods not documented here. Other type of price calculations can be found here Objektet abonnemang (produkt) (only available in Swedish)

...

  1. GET a customers NoShows
  2. GET maxnrofnoshows and releasesuspensionproduct for the businessunits
  3. If the customers nr of noshows more or equal to maxnrofnoshows the releasesuspensionproduct can be used. If not, BRP will respond with BAD_REQUEST when a releasesuspensionproduct is added. 

    Example:

    Code Block
    POST:APIURL/orders/{orderid}/items.xml
    apikey=338934897438
    productid=12
    quantity=1
  4. Pay for the order via receipts and the noshows are removed. 

   

Example:

Code Block
POST:APIURL/orders/{orderid}/items.xml
apikey=338934897438
productid=12
quantity=1

Response

For orders se orders

...