Methods

  • post - Add a crew member to a rental
  • get - Get crew member details
  • get - List rental crew members
  • put - Update rental crew member

Resource

{
    "email": "email",
    "firstName": "string",
    "id": "integer",
    "lastName": "string",
    "type": "string"
}

Properties

Name Type Description Additional
email email

Email

firstName string

Fist-name

id integer

Element ID

Optional, read only.
lastName string

Last-name

type string

Whether the crew menber is an adult or children (accepted values as ADULT, CHILD)