API Docs / Operations / Services / Import Services from Library

Import Services from Library

POST /tenants/{tenant}/services/library/import

Creates one or more BillableServices for the tenant based on library templates.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

{
  "libraryCodes": [
    {
      "libraryCode": "...",
      "name": "...",
      "description": "...",
      "isArchived": "...",
      "accountingCode": "..."
    }
  ]
}

Responses

201 Created
401 Unauthorized – Invalid or missing API key
404 Not Found