action ato_post_individuals_party_id_licenses { label: "Create a license" description: "Create a license\n" provider: ato method: POST path: "/individuals/{partyId}/licenses" encoding: json output: { type: "object" description: "The License 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" } licenseType: { type: "string" description: "The license type." enum: ["Australian Financial Services License", "License 2B"] } lifecycleState: { type: "string" description: "The business name's lifecycle state." enum: ["Approved", "Expired", "Issued", "Pending Approval", "Suspended"] } 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)." } } } }