{
    "componentChunkName": "component---src-templates-redoc-operation-js",
    "path": "/openapi/partner/locations-external/operation/exportWorkCentres/",
    "result": {"data":{"contentItem":{"type":"redoc-operation","link":"/openapi/partner/locations-external/operation/exportWorkCentres/","data":{"redocStoreStr":"{\"menu\":{\"activeItemIdx\":-1},\"definition\":{\"data\":{\"openapi\":\"3.0.0\",\"info\":{\"title\":\"Locations V3 API\",\"description\":\"The Locations API provides information about Australia Post facilities across the country. Use it to look up Post Offices, outstations, street posting boxes, parcel lockers, and delivery centres. With support for geo-search and filtering by attributes, the API makes it easy to power customer experiences such as \\\"find my nearest Post Office\\\" or \\\"select a parcel locker at checkout\\\".\",\"version\":\"3.0.0\",\"x-short-desc\":\"The Locations API provides information about Australia Post facilities across the country.\",\"x-api-key\":\"locations-external\",\"x-gateway-type\":\"AWS_GATEWAY\",\"x-api-id\":\"locations-external_v3.0.0-rev.1\"},\"servers\":[{\"url\":\"https://{api_base_url_domain}/locations/v3\",\"variables\":{\"api_base_url_domain\":{\"default\":\"digitalapi.auspost.com.au\"}}}],\"security\":[{\"AUTH-KEY\":[]}],\"paths\":{\"/workcentres\":{\"get\":{\"tags\":[\"Endpoints\"],\"summary\":\"getWorkCentres\",\"description\":\"This endpoint returns a list of all Australia Post workcentres. You can filter your results using the query parameter.\",\"operationId\":\"getWorkCentres\",\"parameters\":[{\"$ref\":\"#/components/parameters/offset\"},{\"$ref\":\"#/components/parameters/size-workcentres\"},{\"$ref\":\"#/components/parameters/type\"},{\"$ref\":\"#/components/parameters/lat\"},{\"$ref\":\"#/components/parameters/lon\"},{\"$ref\":\"#/components/parameters/radius\"},{\"$ref\":\"#/components/parameters/postcode\"},{\"$ref\":\"#/components/parameters/dpid\"},{\"$ref\":\"#/components/parameters/work_centre_id\"},{\"$ref\":\"#/components/parameters/access_restriction_code\"},{\"$ref\":\"#/components/parameters/location_type_code\"},{\"$ref\":\"#/components/parameters/operational_capabilities_id\"},{\"$ref\":\"#/components/parameters/address_type\"},{\"$ref\":\"#/components/parameters/address_type_all\"}],\"responses\":{\"200\":{\"description\":\"OK\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/WorkCentresResponse\"},\"examples\":{\"getWorkCentreByIdExample\":{\"$ref\":\"#/components/examples/getWorkCentresExample\"}}}}},\"400\":{\"$ref\":\"#/components/responses/400\"},\"401\":{\"$ref\":\"#/components/responses/401\"},\"404\":{\"$ref\":\"#/components/responses/404\"},\"405\":{\"$ref\":\"#/components/responses/405\"},\"429\":{\"$ref\":\"#/components/responses/429\"},\"500\":{\"$ref\":\"#/components/responses/500\"},\"503\":{\"$ref\":\"#/components/responses/503\"}}},\"x-info\":{\"pathLabel\":\"get-workcentres\"}},\"/workcentres/{id}\":{\"get\":{\"tags\":[\"Endpoints\"],\"summary\":\"getWorkCentreByID\",\"description\":\"This endpoint returns an Australia Post work centre for the specified workcentre id.\",\"operationId\":\"getWorkCentreByID\",\"parameters\":[{\"name\":\"id\",\"in\":\"path\",\"description\":\"ID of the workcentre. Ex: 337586_PO, 96286800_UPL\",\"required\":true,\"style\":\"simple\",\"explode\":false,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"OK\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/WorkCentreByIdResponse\"},\"examples\":{\"getWorkCentreByIdExample\":{\"$ref\":\"#/components/examples/getWorkCentreByIdExample\"}}}}},\"400\":{\"$ref\":\"#/components/responses/400\"},\"401\":{\"$ref\":\"#/components/responses/401\"},\"404\":{\"$ref\":\"#/components/responses/404\"},\"405\":{\"$ref\":\"#/components/responses/405\"},\"429\":{\"$ref\":\"#/components/responses/429\"},\"500\":{\"$ref\":\"#/components/responses/500\"},\"503\":{\"$ref\":\"#/components/responses/503\"}}},\"x-info\":{\"pathLabel\":\"get-workcentre-by-id\"}},\"/export/workcentres\":{\"get\":{\"tags\":[\"Endpoints\"],\"summary\":\"exportAllWorkCentres\",\"description\":\"This endpoint returns a URL to download a file containing all Australia Post workcentres.\",\"operationId\":\"exportWorkCentres\",\"responses\":{\"302\":{\"description\":\"Redirect\",\"headers\":{\"Location\":{\"description\":\"The URL to download the exported workcentres.\",\"style\":\"simple\",\"explode\":false,\"schema\":{\"type\":\"string\",\"format\":\"uri\"}}}},\"401\":{\"$ref\":\"#/components/responses/401\"},\"429\":{\"$ref\":\"#/components/responses/429\"},\"500\":{\"$ref\":\"#/components/responses/500\"},\"503\":{\"$ref\":\"#/components/responses/503\"}}},\"x-info\":{\"pathLabel\":\"export-workcentres\"}},\"/operational-capabilities\":{\"get\":{\"tags\":[\"Endpoints\"],\"summary\":\"getOperationalCapabilities\",\"description\":\"This endpoint returns a list of all available operational capabilities.\",\"operationId\":\"getOperationalCapabilities\",\"parameters\":[{\"$ref\":\"#/components/parameters/offset\"},{\"$ref\":\"#/components/parameters/size-oc\"}],\"responses\":{\"200\":{\"description\":\"OK\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/OperationalCapabilitiesResponse\"},\"examples\":{\"getOperationalCapabilitiesExample\":{\"$ref\":\"#/components/examples/getOperationalCapabilitiesExample\"}}}}},\"400\":{\"$ref\":\"#/components/responses/400\"},\"401\":{\"$ref\":\"#/components/responses/401\"},\"404\":{\"$ref\":\"#/components/responses/404\"},\"405\":{\"$ref\":\"#/components/responses/405\"},\"429\":{\"$ref\":\"#/components/responses/429\"},\"500\":{\"$ref\":\"#/components/responses/500\"},\"503\":{\"$ref\":\"#/components/responses/503\"}}},\"x-info\":{\"pathLabel\":\"operational-capabilities\"}}},\"components\":{\"schemas\":{\"ErrorResponse\":{\"type\":\"object\",\"properties\":{\"errors\":{\"type\":\"array\",\"description\":\"A collection of errors\",\"items\":{\"$ref\":\"#/components/schemas/Error\"}}},\"description\":\"A response for error\"},\"Error\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"description\":\"UUID\"},\"code\":{\"type\":\"string\",\"description\":\"Error Code\"},\"detail\":{\"type\":\"string\",\"description\":\"Error detail\"}},\"description\":\"A response for error\"},\"ExportWorkCentresResponse\":{\"type\":\"object\",\"properties\":{\"workcentres\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/WorkCentre\"}}}},\"WorkCentresResponse\":{\"type\":\"object\",\"properties\":{\"pagination\":{\"$ref\":\"#/components/schemas/Pagination\"},\"workcentres\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/WorkCentre\"}}}},\"WorkCentreByIdResponse\":{\"type\":\"object\",\"properties\":{\"workcentres\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/WorkCentre\"}}}},\"OperationalCapabilitiesResponse\":{\"type\":\"object\",\"properties\":{\"pagination\":{\"$ref\":\"#/components/schemas/Pagination\"},\"operational_capabilities\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/OperationalCapabilityResponse\"}}}},\"Pagination\":{\"required\":[\"offset\",\"size\",\"total\"],\"type\":\"object\",\"properties\":{\"total\":{\"type\":\"integer\",\"description\":\"Total number of matches ignoring pagination.\",\"format\":\"int64\"},\"offset\":{\"type\":\"integer\",\"description\":\"Current offset (number of items skipped).\",\"format\":\"int32\"},\"size\":{\"type\":\"integer\",\"description\":\"Page size (number of items returned in this page).\",\"format\":\"int32\"}},\"description\":\"Pagination metadata for list responses.\",\"example\":{\"total\":1234,\"offset\":0,\"size\":20}},\"WorkCentre\":{\"required\":[\"attributes\",\"id\",\"location\",\"type\"],\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"description\":\"ID of the workcentre object. Ex: 337586_PO, 96286800_UPL\"},\"type\":{\"type\":\"string\",\"description\":\"Work centre type (PO, UPL, DC, R_SPB, C_SPB).\"},\"attributes\":{\"$ref\":\"#/components/schemas/WorkCentreAttributes\"},\"location\":{\"$ref\":\"#/components/schemas/WorkCentreLocation\"}}},\"WorkCentreAttributes\":{\"required\":[\"business_name\",\"org_unit_type_description\",\"work_centre_id\"],\"type\":\"object\",\"properties\":{\"business_name\":{\"type\":\"string\"},\"business_long_name\":{\"type\":\"string\"},\"work_centre_id\":{\"type\":\"string\"},\"phone_number\":{\"type\":\"string\"},\"fax_number\":{\"type\":\"string\"},\"access_restriction_code\":{\"type\":\"string\",\"description\":\"Indicates the access restriction for parcel lockers.\",\"example\":\"AL, RD, UD, NA\"},\"location_type_code\":{\"type\":\"string\",\"description\":\"Indicates the location type code for parcel lockers.\",\"example\":\"GL, HN, MY, RL, NA\"},\"org_unit_type_description\":{\"type\":\"string\"},\"operational_capabilities\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/OperationalCapability\"}}}},\"OperationalCapability\":{\"required\":[\"attributes\",\"id\"],\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"attributes\":{\"$ref\":\"#/components/schemas/OperationalCapabilityAttributes\"}}},\"OperationalCapabilityResponse\":{\"required\":[\"attributes\",\"id\"],\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"attributes\":{\"$ref\":\"#/components/schemas/OperationalCapabilityAttributesResponse\"}}},\"OperationalCapabilityAttributesResponse\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"description\":{\"type\":\"string\"},\"appointment_required\":{\"type\":\"string\"},\"service_offering\":{\"type\":\"boolean\"},\"categories\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/CapabilityCategory\"}}}},\"OperationalCapabilityAttributes\":{\"required\":[\"appointment_required\",\"categories\",\"name\",\"service_offering\"],\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"current_hours\":{\"$ref\":\"#/components/schemas/CapabilityCurrentHours\"},\"standard_hours\":{\"$ref\":\"#/components/schemas/CapabilityStandardHours\"},\"description\":{\"type\":\"string\"},\"appointment_required\":{\"type\":\"string\"},\"service_offering\":{\"type\":\"boolean\"},\"categories\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/CapabilityCategory\"}},\"location\":{\"$ref\":\"#/components/schemas/CapabilityLocation\"}}},\"CapabilityCategory\":{\"required\":[\"id\",\"name\"],\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}}},\"CapabilityLocation\":{\"required\":[\"attributes\",\"id\",\"type\"],\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"type\":{\"type\":\"string\"},\"attributes\":{\"required\":[\"lat\",\"lon\",\"name\"],\"type\":\"object\",\"properties\":{\"lat\":{\"type\":\"number\",\"format\":\"double\"},\"lon\":{\"type\":\"number\",\"format\":\"double\"},\"name\":{\"type\":\"string\"}}}},\"description\":\"Location details for the operation capability (for future use)\"},\"CapabilityCurrentHours\":{\"type\":\"object\",\"properties\":{\"periods\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/CurrentHourPeriod\"}}}},\"CurrentHourPeriod\":{\"required\":[\"day\",\"type\"],\"type\":\"object\",\"properties\":{\"day\":{\"type\":\"string\",\"enum\":[\"MON\",\"TUE\",\"WED\",\"THU\",\"FRI\",\"SAT\",\"SUN\"]},\"open\":{\"$ref\":\"#/components/schemas/HourMinute\"},\"close\":{\"$ref\":\"#/components/schemas/HourMinute\"},\"type\":{\"type\":\"string\"}}},\"CapabilityStandardHours\":{\"type\":\"object\",\"properties\":{\"periods\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/StandardHourPeriod\"}}}},\"StandardHourPeriod\":{\"required\":[\"close\",\"day\",\"open\"],\"type\":\"object\",\"properties\":{\"day\":{\"type\":\"string\",\"enum\":[\"MON\",\"TUE\",\"WED\",\"THU\",\"FRI\",\"SAT\",\"SUN\"]},\"open\":{\"$ref\":\"#/components/schemas/HourMinute\"},\"close\":{\"$ref\":\"#/components/schemas/HourMinute\"}}},\"HourMinute\":{\"required\":[\"hour\",\"minute\"],\"type\":\"object\",\"properties\":{\"hour\":{\"maximum\":23,\"minimum\":0,\"type\":\"integer\"},\"minute\":{\"maximum\":59,\"minimum\":0,\"type\":\"integer\"}}},\"WorkCentreLocation\":{\"required\":[\"addresses\",\"attributes\"],\"type\":\"object\",\"properties\":{\"attributes\":{\"$ref\":\"#/components/schemas/WorkCentreLocationAttributes\"},\"addresses\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/WorkCentreAddress\"}}}},\"WorkCentreLocationAttributes\":{\"type\":\"object\",\"properties\":{\"lat\":{\"type\":\"number\",\"format\":\"double\"},\"lon\":{\"type\":\"number\",\"format\":\"double\"},\"distance\":{\"type\":\"number\",\"format\":\"double\"}}},\"WorkCentreAddress\":{\"required\":[\"attributes\",\"type\"],\"type\":\"object\",\"properties\":{\"type\":{\"type\":\"string\"},\"attributes\":{\"$ref\":\"#/components/schemas/WorkCentreAddressAttributes\"}}},\"WorkCentreAddressAttributes\":{\"required\":[\"address_line_1\",\"country_code\",\"country_name\",\"dpid\",\"postcode\",\"state\",\"suburb\"],\"type\":\"object\",\"properties\":{\"address_line_1\":{\"type\":\"string\"},\"address_line_2\":{\"type\":\"string\"},\"address_line_3\":{\"type\":\"string\"},\"directions\":{\"type\":\"string\"},\"suburb\":{\"type\":\"string\"},\"state\":{\"type\":\"string\"},\"postcode\":{\"type\":\"string\"},\"country_name\":{\"type\":\"string\"},\"country_code\":{\"type\":\"string\"},\"dpid\":{\"type\":\"string\"}}}},\"responses\":{\"400\":{\"description\":\"Bad Request\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"},\"examples\":{\"response\":{\"value\":{\"errors\":[{\"id\":\"<UUID>\",\"code\":\"CONSTRAINT_VIOLATION\",\"detail\":\"The server could not understand the request due to invalid syntax.\"}]}}}}}},\"401\":{\"description\":\"Unauthorised\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"},\"examples\":{\"response\":{\"value\":{\"errors\":[{\"id\":\"<UUID>\",\"code\":\"UNAUTHORIZED\",\"detail\":\"Requests to this resource are only granted if they include a valid auth key.\"}]}}}}}},\"404\":{\"description\":\"Not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"},\"examples\":{\"response\":{\"value\":{\"errors\":[{\"id\":\"<UUID>\",\"code\":\"METHOD_NOT_FOUND\",\"detail\":\"The resource you requested is not available or does not exist.\"}]}}}}}},\"405\":{\"description\":\"Method not allowed\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"},\"examples\":{\"response\":{\"value\":{\"errors\":[{\"id\":\"<UUID>\",\"code\":\"METHOD_NOT_ALLOWED\",\"detail\":\"Wrong http method was used to request the endpoint.\"}]}}}}}},\"429\":{\"description\":\"Too many requests\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"},\"examples\":{\"response\":{\"value\":{\"errors\":[{\"id\":\"<UUID>\",\"code\":\"TOO_MANY_REQUESTS\",\"detail\":\"The number of requests per second has exceeded the rate limit and your responses will be throttled temporarily.\"}]}}}}}},\"500\":{\"description\":\"Internal server error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"},\"examples\":{\"response\":{\"value\":{\"errors\":[{\"id\":\"<UUID>\",\"code\":\"INTERNAL_SERVER_ERROR\",\"detail\":\"The server could not complete the request due to an unexpected condition, and no more suitable message is available.\"}]}}}}}},\"503\":{\"description\":\"Service unavailable\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"},\"examples\":{\"response\":{\"value\":{\"errors\":[{\"id\":\"<UUID>\",\"code\":\"SERVICE_UNAVAILABLE\",\"detail\":\"The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay.\"}]}}}}}}},\"parameters\":{\"offset\":{\"name\":\"offset\",\"in\":\"query\",\"description\":\"Pagination offset.\",\"required\":false,\"style\":\"form\",\"explode\":true,\"schema\":{\"type\":\"integer\",\"default\":0}},\"size-workcentres\":{\"name\":\"size\",\"in\":\"query\",\"description\":\"Pagination size.\",\"required\":false,\"style\":\"form\",\"explode\":true,\"schema\":{\"maximum\":100,\"type\":\"integer\",\"default\":20}},\"size-oc\":{\"name\":\"size\",\"in\":\"query\",\"description\":\"Pagination size.\",\"required\":false,\"style\":\"form\",\"explode\":true,\"schema\":{\"maximum\":200,\"type\":\"integer\",\"default\":50}},\"radius\":{\"name\":\"radius\",\"in\":\"query\",\"description\":\"The radius in kilometres, to search around the provided latitude/longitude coordinate point.\",\"required\":false,\"style\":\"form\",\"explode\":true,\"schema\":{\"maximum\":1000,\"minimum\":0,\"type\":\"integer\",\"default\":50}},\"type\":{\"name\":\"type\",\"in\":\"query\",\"description\":\"The type parameter is an optional string of comma-delimited values denoting which outlets and facilities you want to locate. There are six of these enumerated values, all of which are selected by default: \\n * UPL: Parcel lockers. \\n * R_SPB: A red street post box. \\n * C_SPB: Combined street post boxes (Both red and yellow boxes together). \\n * PO: An Australia Post outlet. \\n * OS: Outstation (These are a part of a post office not in the same physical building. For example, a separate building dedicated to PO boxes.) \\n * DC: A delivery centre.\",\"required\":false,\"style\":\"form\",\"explode\":true,\"schema\":{\"type\":\"string\",\"enum\":[\"PO\",\"UPL\",\"R_SPB\",\"C_SPB\",\"OS\",\"DC\"]}},\"lat\":{\"name\":\"lat\",\"in\":\"query\",\"description\":\"A coordinate representing the angular distance in degrees, minutes and seconds, of a point east or west of the Greenwich Meridian, expressed as a double.\",\"required\":false,\"style\":\"form\",\"explode\":true,\"schema\":{\"type\":\"number\",\"format\":\"double\"}},\"lon\":{\"name\":\"lon\",\"in\":\"query\",\"description\":\"A coordinate representing the angular distance in degrees, minutes and seconds, of a point east or west of the Greenwich Meridian, expressed as a double.\",\"required\":false,\"style\":\"form\",\"explode\":true,\"schema\":{\"type\":\"number\",\"format\":\"double\"}},\"postcode\":{\"name\":\"location[addresses.attributes.postcode]\",\"in\":\"query\",\"description\":\"A four-digit number that forms part of a postal address in Australia.\",\"required\":false,\"style\":\"form\",\"explode\":true,\"schema\":{\"pattern\":\"^[0-9]{4}$\",\"type\":\"string\"}},\"work_centre_id\":{\"name\":\"attribute[work_centre_id]\",\"in\":\"query\",\"description\":\"Work centre ID.\",\"required\":false,\"style\":\"form\",\"explode\":true,\"schema\":{\"type\":\"string\"}},\"access_restriction_code\":{\"name\":\"attribute[access_restriction_code]\",\"in\":\"query\",\"description\":\"Access restriction code for parcel lockers.\",\"required\":false,\"style\":\"form\",\"explode\":true,\"schema\":{\"type\":\"string\",\"example\":\"AL, RD, UD, NA\"}},\"location_type_code\":{\"name\":\"attribute[location_type_code]\",\"in\":\"query\",\"description\":\"Location type code for parcel lockers.\",\"required\":false,\"style\":\"form\",\"explode\":true,\"schema\":{\"type\":\"string\",\"example\":\"GL, HN, MY, RL, NA\"}},\"operational_capabilities_id\":{\"name\":\"attribute[operational_capabilities.id]\",\"in\":\"query\",\"description\":\"Operational capability ID.\",\"required\":false,\"style\":\"form\",\"explode\":true,\"schema\":{\"type\":\"string\"}},\"dpid\":{\"name\":\"location[addresses.attributes.dpid]\",\"in\":\"query\",\"description\":\"DPID (Delivery Point Identifier)\",\"required\":false,\"style\":\"form\",\"explode\":true,\"schema\":{\"type\":\"string\"}},\"address_type\":{\"name\":\"location[addresses.type]\",\"in\":\"query\",\"description\":\"Filter workcentres where workcentre has at least one address matching any of the provided types.\",\"required\":false,\"style\":\"form\",\"explode\":true,\"schema\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}},\"address_type_all\":{\"name\":\"location[addresses.type:all]\",\"in\":\"query\",\"description\":\"Filter workcentres where workcentre has ALL of the specified address types.\",\"required\":false,\"style\":\"form\",\"explode\":true,\"schema\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}},\"examples\":{\"getWorkCentreByIdExample\":{\"summary\":\"Single workcentre returned for given workcentre id\",\"value\":{\"pagination\":{\"total\":1,\"offset\":0,\"size\":1},\"workcentres\":[{\"id\":\"337586_PO\",\"type\":\"PO\",\"attributes\":{\"business_long_name\":\"MELBOURNE GPO COLLINS STREET WEST\",\"business_name\":\"MELB GPO COLLINS ST WEST PS\",\"phone_number\":\"(03) 8698 5126\",\"fax_number\":\"(03)8698 5129\",\"work_centre_id\":\"331088\",\"org_unit_type_description\":\"Post Office\",\"operational_capabilities\":[{\"id\":\"ACCESS_HOURS\",\"attributes\":{\"name\":\"Standard Opening Hours\",\"current_hours\":{\"periods\":[{\"day\":\"MON\",\"open\":{\"hour\":8,\"minute\":30},\"close\":{\"hour\":17,\"minute\":30},\"type\":\"STANDARD\"},{\"day\":\"TUE\",\"open\":{\"hour\":10,\"minute\":30},\"close\":{\"hour\":17,\"minute\":30},\"type\":\"TEMP\"},{\"day\":\"WED\",\"open\":{\"hour\":8,\"minute\":30},\"close\":{\"hour\":12,\"minute\":30},\"type\":\"STANDARD\"},{\"day\":\"WED\",\"open\":{\"hour\":13,\"minute\":30},\"close\":{\"hour\":17,\"minute\":30},\"type\":\"STANDARD\"},{\"day\":\"THU\",\"type\":\"SPECIAL\"},{\"day\":\"FRI\",\"open\":{\"hour\":8,\"minute\":30},\"close\":{\"hour\":17,\"minute\":30},\"type\":\"STANDARD\"},{\"day\":\"SAT\",\"open\":{\"hour\":10,\"minute\":0},\"close\":{\"hour\":15,\"minute\":0},\"type\":\"STANDARD\"},{\"day\":\"SUN\",\"type\":\"STANDARD\"}]},\"standard_hours\":{\"periods\":[{\"day\":\"MON\",\"open\":{\"hour\":8,\"minute\":30},\"close\":{\"hour\":17,\"minute\":30}},{\"day\":\"TUE\",\"open\":{\"hour\":8,\"minute\":30},\"close\":{\"hour\":17,\"minute\":30}},{\"day\":\"WED\",\"open\":{\"hour\":8,\"minute\":30},\"close\":{\"hour\":17,\"minute\":30}},{\"day\":\"THU\",\"open\":{\"hour\":8,\"minute\":30},\"close\":{\"hour\":17,\"minute\":30}},{\"day\":\"FRI\",\"open\":{\"hour\":8,\"minute\":30},\"close\":{\"hour\":17,\"minute\":30}},{\"day\":\"SAT\",\"open\":{\"hour\":10,\"minute\":0},\"close\":{\"hour\":15,\"minute\":0}},{\"day\":\"SUN\",\"open\":{\"hour\":0,\"minute\":0},\"close\":{\"hour\":0,\"minute\":0}}]}}},{\"id\":\"HATCH\",\"attributes\":{\"name\":\"Hatch Access Hours\",\"description\":\"Adjacent to PO Boxes on Gurners Lane.\",\"current_hours\":{\"periods\":[{\"day\":\"MON\",\"open\":{\"hour\":6,\"minute\":0},\"close\":{\"hour\":9,\"minute\":30},\"type\":\"STANDARD\"},{\"day\":\"TUE\",\"open\":{\"hour\":5,\"minute\":0},\"close\":{\"hour\":9,\"minute\":30},\"type\":\"TEMP\"},{\"day\":\"WED\",\"open\":{\"hour\":5,\"minute\":0},\"close\":{\"hour\":9,\"minute\":30},\"type\":\"TEMP\"},{\"day\":\"THU\",\"open\":{\"hour\":5,\"minute\":0},\"close\":{\"hour\":9,\"minute\":30},\"type\":\"TEMP\"},{\"day\":\"FRI\",\"open\":{\"hour\":6,\"minute\":0},\"close\":{\"hour\":9,\"minute\":30},\"type\":\"STANDARD\"},{\"day\":\"SAT\",\"type\":\"STANDARD\"},{\"day\":\"SUN\",\"type\":\"STANDARD\"}]},\"standard_hours\":{\"periods\":[{\"day\":\"MON\",\"open\":{\"hour\":6,\"minute\":0},\"close\":{\"hour\":9,\"minute\":30}},{\"day\":\"TUE\",\"open\":{\"hour\":6,\"minute\":0},\"close\":{\"hour\":9,\"minute\":30}},{\"day\":\"WED\",\"open\":{\"hour\":6,\"minute\":0},\"close\":{\"hour\":9,\"minute\":30}},{\"day\":\"THU\",\"open\":{\"hour\":6,\"minute\":0},\"close\":{\"hour\":9,\"minute\":30}},{\"day\":\"FRI\",\"open\":{\"hour\":6,\"minute\":0},\"close\":{\"hour\":9,\"minute\":30}},{\"day\":\"SAT\",\"open\":{\"hour\":0,\"minute\":0},\"close\":{\"hour\":0,\"minute\":0}},{\"day\":\"SUN\",\"open\":{\"hour\":0,\"minute\":0},\"close\":{\"hour\":0,\"minute\":0}}]}}},{\"id\":\"ATM\",\"attributes\":{\"name\":\"ATM\",\"description\":\"ATM\",\"service_offering\":true,\"categories\":[{\"id\":\"finance_insurance\",\"name\":\"Finance & insurance\"}]}},{\"id\":\"Passport_Interviews\",\"attributes\":{\"name\":\"Australian Passport\",\"description\":\"abc\",\"service_offering\":true,\"categories\":[{\"id\":\"passports_travel\",\"name\":\"Passports & travel\"},{\"id\":\"handy_services\",\"name\":\"Handy Services\"}]}}]},\"location\":{\"attributes\":{\"lat\":-37.8171924,\"lon\":144.96002},\"addresses\":[{\"type\":\"STREET\",\"attributes\":{\"directions\":\"Big old building, cant miss it\",\"address_line_1\":\"Ground Floor 440 Collins Street\",\"suburb\":\"MELBOURNE\",\"state\":\"VIC\",\"postcode\":\"3000\",\"country_name\":\"Australia\",\"country_code\":\"AU\",\"dpid\":\"1234\"}},{\"type\":\"PARCEL_COLLECT\",\"attributes\":{\"directions\":\"Next to the lift\",\"address_line_1\":\"Melbourne GPO Post Office\",\"address_line_2\":\"Bourke Street\",\"suburb\":\"MELBOURNE\",\"state\":\"VIC\",\"postcode\":\"3000\",\"country_name\":\"Australia\",\"country_code\":\"AU\",\"dpid\":\"1234\"}}]}}]}},\"getWorkCentresExample\":{\"summary\":\"Work centres returned for given search criteria\",\"value\":{\"pagination\":{\"total\":1,\"offset\":0,\"size\":1},\"workcentres\":[{\"id\":\"96286800_UPL\",\"type\":\"UPL\",\"attributes\":{\"business_name\":\"Melbourne Galleria Pcl Lkrs\",\"business_long_name\":\"Melbourne Galleria Parcel Lockers\",\"work_centre_id\":\"123412\",\"access_restriction_code\":\"AL\",\"location_type_code\":\"GL\",\"org_unit_type_description\":\"Delivery Facility\",\"operational_capabilities\":[{\"id\":\"ACCESS_HOURS\",\"attributes\":{\"name\":\"Standard Opening Hours\",\"description\":\"Available 24x7\",\"current_hours\":{\"periods\":[{\"day\":\"MON\",\"open\":{\"hour\":0,\"minute\":0},\"close\":{\"hour\":23,\"minute\":59},\"type\":\"STANDARD\"},{\"day\":\"TUE\",\"open\":{\"hour\":0,\"minute\":0},\"close\":{\"hour\":23,\"minute\":59},\"type\":\"STANDARD\"},{\"day\":\"WED\",\"open\":{\"hour\":0,\"minute\":0},\"close\":{\"hour\":23,\"minute\":59},\"type\":\"STANDARD\"},{\"day\":\"THU\",\"open\":{\"hour\":0,\"minute\":0},\"close\":{\"hour\":23,\"minute\":59},\"type\":\"STANDARD\"},{\"day\":\"FRI\",\"open\":{\"hour\":0,\"minute\":0},\"close\":{\"hour\":23,\"minute\":59},\"type\":\"STANDARD\"},{\"day\":\"SAT\",\"open\":{\"hour\":0,\"minute\":0},\"close\":{\"hour\":23,\"minute\":59},\"type\":\"STANDARD\"},{\"day\":\"SUN\",\"open\":{\"hour\":0,\"minute\":0},\"close\":{\"hour\":23,\"minute\":59},\"type\":\"STANDARD\"}]},\"standard_hours\":{\"periods\":[{\"day\":\"MON\",\"open\":{\"hour\":0,\"minute\":0},\"close\":{\"hour\":23,\"minute\":59}},{\"day\":\"TUE\",\"open\":{\"hour\":0,\"minute\":0},\"close\":{\"hour\":23,\"minute\":59}},{\"day\":\"WED\",\"open\":{\"hour\":0,\"minute\":0},\"close\":{\"hour\":23,\"minute\":59}},{\"day\":\"THU\",\"open\":{\"hour\":0,\"minute\":0},\"close\":{\"hour\":23,\"minute\":59}},{\"day\":\"FRI\",\"open\":{\"hour\":0,\"minute\":0},\"close\":{\"hour\":23,\"minute\":59}},{\"day\":\"SAT\",\"open\":{\"hour\":0,\"minute\":0},\"close\":{\"hour\":23,\"minute\":59}},{\"day\":\"SUN\",\"open\":{\"hour\":0,\"minute\":0},\"close\":{\"hour\":23,\"minute\":59}}]}}}]},\"location\":{\"attributes\":{\"lat\":-37.8171924,\"lon\":144.96002},\"addresses\":[{\"type\":\"STREET\",\"attributes\":{\"directions\":\"Parcel Locker is located inside the Post Shop opposite the PO Boxes.\",\"address_line_1\":\"277 William St\",\"suburb\":\"MELBOURNE\",\"state\":\"VIC\",\"postcode\":\"3000\",\"country_name\":\"Australia\",\"country_code\":\"AU\",\"dpid\":\"1234\"}},{\"type\":\"PARCEL_LOCKER\",\"attributes\":{\"directions\":\"Parcel Locker is located inside the Post Shop opposite the PO Boxes.\",\"address_line_1\":\"Parcel Locker 118\",\"address_line_2\":\"William St\",\"suburb\":\"MELBOURNE\",\"state\":\"VIC\",\"postcode\":\"3000\",\"country_name\":\"Australia\",\"country_code\":\"AU\",\"dpid\":\"1234\"}}]}},{\"id\":\"337586_PO\",\"type\":\"PO\",\"attributes\":{\"business_long_name\":\"MELBOURNE GPO COLLINS STREET WEST\",\"business_name\":\"MELB GPO COLLINS ST WEST PS\",\"phone_number\":\"(03) 8698 5126\",\"fax_number\":\"(03)8698 5129\",\"work_centre_id\":\"331088\",\"org_unit_type_description\":\"Post Office\",\"operational_capabilities\":[{\"id\":\"ACCESS_HOURS\",\"attributes\":{\"name\":\"Standard Opening Hours\",\"current_hours\":{\"periods\":[{\"day\":\"MON\",\"open\":{\"hour\":8,\"minute\":30},\"close\":{\"hour\":17,\"minute\":30},\"type\":\"STANDARD\"},{\"day\":\"TUE\",\"open\":{\"hour\":10,\"minute\":30},\"close\":{\"hour\":17,\"minute\":30},\"type\":\"TEMP\"},{\"day\":\"WED\",\"open\":{\"hour\":8,\"minute\":30},\"close\":{\"hour\":12,\"minute\":30},\"type\":\"STANDARD\"},{\"day\":\"WED\",\"open\":{\"hour\":13,\"minute\":30},\"close\":{\"hour\":17,\"minute\":30},\"type\":\"STANDARD\"},{\"day\":\"THU\",\"type\":\"SPECIAL\"},{\"day\":\"FRI\",\"open\":{\"hour\":8,\"minute\":30},\"close\":{\"hour\":17,\"minute\":30},\"type\":\"STANDARD\"},{\"day\":\"SAT\",\"open\":{\"hour\":10,\"minute\":0},\"close\":{\"hour\":15,\"minute\":0},\"type\":\"STANDARD\"},{\"day\":\"SUN\",\"type\":\"STANDARD\"}]},\"standard_hours\":{\"periods\":[{\"day\":\"MON\",\"open\":{\"hour\":8,\"minute\":30},\"close\":{\"hour\":17,\"minute\":30}},{\"day\":\"TUE\",\"open\":{\"hour\":8,\"minute\":30},\"close\":{\"hour\":17,\"minute\":30}},{\"day\":\"WED\",\"open\":{\"hour\":8,\"minute\":30},\"close\":{\"hour\":17,\"minute\":30}},{\"day\":\"THU\",\"open\":{\"hour\":8,\"minute\":30},\"close\":{\"hour\":17,\"minute\":30}},{\"day\":\"FRI\",\"open\":{\"hour\":8,\"minute\":30},\"close\":{\"hour\":17,\"minute\":30}},{\"day\":\"SAT\",\"open\":{\"hour\":10,\"minute\":0},\"close\":{\"hour\":15,\"minute\":0}},{\"day\":\"SUN\",\"open\":{\"hour\":0,\"minute\":0},\"close\":{\"hour\":0,\"minute\":0}}]}}},{\"id\":\"HATCH\",\"attributes\":{\"name\":\"Hatch Access Hours\",\"description\":\"Adjacent to PO Boxes on Gurners Lane.\",\"current_hours\":{\"periods\":[{\"day\":\"MON\",\"open\":{\"hour\":6,\"minute\":0},\"close\":{\"hour\":9,\"minute\":30},\"type\":\"STANDARD\"},{\"day\":\"TUE\",\"open\":{\"hour\":5,\"minute\":0},\"close\":{\"hour\":9,\"minute\":30},\"type\":\"TEMP\"},{\"day\":\"WED\",\"open\":{\"hour\":5,\"minute\":0},\"close\":{\"hour\":9,\"minute\":30},\"type\":\"TEMP\"},{\"day\":\"THU\",\"open\":{\"hour\":5,\"minute\":0},\"close\":{\"hour\":9,\"minute\":30},\"type\":\"TEMP\"},{\"day\":\"FRI\",\"open\":{\"hour\":6,\"minute\":0},\"close\":{\"hour\":9,\"minute\":30},\"type\":\"STANDARD\"},{\"day\":\"SAT\",\"type\":\"STANDARD\"},{\"day\":\"SUN\",\"type\":\"STANDARD\"}]},\"standard_hours\":{\"periods\":[{\"day\":\"MON\",\"open\":{\"hour\":6,\"minute\":0},\"close\":{\"hour\":9,\"minute\":30}},{\"day\":\"TUE\",\"open\":{\"hour\":6,\"minute\":0},\"close\":{\"hour\":9,\"minute\":30}},{\"day\":\"WED\",\"open\":{\"hour\":6,\"minute\":0},\"close\":{\"hour\":9,\"minute\":30}},{\"day\":\"THU\",\"open\":{\"hour\":6,\"minute\":0},\"close\":{\"hour\":9,\"minute\":30}},{\"day\":\"FRI\",\"open\":{\"hour\":6,\"minute\":0},\"close\":{\"hour\":9,\"minute\":30}},{\"day\":\"SAT\",\"open\":{\"hour\":0,\"minute\":0},\"close\":{\"hour\":0,\"minute\":0}},{\"day\":\"SUN\",\"open\":{\"hour\":0,\"minute\":0},\"close\":{\"hour\":0,\"minute\":0}}]}}},{\"id\":\"ATM\",\"attributes\":{\"name\":\"ATM\",\"description\":\"ATM\",\"service_offering\":true,\"categories\":[{\"id\":\"finance_insurance\",\"name\":\"Finance & insurance\"}]}},{\"id\":\"Passport_Interviews\",\"attributes\":{\"name\":\"Australian Passport\",\"description\":\"abc\",\"service_offering\":true,\"categories\":[{\"id\":\"passports_travel\",\"name\":\"Passports & travel\"},{\"id\":\"handy_services\",\"name\":\"Handy Services\"}]}}]},\"location\":{\"attributes\":{\"lat\":-37.8171924,\"lon\":144.96002},\"addresses\":[{\"type\":\"STREET\",\"attributes\":{\"directions\":\"Big old building, cant miss it\",\"address_line_1\":\"Ground Floor 440 Collins Street\",\"suburb\":\"MELBOURNE\",\"state\":\"VIC\",\"postcode\":\"3000\",\"country_name\":\"Australia\",\"country_code\":\"AU\",\"dpid\":\"1234\"}},{\"type\":\"PARCEL_COLLECT\",\"attributes\":{\"directions\":\"Next to the lift\",\"address_line_1\":\"Melbourne GPO Post Office\",\"address_line_2\":\"Bourke Street\",\"suburb\":\"MELBOURNE\",\"state\":\"VIC\",\"postcode\":\"3000\",\"country_name\":\"Australia\",\"country_code\":\"AU\",\"dpid\":\"1234\"}}]}}]}},\"getOperationalCapabilitiesExample\":{\"summary\":\"Operational capabilities returned for given search criteria\",\"value\":{\"pagination\":{\"total\":40,\"offset\":0,\"size\":2},\"operational_capabilities\":[{\"id\":\"PASSPORT_PHOTOS\",\"attributes\":{\"name\":\"Passport Photos\",\"appointment_required\":false,\"service_offering\":true,\"categories\":[{\"id\":\"10\",\"name\":\"Travel Services\"}]}},{\"id\":\"BANK_AT_POST\",\"attributes\":{\"name\":\"Bank At Post\",\"service_offering\":true,\"categories\":[{\"id\":\"11\",\"name\":\"Banking\"}]}}]}}},\"securitySchemes\":{\"AUTH-KEY\":{\"type\":\"apiKey\",\"name\":\"AUTH-KEY\",\"in\":\"header\"}}},\"x-strip-base-path\":false,\"x-allow-origins\":[\"*\"],\"x-allowed-headers\":[\"x-xhr-logon\",\"x-requested-with\"],\"x-categories\":[\"Geo\"],\"x-max-request-size\":128}},\"options\":{\"hideTryItPanel\":false,\"pagination\":\"item\",\"unstable_hideServerUrlInTryIt\":true,\"hideInfoSection\":false,\"hideInfoDescription\":false,\"noAutoAuth\":true,\"generateCodeSamples\":{\"languages\":[{\"lang\":\"curl\"},{\"lang\":\"JavaScript\"},{\"lang\":\"Node.js\"}]},\"labels\":{\"tryItAuth\":\"Credentials\"},\"unauthorizedTryIt\":{\"label\":\"Login to try it\",\"link\":\"/login\"},\"showRightPanelToggle\":false,\"showChangeLayoutButton\":false,\"disableSearch\":true,\"ctrlFHijack\":false,\"disableSidebar\":true,\"theme\":{\"overrides\":{\"DownloadButton\":{\"custom\":\"\"},\"NextSectionButton\":{\"custom\":\"\"}},\"codeBlock\":{\"tokens\":{}},\"schema\":{\"constraints\":{},\"examples\":{}},\"rightPanel\":{\"textColor\":\"#eeeeee\"},\"typography\":{\"heading1\":{},\"heading2\":{},\"heading3\":{},\"rightPanelHeading\":{}}}}}","redocHasSecurityDefinitions":false,"redocInfoPageLink":"/openapi/partner/locations-external/overview/","redocItemId":"tag/Endpoints/operation/exportWorkCentres","redocHasInfoPage":false,"settings":{"hideTryItPanel":false,"unstable_hideServerUrlInTryIt":true,"pagination":"item","hideInfoSection":false,"hideInfoDescription":false,"noAutoAuth":true,"generateCodeSamples":{"languages":[{"lang":"curl"},{"lang":"JavaScript"},{"lang":"Node.js"}]},"labels":{"tryItAuth":"Credentials"},"unauthorizedTryIt":{"label":"Login to try it","link":"/login"},"showRightPanelToggle":false,"showChangeLayoutButton":false},"requestLogin":false,"lastModified":"1782101948788"},"seo":{"title":"exportAllWorkCentres"}}},"pageContext":{"id":"11a8cf5f-648c-56ea-884e-ce9fec3d74f8operation/exportWorkCentres__redocly content/openapi/partner/locations-external/operation/exportWorkCentres/","seo":{"title":"exportAllWorkCentres","description":"This endpoint returns a URL to download a file containing all Australia Post workcentres.","image":"","keywords":null,"jsonLd":null,"lang":null,"siteUrl":null},"pageId":"openapi/partner/locations-external.page.yaml#operation/exportWorkCentres","pageBaseUrl":"/openapi/partner/locations-external","type":"redoc-operation","toc":{"enable":true,"maxDepth":4,"headings":null},"data":{},"catalogInfo":null,"link":"/openapi/partner/locations-external/operation/exportWorkCentres/","sidebarName":"reference_locations-external","isLanding":false,"showPrevButton":null,"showNextButton":null,"apiVersions":[{"definitionId":"locations-external_3.0.0","id":"3.0.0","title":"3.0.0","isDefault":true,"apiId":null}],"apiVersionId":null,"isDefaultApiVersion":true}},
    "staticQueryHashes": ["1123603147","1302185487","1344209882","1398840060","1520077861","1975142765","2667623876","2950305614","3240152602","3743992808","561138138"]}