Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Overview

This method allows to delete completely a prebook. Keep in mind that this method only works with company's tokens.

Request

https://api.kometsales.com/api/prebook.delete

  • Method: POST
  • Content-Type: application/json


Input parameters:

  • authenticationToken (required)(string:50): Komet Sales security token.
  • prebookId(required) (integer:20):  Komet Sales internal Prebook ID that you want to delete. You can obtain this value from the prebook.list API method.


Response

Output:

    • message (String:500): description of the transaction status.
    • status (integer:1): transaction status. 1 for success or 0 for failure.

  • No labels