v1

latestOpenAPI 3.0.22026-07-24800528.1 KB
Applications

Bulk Decision Applications

Update the decision of the given Applications provided

patch/v2/applications/decision

Request body

approvedboolean nullable

The decision approval state, null removes existing decision

decline_reasonstring nullable

The reason associated with the provided decision

group_id_overrideinteger nullable

The override group to move the Partner to after applying decision

manager_emailstring nullable

The partner manager to assign to the partner after applying decision.

Example request

{
  "approved": true,
  "decline_reason": "Ineligible based on Partner Country",
  "group_id_override": 1234,
  "manager_email": "manager@domain.com"
}

Response

Update the decision of the given Applications provided

messagestring required
statusinteger required

Example response

{
  "data": {
    "items": [
      {
        "created_at": 1574181282399,
        "key": "co_a80cb515fe",
        "updated_at": 1574181282399,
        "actioned_by": "Professor Xavier",
        "content": {
          "email": "dog@frog.com",
          "first_name": "Walter",
          "last_name": "White"
        },
        "decline_reason": "Not a valid application",
        "group_name": "Cooler dudes",
        "partnership_source": "ps",
        "team_color": "blue",
        "team_key": "stck_12334",
        "team_logo": "profile.png",
        "team_name": "Cool dudes"
      }
    ]
  }
}