Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

bookingId
string
required
scheduleId
string
required

Body

application/json
id
string
required
Example:

"psch_01HZX..."

bookingId
string
required
dueDate
string<date>
required
amountCents
integer
required
Example:

30000

currency
string
required
Required string length: 3
Example:

"EUR"

label
string
Example:

"Deposit"

status
enum<string>
Available options:
pending,
paid,
overdue,
cancelled
Example:

"pending"

Response

Updated schedule entry

data
object