Record branch caregiver payout deposit acknowledgement
POST
/caregiver-payout-acknowledgements/branch-deposits
const url = 'https://example.com/caregiver-payout-acknowledgements/branch-deposits';const options = { method: 'POST', headers: {Authorization: 'Bearer <token>', 'Content-Type': 'application/json'}, body: '{"reservationBookingId":"example","contractAssignmentKey":"example","caregiverPayoutInstructionId":"example","caregiverRole":"primary","handoffOrder":1,"caregiverId":"example","occurredAt":"2026-04-15T12:00:00Z","idempotencyKey":"example","memo":"example","reason":"example"}'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://example.com/caregiver-payout-acknowledgements/branch-deposits \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "reservationBookingId": "example", "contractAssignmentKey": "example", "caregiverPayoutInstructionId": "example", "caregiverRole": "primary", "handoffOrder": 1, "caregiverId": "example", "occurredAt": "2026-04-15T12:00:00Z", "idempotencyKey": "example", "memo": "example", "reason": "example" }'Authorizations
Section titled “Authorizations”Request Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/json
CaregiverPayoutBranchDepositRequest
object
reservationBookingId
required
string
contractAssignmentKey
required
string
caregiverPayoutInstructionId
required
string
caregiverRole
required
string
handoffOrder
required
integer
caregiverId
string | null
occurredAt
required
string format: date-time
idempotencyKey
required
string
memo
string | null
reason
string | null
key
additional properties
Responses
Section titled “Responses”Caregiver payout branch deposit acknowledgement recorded
Media typeapplication/json
CaregiverPayoutAcknowledgementResponse
object
reservationBookingId
required
string
contractAssignmentKey
required
string
caregiverPayoutInstructionId
required
string
acknowledgementKind
required
string
status
required
string
key
additional properties
Supabase bearer token is required
Actor cannot record caregiver payout deposit
Caregiver payout acknowledgement idempotency or revision conflict
Caregiver payout acknowledgement runtime is unavailable