EvilFreelancer/bookeo-api-php

View on GitHub
examples/bookings.create.json

Summary

Maintainability
Test Coverage
{
  "productId": "285RNJ9RT141BEAC4082",
  "eventId": "285KX7H3M146B326D284_2015-03-31",
  "customer": {
    "firstName": "Joe",
    "lastName": "Smith",
    "emailAddress": "eng@bookeo.com",
    "phoneNumbers": [
      {
        "number": "123456",
        "type": "mobile"
      }
    ]
  },
  "participants": {
    "numbers": [
      {
        "peopleCategoryId": "Cadults",
        "number": 1
      },
      {
        "peopleCategoryId": "Cchildren",
        "number": 1
      }
    ]
  },
  "initialPayments": [
    {
      "reason": "Initial deposit",
      "comment": "This is a custom comment",
      "amount": {
        "amount": "5",
        "currency": "AUD"
      },
      "paymentMethod": "creditCard"
    }
  ]
}