action ato_put_organisations_party_id_business_names_product_id { label: "Update a business name" description: "Update a business name\n" provider: ato method: PUT path: "/organisations/{partyId}/business-names/{productId}" encoding: json output: { 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)." } } } }