Upload Booking Document
Upload Booking Document
POST
[PlatformAddress]/api/1.0/venue?action=uploadBookingDocument
Uploads a venue booking document.
Booking Document
venueId
integer
required
The id of the venue to which the booking note belongs
bookingId
integer
required
The id of the booking to which the booking note will be assigned.
fileId
string
required
The path of the file to be uploaded
type
integer
required
status
integer
required
canBeDeleted
integer
optional
Indicates whether the document can be deleted. Use 1 for deletable and 0 for non-deletable. By default, the document is not deletable (0) means not
Example Request
Returns
success
Whether or not the booking document was uploaded
id
The unique id of the booking document that was uploaded
Throws
Specific Code: 24464
The request contains bad data
Specific Code: 24465
The request contains invalid data
Booking Document Type
3
Quote
4
Contract
5
Other
Booking Document Status
3
Draft
4
Created
5
Sent
8
Completed
Last updated