action ato_post_organisations_party_id_addresses { label: "Create an address" description: "Create an address\n" provider: ato method: POST path: "/organisations/{partyId}/addresses" encoding: json output: { type: "object" description: "The Address resource." properties: { city: { type: "string" description: "The city." } country: { type: "string" description: "The country." } 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" } line1: { type: "string" description: "The address line 1." } line2: { type: "string" description: "The address line 2." } line3: { type: "string" description: "The address line 3." } name: { type: "string" description: "The address name." } postalCode: { type: "string" description: "The postal code." } suburb: { type: "string" description: "The suburb." } 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)." } } } }