---
title: "POST /api/v1.0/address/google"
method: POST
path: "/api/v1.0/address/google"
tags: ["Address"]
---

# POST /api/v1.0/address/google

`POST /api/v1.0/address/google`

## Query parameters

- `language` string

## Request body

- GoogleAddress
  - `Results` GoogleAddressResult[]
    - `Address_components` GoogleAddressComponent[]
      - `Long_name` string
      - `Short_name` string
      - `Types` string[]
    - `Formatted_address` string
    - `Geometry` GoogleGeometry
      - `Location` GoogleLocation
        - `Lat` number, float
        - `Lng` number, float
      - `Location_type` string
      - `Viewport` GoogleViewport
        - `Northeast` GoogleCoordinates
          - `Lat` number, float
          - `Lng` number, float
        - `Southwest` GoogleCoordinates
          - `Lat` number, float
          - `Lng` number, float
    - `Place_id` string
    - `Types` string[]
  - `Result` GoogleAddressResult
    - `Address_components` GoogleAddressComponent[]
      - `Long_name` string
      - `Short_name` string
      - `Types` string[]
    - `Formatted_address` string
    - `Geometry` GoogleGeometry
      - `Location` GoogleLocation
        - `Lat` number, float
        - `Lng` number, float
      - `Location_type` string
      - `Viewport` GoogleViewport
        - `Northeast` GoogleCoordinates
          - `Lat` number, float
          - `Lng` number, float
        - `Southwest` GoogleCoordinates
          - `Lat` number, float
          - `Lng` number, float
    - `Place_id` string
    - `Types` string[]
  - `Status` string

## Response `200`

OK

- RestApiResultAddressFormResponse — Rest api result
  - `Data` AddressFormResponse, required — A response of a dyanmic form definition.
    - `FormData` DynamicFormField[] — List of field definitions.
      - `Identifier` string
      - `Label` string
      - `Placeholder` string
      - `Rules` DynamicFormRules
        - `MaxLength` DynamicFormRule
          - `Value` object
          - `Message` string
          - `Scopes` string
        - `MinLength` DynamicFormRule
          - `Value` object
          - `Message` string
          - `Scopes` string
        - `Required` DynamicFormRule
          - `Value` object
          - `Message` string
          - `Scopes` string
        - `Pattern` DynamicFormRule
          - `Value` object
          - `Message` string
          - `Scopes` string
        - `Predefined` DynamicFormFieldOption[]
          - `Display` string
          - `Value` string
      - `Mapping` object
      - `Modifiers` string[]
      - `Value` object
      - `Scopes` string
    - `CountryCode` string — ISO two letter code.
    - `Language` string — ISO culture code.
    - `DisplayFormat` AddressFormDisplayFormat
      - `OneLine` string
      - `TwoLines` string[]

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
