action ato_post_individuals_party_id_electronic_addresses { label: "Create an electronic address" description: "Create an electronic address\n" provider: ato method: POST path: "/individuals/{partyId}/electronic-addresses" encoding: json output: { type: "object" description: "The Electronic Address resource." properties: { areaCode: { type: "string" description: "The area code, for example, \"02\"." } countryPrefix: { type: "string" description: "The country prefix, for example, \"61\"." } electronicAddressType: { type: "string" description: "The electronic address type." enum: ["Email", "Fax", "Landline", "Mobile", "Website"] } email: { type: "string" description: "The email address, for example, \"robert.ferguson@ato.gov.au\"." } extension: { type: "string" description: "The extension number, for example, \"4453\"." } 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" } number: { type: "string" description: "The number, for example, \"62164453\"." } 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)." } url: { type: "string" description: "The website address, for example, \"https://ato.gov.au\"." } } } }