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 4 Current »

Use this method to delete a prebook. 

Valid Tokens: Company.


Related Articles

Request


URL: 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.

You can get this value from the prebook.list API method.


{
	"authenticationToken": "88ets07ldt0o75pa775jieira8",
	"prebookId": 90356777
}

Response


message (String:500)

Transaction status description.


status (integer:1)

Transaction status.

Valid values: 1 = Success | 0 = Failure


{
   "message": "The prebook was successfully deleted ",
   "status": 1
}
We've encountered an issue exporting this macro. Please try exporting this page again later.
  • No labels