# Update Related Party Application

Endpoint: PATCH /api/v1/business-applications/{application_id}/related-party-applications/{related_party_application_id}/
Version: Version: 5153994b
Security: HTTPBearer

## Path parameters:

  - `application_id` (string, required)

  - `related_party_application_id` (string, required)

## Header parameters:

  - `x-jiko-idempotency` (string, required)

  - `x-jiko-signature` (string, required)

## Request fields (application/json):

  - `name` (any)
    - `first_name` (string, required)
      First Name
    - `middle_name` (any)
      Middle Name
    - `last_name` (string, required)
      Last Name

  - `address` (any)
    - `street_address` (string, required)
      Street address
    - `street_address2` (any)
      Apartment, Suite, Box number, etc.
    - `city` (string, required)
      City / Town
    - `postal_code` (string, required)
      Postal code / ZIP code
    - `state` (any)
      State (Postal Abbreviations. Example: "AL", "NJ", "OH")
    - `country` (string, required)
      A ISO-3166 Alpha-2 country code (Abbreviated. Example: "US")

  - `date_of_birth` (any)

  - `identification_number` (any)
    - `identification_number` (string, required)
    - `issuing_country` (any)
      A ISO-3166 Alpha-2 country code (Abbreviated. Example: "US")
    - `identification_type` (string, required)
      Enum: "SSN", "PASSPORT"

  - `phone_number` (any)

  - `title` (any)

  - `roles` (any)

  - `ownership_percentage` (any)
    The related party's ownership stake, as a string parseable to a number between 0 and 1 (e.g. "0.51" for 51%).

  - `citizenship` (any)

  - `email` (any)

## Response 200 fields (application/json):

  - `name` (any)
    - `first_name` (string, required)
      First Name
    - `middle_name` (any)
      Middle Name
    - `last_name` (string, required)
      Last Name

  - `address` (any)
    - `street_address` (string, required)
      Street address
    - `street_address2` (any)
      Apartment, Suite, Box number, etc.
    - `city` (string, required)
      City / Town
    - `postal_code` (string, required)
      Postal code / ZIP code
    - `state` (any)
      State (Postal Abbreviations. Example: "AL", "NJ", "OH")
    - `country` (string, required)
      A ISO-3166 Alpha-2 country code (Abbreviated. Example: "US")

  - `date_of_birth` (any)

  - `identification_number` (any, required)
    - `identification_number` (string, required)
    - `issuing_country` (any)
      A ISO-3166 Alpha-2 country code (Abbreviated. Example: "US")
    - `identification_type` (string, required)
      Enum: "SSN", "PASSPORT", "NON_US_ID", "DRIVERS_LICENSE"

  - `phone_number` (any)

  - `title` (any)

  - `roles` (any)

  - `ownership_percentage` (any)
    The related party's ownership stake, as a string parseable to a number between 0 and 1 (e.g. "0.51" for 51%).

  - `citizenship` (any)

  - `email` (any)

  - `id` (string, required)

## Response 422 fields (application/json):

  - `detail` (array)

  - `detail.loc` (array, required)

  - `detail.msg` (string, required)

  - `detail.type` (string, required)

  - `detail.input` (any)

  - `detail.ctx` (object)


