Get the details for a single NSW Point Cadastral Parcel record.
const formId = 1const parcelId = '1/234567'const result = await formService.getPointCadastralParcel( formId, addressId,) Copy
const formId = 1const parcelId = '1/234567'const result = await formService.getPointCadastralParcel( formId, addressId,)
Optional
Get the details for a single NSW Point Cadastral Parcel record.
Example