action ato_get_individuals_party_id_business_names { label: "Retrieve a list of business names" provider: ato method: GET path: "/individuals/{partyId}/business-names" encoding: json output: { type: "array" items: { type: "object" description: "The Business Name resource." properties: { fromDate: { type: "string" format: "date-time" description: "The date and time the resource became active in the format defined by [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)." } id: { description: "The resource's unique identifier." type: "object" } lifecycleState: { type: "string" description: "The business name's lifecycle state." enum: ["Approved", "Expired", "Issued", "Pending Approval", "Suspended"] } name: { type: "string" description: "The business name." } toDate: { type: "string" format: "date-time" description: "The date and time the resource became inactive in the format defined by [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)." } } } } }