cityworks
    Preparing search index...

    Class RequestCosts

    Index

    Labor Costs

    • Get Cost Codes

      Parameters

      • employeeSids: Object

        A list of Employee IDs for which to get the job codes.

      • commonOnly: boolean = false

        Set to true to get the Cost Codes that are common to ALL employees in the list, otherwise get all job codes that apply to at least one employee in the list.

      Returns Promise<unknown>

      Returns Promise that represents an object describing

    • Get Job Codes

      Returns Promise<unknown>

      Returns Promise that represents an object describing

    Other

    currentActivityType: string

    Storage of object's active activityType

    Request Costs

    • Add Request Labor Costs

      Parameters

      • requestCosts: Object[]

        Array of inspection labor costings

      Returns Promise<unknown>

      Returns Promise that represents an object describing

    • Delete Request Labor Costs

      Parameters

      • laborCostIds: number[]

        Array of request labor cost Ids to delete

      Returns Promise<unknown>

      Returns Promise that represents an object describing

    • Get Labor Costs for Request(s)

      Parameters

      • requestIds: number[]

        Array of request Ids to get costs for

      Returns Promise<unknown>

      Returns Promise that represents an object describing