Interface PostProjectsWithOfficeWithProjectIdWaterUserWithWaterUserContractsRequest

interface PostProjectsWithOfficeWithProjectIdWaterUserWithWaterUserContractsRequest {
    failIfExists?: boolean;
    ignoreNulls?: boolean;
    office: string;
    projectId: string;
    waterUser: string;
    waterUserContract: WaterUserContract;
}

Properties

failIfExists?: boolean
ignoreNulls?: boolean
office: string
projectId: string
waterUser: string
waterUserContract: WaterUserContract