Create a class
Creates a new class.
post/quickbooks-desktop/classes
Headers
Conductor-End-User-Idstring required
The ID of the End-User to receive this request.
Example:end_usr_1234567abcdefg
The ID of the End-User to receive this request.
Request body
Example request
{
"name": "Marketing",
"isActive": true,
"parentId": "80000001-1234567890"
}Response
Returns the newly created class.
Example response
{
"id": "80000001-1234567890",
"objectType": "qbd_class",
"createdAt": "2025-01-01T12:34:56+00:00",
"updatedAt": "2025-02-01T12:34:56+00:00",
"revisionNumber": "1721172183",
"name": "Marketing",
"fullName": "Department:Marketing",
"isActive": true,
"parent": {
"id": "80000001-1234567890",
"fullName": "Department"
},
"sublevel": 1
}