Import Services from Library
Creates one or more BillableServices for the tenant based on library templates.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
Request Body*
{
"libraryCodes": [
{
"libraryCode": "...",
"name": "...",
"description": "...",
"isArchived": "...",
"accountingCode": "..."
}
]
}
Responses
201 Created
401 Unauthorized – Invalid or missing API key
404 Not Found