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>- ATaskobject representing the asynchronous operation that returns aJObject.
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>- ATaskobject representing the asynchronous operation that returns aJObject.
ABNLookupbyName
Performs an ABN lookup based on the provided name.
- Parameters:
Name(type:string) - The name used for the lookup.
- Return:
Task<JObject>- ATaskobject representing the asynchronous operation that returns aJObject.
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>- ATaskobject representing the asynchronous operation that returns aJObject.
