> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# ukg-configuration-tables-2

> UKG Pro Config Tables L-W - loan types, marital status, military, name prefixes, phone types, projects, schools, skills, term types, and waive reasons

**Server path:** `/ukg-configuration-tables-2` | **Type:** Application | **PCID required:** Yes

## Tools

| Tool                                                                                                                        | Description                                         |
| --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
| [`ukg-configuration-tables-2_get_project_list`](#ukg-configuration-tables-2_get_project_list)                               | Retrieve all Project configurations                 |
| [`ukg-configuration-tables-2_getloan_type_list`](#ukg-configuration-tables-2_getloan_type_list)                             | Retrieve all loanType configurations                |
| [`ukg-configuration-tables-2_getmarital_status_list`](#ukg-configuration-tables-2_getmarital_status_list)                   | Retrieve all maritalStatus configurations           |
| [`ukg-configuration-tables-2_getmilitary_branches_list`](#ukg-configuration-tables-2_getmilitary_branches_list)             | Retrieve all militaryBranches configurations        |
| [`ukg-configuration-tables-2_getmilitary_era_list`](#ukg-configuration-tables-2_getmilitary_era_list)                       | Retrieve all militaryEra configurations             |
| [`ukg-configuration-tables-2_getname_prefix_list`](#ukg-configuration-tables-2_getname_prefix_list)                         | Retrieve all namePrefix configurations              |
| [`ukg-configuration-tables-2_getother_phone_types_list`](#ukg-configuration-tables-2_getother_phone_types_list)             | Retrieve all otherPhoneTypes configurations         |
| [`ukg-configuration-tables-2_getschool_list`](#ukg-configuration-tables-2_getschool_list)                                   | Retrieve all school configurations                  |
| [`ukg-configuration-tables-2_getskill_proficiency_level_list`](#ukg-configuration-tables-2_getskill_proficiency_level_list) | Retrieve all skillProficiencyLevel configurations   |
| [`ukg-configuration-tables-2_getskills_list`](#ukg-configuration-tables-2_getskills_list)                                   | Retrieve all skills configurations                  |
| [`ukg-configuration-tables-2_getterm_type_list`](#ukg-configuration-tables-2_getterm_type_list)                             | Retrieve all termType configurations                |
| [`ukg-configuration-tables-2_getwaive_reason_list`](#ukg-configuration-tables-2_getwaive_reason_list)                       | Retrieve all waiveReason configurations             |
| [`ukg-configuration-tables-2_post_project`](#ukg-configuration-tables-2_post_project)                                       | Create a new project configuration                  |
| [`ukg-configuration-tables-2_postloan_type`](#ukg-configuration-tables-2_postloan_type)                                     | Create a new loanType configuration                 |
| [`ukg-configuration-tables-2_postmarital_status`](#ukg-configuration-tables-2_postmarital_status)                           | Create a new maritalStatus configuration            |
| [`ukg-configuration-tables-2_postmilitary_branches`](#ukg-configuration-tables-2_postmilitary_branches)                     | Create a new militaryBranches configuration         |
| [`ukg-configuration-tables-2_postmilitary_era`](#ukg-configuration-tables-2_postmilitary_era)                               | Create a new militaryEra configuration              |
| [`ukg-configuration-tables-2_postname_prefix`](#ukg-configuration-tables-2_postname_prefix)                                 | Create a new namePrefix configuration               |
| [`ukg-configuration-tables-2_postother_phone_types`](#ukg-configuration-tables-2_postother_phone_types)                     | Create a new otherPhoneTypes configuration          |
| [`ukg-configuration-tables-2_postschool`](#ukg-configuration-tables-2_postschool)                                           | Create a new school configuration                   |
| [`ukg-configuration-tables-2_postskill_proficiency_level`](#ukg-configuration-tables-2_postskill_proficiency_level)         | Create a new skillProficiencyLevel configuration    |
| [`ukg-configuration-tables-2_postskills`](#ukg-configuration-tables-2_postskills)                                           | Create a new skills configuration                   |
| [`ukg-configuration-tables-2_postterm_type`](#ukg-configuration-tables-2_postterm_type)                                     | Create a new termType configuration                 |
| [`ukg-configuration-tables-2_postwaive_reason`](#ukg-configuration-tables-2_postwaive_reason)                               | Create a new waiveReason configuration              |
| [`ukg-configuration-tables-2_put_project`](#ukg-configuration-tables-2_put_project)                                         | Update a single project configuration               |
| [`ukg-configuration-tables-2_putloan_type`](#ukg-configuration-tables-2_putloan_type)                                       | Update a single loanType configuration              |
| [`ukg-configuration-tables-2_putmarital_status`](#ukg-configuration-tables-2_putmarital_status)                             | Update a single maritalStatus configuration         |
| [`ukg-configuration-tables-2_putmilitary_branches`](#ukg-configuration-tables-2_putmilitary_branches)                       | Update a single militaryBranches configuration      |
| [`ukg-configuration-tables-2_putmilitary_era`](#ukg-configuration-tables-2_putmilitary_era)                                 | Update a single militaryEra configuration           |
| [`ukg-configuration-tables-2_putname_prefix`](#ukg-configuration-tables-2_putname_prefix)                                   | Update a single namePrefix configuration            |
| [`ukg-configuration-tables-2_putother_phone_types`](#ukg-configuration-tables-2_putother_phone_types)                       | Update a single otherPhoneTypes configuration       |
| [`ukg-configuration-tables-2_putschool`](#ukg-configuration-tables-2_putschool)                                             | Update a single school configuration                |
| [`ukg-configuration-tables-2_putskill_proficiency_level`](#ukg-configuration-tables-2_putskill_proficiency_level)           | Update a single skillProficiencyLevel configuration |
| [`ukg-configuration-tables-2_putskills`](#ukg-configuration-tables-2_putskills)                                             | Update a single skills configuration                |
| [`ukg-configuration-tables-2_putterm_type`](#ukg-configuration-tables-2_putterm_type)                                       | Update a single termType configuration              |
| [`ukg-configuration-tables-2_putwaive_reason`](#ukg-configuration-tables-2_putwaive_reason)                                 | Update a single waiveReason configuration           |

***

## ukg-configuration-tables-2\_get\_project\_list

Retrieve all Project configurations

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_getloan\_type\_list

Retrieve all loanType configurations

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_getmarital\_status\_list

Retrieve all maritalStatus configurations

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_getmilitary\_branches\_list

Retrieve all militaryBranches configurations

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_getmilitary\_era\_list

Retrieve all militaryEra configurations

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_getname\_prefix\_list

Retrieve all namePrefix configurations

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_getother\_phone\_types\_list

Retrieve all otherPhoneTypes configurations

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_getschool\_list

Retrieve all school configurations

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_getskill\_proficiency\_level\_list

Retrieve all skillProficiencyLevel configurations

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_getskills\_list

Retrieve all skills configurations

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_getterm\_type\_list

Retrieve all termType configurations

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_getwaive\_reason\_list

Retrieve all waiveReason configurations

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_post\_project

Create a new project configuration

**Parameters:**

| Parameter     | Type   | Required | Default | Description  |
| ------------- | ------ | -------- | ------- | ------------ |
| `code`        | string | Yes      | —       | Code.        |
| `description` | string | Yes      | —       | Description. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Code."
      },
      "description": {
        "type": "string",
        "description": "Description."
      }
    },
    "required": [
      "PCID",
      "code",
      "description"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_postloan\_type

Create a new loanType configuration

**Parameters:**

| Parameter     | Type   | Required | Default | Description  |
| ------------- | ------ | -------- | ------- | ------------ |
| `code`        | string | Yes      | —       | Code.        |
| `description` | string | Yes      | —       | Description. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Code."
      },
      "description": {
        "type": "string",
        "description": "Description."
      }
    },
    "required": [
      "PCID",
      "code",
      "description"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_postmarital\_status

Create a new maritalStatus configuration

**Parameters:**

| Parameter     | Type   | Required | Default | Description  |
| ------------- | ------ | -------- | ------- | ------------ |
| `code`        | string | Yes      | —       | Code.        |
| `description` | string | Yes      | —       | Description. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Code."
      },
      "description": {
        "type": "string",
        "description": "Description."
      }
    },
    "required": [
      "PCID",
      "code",
      "description"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_postmilitary\_branches

Create a new militaryBranches configuration

**Parameters:**

| Parameter     | Type   | Required | Default | Description  |
| ------------- | ------ | -------- | ------- | ------------ |
| `code`        | string | Yes      | —       | Code.        |
| `description` | string | Yes      | —       | Description. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Code."
      },
      "description": {
        "type": "string",
        "description": "Description."
      }
    },
    "required": [
      "PCID",
      "code",
      "description"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_postmilitary\_era

Create a new militaryEra configuration

**Parameters:**

| Parameter     | Type   | Required | Default | Description  |
| ------------- | ------ | -------- | ------- | ------------ |
| `code`        | string | Yes      | —       | Code.        |
| `description` | string | Yes      | —       | Description. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Code."
      },
      "description": {
        "type": "string",
        "description": "Description."
      }
    },
    "required": [
      "PCID",
      "code",
      "description"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_postname\_prefix

Create a new namePrefix configuration

**Parameters:**

| Parameter     | Type   | Required | Default | Description  |
| ------------- | ------ | -------- | ------- | ------------ |
| `code`        | string | Yes      | —       | Code.        |
| `description` | string | Yes      | —       | Description. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Code."
      },
      "description": {
        "type": "string",
        "description": "Description."
      }
    },
    "required": [
      "PCID",
      "code",
      "description"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_postother\_phone\_types

Create a new otherPhoneTypes configuration

**Parameters:**

| Parameter     | Type   | Required | Default | Description  |
| ------------- | ------ | -------- | ------- | ------------ |
| `code`        | string | Yes      | —       | Code.        |
| `description` | string | Yes      | —       | Description. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Code."
      },
      "description": {
        "type": "string",
        "description": "Description."
      }
    },
    "required": [
      "PCID",
      "code",
      "description"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_postschool

Create a new school configuration

**Parameters:**

| Parameter     | Type   | Required | Default | Description  |
| ------------- | ------ | -------- | ------- | ------------ |
| `code`        | string | Yes      | —       | Code.        |
| `description` | string | Yes      | —       | Description. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Code."
      },
      "description": {
        "type": "string",
        "description": "Description."
      }
    },
    "required": [
      "PCID",
      "code",
      "description"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_postskill\_proficiency\_level

Create a new skillProficiencyLevel configuration

**Parameters:**

| Parameter     | Type   | Required | Default | Description  |
| ------------- | ------ | -------- | ------- | ------------ |
| `code`        | string | Yes      | —       | Code.        |
| `description` | string | Yes      | —       | Description. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Code."
      },
      "description": {
        "type": "string",
        "description": "Description."
      }
    },
    "required": [
      "PCID",
      "code",
      "description"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_postskills

Create a new skills configuration

**Parameters:**

| Parameter     | Type   | Required | Default | Description  |
| ------------- | ------ | -------- | ------- | ------------ |
| `code`        | string | Yes      | —       | Code.        |
| `description` | string | Yes      | —       | Description. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Code."
      },
      "description": {
        "type": "string",
        "description": "Description."
      }
    },
    "required": [
      "PCID",
      "code",
      "description"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_postterm\_type

Create a new termType configuration

**Parameters:**

| Parameter     | Type   | Required | Default | Description  |
| ------------- | ------ | -------- | ------- | ------------ |
| `code`        | string | Yes      | —       | Code.        |
| `description` | string | Yes      | —       | Description. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Code."
      },
      "description": {
        "type": "string",
        "description": "Description."
      }
    },
    "required": [
      "PCID",
      "code",
      "description"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_postwaive\_reason

Create a new waiveReason configuration

**Parameters:**

| Parameter     | Type   | Required | Default | Description  |
| ------------- | ------ | -------- | ------- | ------------ |
| `code`        | string | Yes      | —       | Code.        |
| `description` | string | Yes      | —       | Description. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Code."
      },
      "description": {
        "type": "string",
        "description": "Description."
      }
    },
    "required": [
      "PCID",
      "code",
      "description"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_put\_project

Update a single project configuration

**Parameters:**

| Parameter | Type   | Required | Default | Description   |
| --------- | ------ | -------- | ------- | ------------- |
| `code`    | string | Yes      | —       | Project code. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Project code."
      }
    },
    "required": [
      "PCID",
      "code"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_putloan\_type

Update a single loanType configuration

**Parameters:**

| Parameter | Type   | Required | Default | Description   |
| --------- | ------ | -------- | ------- | ------------- |
| `code`    | string | Yes      | —       | Project code. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Project code."
      }
    },
    "required": [
      "PCID",
      "code"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_putmarital\_status

Update a single maritalStatus configuration

**Parameters:**

| Parameter | Type   | Required | Default | Description   |
| --------- | ------ | -------- | ------- | ------------- |
| `code`    | string | Yes      | —       | Project code. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Project code."
      }
    },
    "required": [
      "PCID",
      "code"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_putmilitary\_branches

Update a single militaryBranches configuration

**Parameters:**

| Parameter | Type   | Required | Default | Description   |
| --------- | ------ | -------- | ------- | ------------- |
| `code`    | string | Yes      | —       | Project code. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Project code."
      }
    },
    "required": [
      "PCID",
      "code"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_putmilitary\_era

Update a single militaryEra configuration

**Parameters:**

| Parameter | Type   | Required | Default | Description   |
| --------- | ------ | -------- | ------- | ------------- |
| `code`    | string | Yes      | —       | Project code. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Project code."
      }
    },
    "required": [
      "PCID",
      "code"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_putname\_prefix

Update a single namePrefix configuration

**Parameters:**

| Parameter | Type   | Required | Default | Description   |
| --------- | ------ | -------- | ------- | ------------- |
| `code`    | string | Yes      | —       | Project code. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Project code."
      }
    },
    "required": [
      "PCID",
      "code"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_putother\_phone\_types

Update a single otherPhoneTypes configuration

**Parameters:**

| Parameter | Type   | Required | Default | Description   |
| --------- | ------ | -------- | ------- | ------------- |
| `code`    | string | Yes      | —       | Project code. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Project code."
      }
    },
    "required": [
      "PCID",
      "code"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_putschool

Update a single school configuration

**Parameters:**

| Parameter | Type   | Required | Default | Description   |
| --------- | ------ | -------- | ------- | ------------- |
| `code`    | string | Yes      | —       | Project code. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Project code."
      }
    },
    "required": [
      "PCID",
      "code"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_putskill\_proficiency\_level

Update a single skillProficiencyLevel configuration

**Parameters:**

| Parameter | Type   | Required | Default | Description   |
| --------- | ------ | -------- | ------- | ------------- |
| `code`    | string | Yes      | —       | Project code. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Project code."
      }
    },
    "required": [
      "PCID",
      "code"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_putskills

Update a single skills configuration

**Parameters:**

| Parameter | Type   | Required | Default | Description   |
| --------- | ------ | -------- | ------- | ------------- |
| `code`    | string | Yes      | —       | Project code. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Project code."
      }
    },
    "required": [
      "PCID",
      "code"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_putterm\_type

Update a single termType configuration

**Parameters:**

| Parameter | Type   | Required | Default | Description   |
| --------- | ------ | -------- | ------- | ------------- |
| `code`    | string | Yes      | —       | Project code. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Project code."
      }
    },
    "required": [
      "PCID",
      "code"
    ]
  }
  ```
</Expandable>

***

## ukg-configuration-tables-2\_putwaive\_reason

Update a single waiveReason configuration

**Parameters:**

| Parameter | Type   | Required | Default | Description   |
| --------- | ------ | -------- | ------- | ------------- |
| `code`    | string | Yes      | —       | Project code. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "code": {
        "type": "string",
        "description": "Project code."
      }
    },
    "required": [
      "PCID",
      "code"
    ]
  }
  ```
</Expandable>
