ImportBillableServicesFromLibraryRequest
Request DTO for importing one or more billable services from the library
Properties
| Name | Type | Description |
|---|---|---|
| libraryCodes* | array of LibraryServiceImportItem | The library services to import, each with a library code and optional overrides |
The library services to import, each with a library code and optional overrides | ||
JSON Example
{
"libraryCodes": [
{
"libraryCode": "...",
"name": "...",
"description": "...",
"isArchived": "...",
"accountingCode": "..."
}
]
}