# Get Split Pricing Fetches split pricing information (cost, owner share, profitability) for a specific bookingId. Endpoint: GET /api/external/accounting/booking/{reference}/split Version: 1.5.0 Security: API_AUTHENTICATION ## Path parameters: - `reference` (string, required) bookingId, quoteId or externalReference ## Response 200 fields (application/json): - `bookingId` (integer) Booking ID Example: 107853 - `bookingIdentifier` (string) Custom booking Identifier Example: "PIOJG" - `split` (array) - `split.category` (string) Category of the split Enum: "DEMURRAGE_PENALTIES", "SPLIT", "BLOCK_TIME_DIFFERENCE", "FUEL_SURCHARGE", "BOOKING_FEE", "LEG_FEE", "DAILY_FEE", "FUEL_STOP_FEE", "FLIGHT_ATTENDANT_FEE", "INTERNATIONAL_FEE", "DEPARTURE_FEE", "LANDING_FEE", "HANDLING_FEE", "OVERNIGHT_FEE", "CREW_SWAP_FEE", "PARKING_FEE", "CATERING_FEE", "MAXIMUM_ALLOWED_DISCOUNT", "DISCOUNT", "SURCHARGE", "CUSTOM", "ACCOUNT_DISCOUNT", "REVENUE_FEE", "FERRY_FEE", "COMMISSION", "MECHANICAL_RECOVERY", "MINIMUM_USE", "TOTAL" - `split.description` (string) Notes about the split Example: "Commission for the booking" - `split.legId` (integer) Leg ID Example: 107853 - `split.cost` (object) - `split.cost.amount` (number) Amount Example: 100 - `split.cost.quantity` (number) Quantity Example: 1 - `split.cost.quantityUnit` (string) Quantity unit Enum: "ABSOLUTE", "TIME", "PERCENTAGE" - `split.cost.total` (number) Total Example: 100 - `split.owner` (object) - `split.price` (object) - `split.profitability` (object)