ListSourceDataViewModel_Output: {
    code: number;
    errorCode?: number | null;
    errorMessage?: string | null;
    errorName?: string | null;
    errorType?: string | null;
    source_data_list: SourceData[];
    status: boolean;
}

View Model for the List Source Data Feature. Represents all source data in the database if no client_id was passed, or all source data for a given client_id if it was provided as a parameter.

Type declaration

  • code: number
  • Optional errorCode?: number | null
  • Optional errorMessage?: string | null
  • Optional errorName?: string | null
  • Optional errorType?: string | null
  • source_data_list: SourceData[]

    List of source data in the database.

  • status: boolean

Generated using TypeDoc