Category

The Category Object enables the operator to add, view delete category object.

Field Name
Data Type
Description

id

string

The ID of the category object.

Example: EXC-0001

name

string

The name of the category object.

Example: Automotive

description

string

The description of the category object.

Example: Build a solid foundation with the support of workplace specialists who take the time to understand your unique business needs.

status

enum

Indicates the status of the category. Allowed values: active or disabled.

revision

integer

The revision number of the category.

Example: 1

audit

object

A reference to the audit object.

Example response

 {
    "id": "EXC-0001",
    "name": "Automotive",
    "revision": 1,
    "description": "Build a solid foundation with the support of workplace specialists who take the time to understand your unique business needs.",
    "status": "Active",
    "audit": {
     "created": { "at": "...", "by": { } },
     "updated": { "at": "...", "by": { } }
   }
 }

Last updated

Was this helpful?