Versions Compared

Key

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

...

  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

...