Skip to main content

Retrieves the details of a single department code.

Retrieve the details of a single department code (required scope stock:read)

Path Parameters
    departmentCodeId int64 required

    Possible values: >= 1

    The unique identifier of the department code

Header Parameters
    Customer-Id int64 required

    The customer identifier

Responses

Success


Schema
    id int64
    code string

    The department code the identifies departments within the organisation

    description string

    Description of the department code

    createdAt date-time

    The date and time when the record was created

Loading...