ScriptDepartmentModel: {
    Addresses: ScriptAddressModel[];
    CostCode: string;
    CreatedOnUtc: string;
    CustomerIds: number[];
    Description: string;
    Id: number;
    Name: string;
    PLCode: string;
    UpdatedOnUtc: string;
}

Department information model.

Type declaration

  • Addresses: ScriptAddressModel[]

    All linked addresses for that department.

  • CostCode: string

    The costcode as configured for the department.

  • CreatedOnUtc: string

    The created date of the department in UTC format as an object format string with ticks.

  • CustomerIds: number[]

    The list of all assigned customer id's.

  • Description: string

    The department description.

  • Id: number

    The id of the department.

  • Name: string

    The name of the department.

  • PLCode: string

    The PL code as configured for the department.

  • UpdatedOnUtc: string

    The updated date of the department in UTC format as an object format string with ticks.

Generated using TypeDoc