---
title: "Bulk Decision Applications"
method: PATCH
path: "/v2/applications/decision"
tags: ["Applications"]
---

# Bulk Decision Applications

`PATCH /v2/applications/decision`

Update the decision of the given Applications provided

## Request body

- object
  - `application_keys` unknown[] — List of application_keys that we are approving or declining
    - unknown
  - `approved` boolean, nullable — The decision approval state, null removes existing decision
  - `decline_reason` string, nullable — The reason associated with the provided decision
  - `group_id_override` integer, nullable — The override group to move the Partner to after applying decision
  - `manager_email` string, nullable — The partner manager to assign to the partner after applying decision.
  - `tags` unknown[], nullable — The tags to assign to the partner. Optional.
    - unknown

## Response `200`

Update the decision of the given Applications provided

- object
  - `data` object, required
    - `items` object[]
      - `created_at` integer — Immutable Unix timestamp in milliseconds taken at time of creation
      - `key` string — A unique identifier used to reference the object
      - `updated_at` integer — Unix timestamp in milliseconds taken at time of last update
      - `actioned_by` string, nullable — Name of the member that approved/declined this application
      - `approved` true | false | null, nullable — Has this application been approved by the vendor
      - `content` object — the filled out values for the application form itself
        - `email` string, nullable — Email for the applying partner
        - `first_name` string, nullable — First name of the partner applying
        - `last_name` string, nullable — Last name of the partner applying
      - `decline_reason` string, nullable — Reason given by vendor for not approving a specific application
      - `flag_reasons` unknown[], nullable — Reasons why a partnership was flagged for fraud
        - unknown
      - `fraud_flagged` boolean — Wherether or not the partner has been flagged for fraud
      - `group_name` string — Name of the group to which the partner is applying to become a part of
      - `partnership_source` string, nullable — Source of the partnership created from this application
      - `team_blocked` boolean, nullable — Whether the partner team has been blocked by the program
      - `team_color` string, nullable — Color representing the partner's team
      - `team_key` string, nullable — Key representing the partner's team
      - `team_logo` string, nullable — Filename representing the team logo
      - `team_name` string, nullable — Name of the partner team to which this applying partner belongs
      - `with_profile` boolean, nullable — Whether the partner team has used their team_profile instead of filling out the application form
  - `message` string, required
  - `status` integer, required

## Other responses

- `400` — Bad Request Error
- `401` — Unauthorized Error
- `403` — Forbidden Error
- `404` — Not Found Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/partnerstack/apis/partnerstack-api.md) · [All operations](https://skmtc.dev/partnerstack/apis/partnerstack-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/partnerstack/partnerstack-api/revisions/0f35aebe53a9/schema)
