Skip to content

Record delivered care for a reservation financial lifecycle

POST
/reservation-financial-lifecycles/{reservationBookingId}/service-deliveries
curl --request POST \
--url https://example.com/reservation-financial-lifecycles/example/service-deliveries \
--header 'Content-Type: application/json' \
--data '{ "careDeliverySessionCode": "example", "caregiverId": "example", "serviceStartedOn": "2026-04-15", "serviceEndedOn": "2026-04-15", "deliveredDayCount": 1 }'
reservationBookingId
required
string
>= 1 characters
Media typeapplication/json
RecordReservationServiceDelivery
object
careDeliverySessionCode
required
string
>= 1 characters
caregiverId
required
string
>= 1 characters
serviceStartedOn
required
string format: date
serviceEndedOn
required
string format: date
deliveredDayCount
required
integer
>= 1
key
additional properties

Reservation financial lifecycle after service delivery

Media typeapplication/json
ReservationFinancialLifecycle
object
reservationBookingId
required
string
>= 1 characters
financialStage
required
string
Allowed values: reservation_booked charge_finalized service_delivered caregiver_payout_ready branch_settlement_ready hq_settlement_ready settled
motherVisiblePayableKrw
required
integer
caregiverPayoutKrw
required
integer
branchSettlementKrw
required
integer
hqSettlementKrw
required
integer
careDeliverySessionCode
required
string | null
>= 1 characters
deliveredDayCount
required
integer | null
>= 1
ledgerLineCount
required
integer
key
additional properties

Reservation financial lifecycle not found

Reservation financial lifecycle is not in charge-finalized stage

Reservation financial lifecycle command handler is unavailable