Skip to content

ABNLookup

ABNLookupbyABN

Performs an ABN lookup based on the provided ABN number.

  • Parameters:
    • ABNNumber (type: string) - The ABN number used for the lookup.
  • Return: Task<JObject> - A Task object representing the asynchronous operation that returns a JObject.

ABNLookupbyACN

Performs an ABN lookup based on the provided ACN number.

  • Parameters:
    • ACNNumber (type: string) - The ACN number used for the lookup.
  • Return: Task<JObject> - A Task object representing the asynchronous operation that returns a JObject.

ABNLookupbyName

Performs an ABN lookup based on the provided name.

  • Parameters:
    • Name (type: string) - The name used for the lookup.
  • Return: Task<JObject> - A Task object representing the asynchronous operation that returns a JObject.

ABNLookupbyOrganisationId

Performs an ABN lookup based on the provided organisation ID.

  • Parameters:
    • OrganisationId (type: string) - The ID of the organisation used for the lookup.
  • Return: Task<JObject> - A Task object representing the asynchronous operation that returns a JObject.

Released by DevOps Team