@oneblink/apps-react
    Preparing search index...

    Function getPointAddress

    • Get the details for a single Point address based on the Id of a Point address resource.

      const formId = 1
      const addressId = 'ABC123'
      const result = await formService.getPointAddress(formId, addressId)

      Parameters

      • formId: number
      • addressId: string
      • OptionalabortSignal: AbortSignal

      Returns Promise<PointAddress>