Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "notice"

Index

Functions

Functions

Const getNotice

  • getNotice(companyId: number, noticeId: number, session: Session, cleanup?: boolean): Promise<Notice>
  • Get a single notice of a company.

    Parameters

    • companyId: number

      ID of the company of the notice to get

    • noticeId: number

      ID of the notice to get

    • session: Session

      The Session object to be used for getting the notice. MUST be logged in.

    • Default value cleanup: boolean = true

      Whether to remove the automatically generated tender after getting the details from it. Defaults to true.

    Returns Promise<Notice>

    Notice object of the given notice

Generated using TypeDoc