Interface GetProjectsWithOfficeWithProjectIdWaterUserWithWaterUserContractsWithContractNameAccountingRequest

interface GetProjectsWithOfficeWithProjectIdWaterUserWithWaterUserContractsWithContractNameAccountingRequest {
    ascending?: boolean;
    contractName: string;
    end: string;
    endTimeInclusive?: boolean;
    office: string;
    projectId: string;
    rowLimit?: number;
    start: string;
    startTimeInclusive?: boolean;
    timezone?: string;
    unit?: string;
    waterUser: string;
}

Properties

ascending?: boolean
contractName: string
end: string
endTimeInclusive?: boolean
office: string
projectId: string
rowLimit?: number
start: string
startTimeInclusive?: boolean
timezone?: string
unit?: string
waterUser: string