Planado API

Version 2

    • Overview
    • Data types
    • Referencing entities
    • Listing resources
    • Webhooks
    • External identifiers
    • Resources
      • Jobs
        • List jobs
        • Create job
        • Get job
        • Update job
        • Remove job
        • Status webhooks
        • CRUD webhooks
        • Buttons
        • Modifying fields
        • History
        • Locations
      • Clients
        • List clients
        • Create client
        • Get client
        • Update client
        • Remove client
        • Webhooks
      • Sites
        • List sites
        • Create site
        • Get site
        • Update site
        • Remove site
        • Webhooks
      • Job templates
      • Job types
      • Users
        • List users
        • Get user
        • Shifts
      • Teams
      • Territories
      • Dictionaries (pick lists)
      • Resolutions
      • Skills
      • Webhooks
      • Tracking
        • List tracking templates
        • Create tracking page
      • Printing
        • List print templates
        • Print job
        • Results of printing
      • Request records
      • Response records
  • Version 2
  • Resources
  • Clients

Clients

Client represents your customer in Planado. Client is either an individual person or an organization. Each client has an address.

Organizations can have sites. Via sites a single organization can have many addresses.

Resource URL: https://api.planadoapp.com/v2/clients

Actions

  • List clients

  • Get client

  • Create client

  • Update client

  • Remove client

Webhooks

Clients support CRUD webhooks.

See also

  • Webhooks