> ## 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.

# moco-account

> Moco Account Settings

**Server path:** `/moco-account` | **Type:** Application | **PCID required:** Yes

## Tools

| Tool                                                                                                            | Description                          |
| --------------------------------------------------------------------------------------------------------------- | ------------------------------------ |
| [`moco_account_create_account_catalog_services`](#moco_account_create_account_catalog_services)                 | Create account catalog service       |
| [`moco_account_create_account_catalog_services_items`](#moco_account_create_account_catalog_services_items)     | Create account catalog service item  |
| [`moco_account_create_account_custom_properties`](#moco_account_create_account_custom_properties)               | Create account custom property       |
| [`moco_account_create_account_expense_templates`](#moco_account_create_account_expense_templates)               | Create account expense template      |
| [`moco_account_create_account_task_templates`](#moco_account_create_account_task_templates)                     | Create account task template         |
| [`moco_account_create_account_web_hooks`](#moco_account_create_account_web_hooks)                               | Create account web hook              |
| [`moco_account_delete_catalog_services`](#moco_account_delete_catalog_services)                                 | Delete account catalog service       |
| [`moco_account_delete_catalog_services_items`](#moco_account_delete_catalog_services_items)                     | Delete account catalog service item  |
| [`moco_account_delete_custom_properties`](#moco_account_delete_custom_properties)                               | Delete account custom property       |
| [`moco_account_delete_expense_templates`](#moco_account_delete_expense_templates)                               | Delete account expense template      |
| [`moco_account_delete_task_templates`](#moco_account_delete_task_templates)                                     | Delete account task template         |
| [`moco_account_delete_web_hooks`](#moco_account_delete_web_hooks)                                               | Delete account web hook              |
| [`moco_account_get_catalog_services`](#moco_account_get_catalog_services)                                       | Get account catalog service          |
| [`moco_account_get_catalog_services_items`](#moco_account_get_catalog_services_items)                           | Get account catalog service item     |
| [`moco_account_get_custom_properties`](#moco_account_get_custom_properties)                                     | Get account custom property          |
| [`moco_account_get_expense_templates`](#moco_account_get_expense_templates)                                     | Get account expense template         |
| [`moco_account_get_task_templates`](#moco_account_get_task_templates)                                           | Get account task template            |
| [`moco_account_get_web_hooks`](#moco_account_get_web_hooks)                                                     | Get account web hook                 |
| [`moco_account_list_account_catalog_services`](#moco_account_list_account_catalog_services)                     | List account catalog services        |
| [`moco_account_list_account_custom_properties`](#moco_account_list_account_custom_properties)                   | List account custom properties       |
| [`moco_account_list_account_expense_templates`](#moco_account_list_account_expense_templates)                   | List account expense templates       |
| [`moco_account_list_account_fixed_costs`](#moco_account_list_account_fixed_costs)                               | List account fixed costs             |
| [`moco_account_list_account_hourly_rates`](#moco_account_list_account_hourly_rates)                             | List account hourly rates            |
| [`moco_account_list_account_internal_hourly_rates`](#moco_account_list_account_internal_hourly_rates)           | Get account internal hourly rates    |
| [`moco_account_list_account_task_templates`](#moco_account_list_account_task_templates)                         | List account task templates          |
| [`moco_account_list_account_web_hooks`](#moco_account_list_account_web_hooks)                                   | List account web hooks               |
| [`moco_account_update_account_catalog_services`](#moco_account_update_account_catalog_services)                 | Update account catalog service       |
| [`moco_account_update_account_catalog_services_1`](#moco_account_update_account_catalog_services_1)             | Update account catalog service       |
| [`moco_account_update_account_catalog_services_items`](#moco_account_update_account_catalog_services_items)     | Update account catalog service item  |
| [`moco_account_update_account_catalog_services_items_1`](#moco_account_update_account_catalog_services_items_1) | Update account catalog service item  |
| [`moco_account_update_account_custom_properties`](#moco_account_update_account_custom_properties)               | Update account custom property       |
| [`moco_account_update_account_expense_templates`](#moco_account_update_account_expense_templates)               | Update account expense template      |
| [`moco_account_update_account_internal_hourly_rates`](#moco_account_update_account_internal_hourly_rates)       | Update account internal hourly rates |
| [`moco_account_update_account_task_templates`](#moco_account_update_account_task_templates)                     | Update account task template         |
| [`moco_account_update_account_task_templates_1`](#moco_account_update_account_task_templates_1)                 | Update account task template         |
| [`moco_account_update_account_web_hooks`](#moco_account_update_account_web_hooks)                               | Update account web hook              |
| [`moco_account_update_account_web_hooks_1`](#moco_account_update_account_web_hooks_1)                           | Update account web hook              |
| [`moco_account_update_account_web_hooks_disable`](#moco_account_update_account_web_hooks_disable)               | Disable account web hook             |
| [`moco_account_update_account_web_hooks_enable`](#moco_account_update_account_web_hooks_enable)                 | Enable account web hook              |

***

## moco\_account\_create\_account\_catalog\_services

Create account catalog service

**Parameters:**

| Parameter | Type   | Required | Default | Description     |
| --------- | ------ | -------- | ------- | --------------- |
| `items`   | any\[] | No       | —       | The items value |
| `title`   | string | No       | —       | The title value |

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

***

## moco\_account\_create\_account\_catalog\_services\_items

Create account catalog service item

**Parameters:**

| Parameter                | Type      | Required | Default | Description            |
| ------------------------ | --------- | -------- | ------- | ---------------------- |
| `catalog_service_id`     | integer   | Yes      | —       | Catalog Service Id     |
| `additional`             | boolean   | No       | —       | The additional value   |
| `description`            | string    | No       | —       | The description value  |
| `destroyed`              | boolean   | No       | —       | The destroyed value    |
| `id`                     | integer   | No       | —       | The id value           |
| `net_total`              | number    | No       | —       | Net Total              |
| `optional`               | boolean   | No       | —       | The optional value     |
| `part`                   | boolean   | No       | —       | The part value         |
| `position_group_display` | string    | No       | —       | Position Group Display |
| `position_group_items`   | object\[] | No       | —       | Position Group Items   |
| `quantity`               | number    | No       | —       | The quantity value     |
| `subtotal_type`          | string    | No       | —       | Subtotal Type          |
| `title`                  | string    | No       | —       | The title value        |
| `type`                   | string    | No       | —       | The type value         |
| `unit`                   | string    | No       | —       | The unit value         |
| `unit_cost`              | number    | No       | —       | Unit Cost              |
| `unit_price`             | number    | No       | —       | Unit Price             |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "catalog_service_id": {
        "type": "integer",
        "description": "Catalog Service Id"
      },
      "additional": {
        "type": "boolean",
        "description": "The additional value"
      },
      "description": {
        "type": "string",
        "description": "The description value"
      },
      "destroyed": {
        "type": "boolean",
        "description": "The destroyed value"
      },
      "id": {
        "type": "integer",
        "description": "The id value"
      },
      "net_total": {
        "type": "number",
        "description": "Net Total"
      },
      "optional": {
        "type": "boolean",
        "description": "The optional value"
      },
      "part": {
        "type": "boolean",
        "description": "The part value"
      },
      "position_group_display": {
        "type": "string",
        "description": "Position Group Display"
      },
      "position_group_items": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "title": {
              "type": "string",
              "description": "The title value"
            },
            "unit": {
              "type": "string",
              "description": "The unit value"
            },
            "quantity": {
              "type": "number",
              "description": "The quantity value"
            },
            "unit_price": {
              "type": "number",
              "description": "Unit Price"
            },
            "unit_cost": {
              "type": "number",
              "description": "Unit Cost"
            }
          }
        },
        "description": "Position Group Items"
      },
      "quantity": {
        "type": "number",
        "description": "The quantity value"
      },
      "subtotal_type": {
        "type": "string",
        "description": "Subtotal Type"
      },
      "title": {
        "type": "string",
        "description": "The title value"
      },
      "type": {
        "type": "string",
        "description": "The type value"
      },
      "unit": {
        "type": "string",
        "description": "The unit value"
      },
      "unit_cost": {
        "type": "number",
        "description": "Unit Cost"
      },
      "unit_price": {
        "type": "number",
        "description": "Unit Price"
      }
    },
    "required": [
      "PCID",
      "catalog_service_id"
    ]
  }
  ```
</Expandable>

***

## moco\_account\_create\_account\_custom\_properties

Create account custom property

**Parameters:**

| Parameter              | Type      | Required | Default | Description           |
| ---------------------- | --------- | -------- | ------- | --------------------- |
| `api_only`             | boolean   | No       | —       | Api Only              |
| `defaults`             | string\[] | No       | —       | The defaults value    |
| `entity`               | string    | Yes      | —       | The entity value      |
| `kind`                 | string    | Yes      | —       | The kind value        |
| `name`                 | string    | Yes      | —       | The name value        |
| `notification_enabled` | boolean   | No       | —       | Notification Enabled  |
| `placeholder`          | string    | No       | —       | The placeholder value |
| `placeholder_alt`      | string    | No       | —       | Placeholder Alt       |
| `print_on_invoice`     | boolean   | No       | —       | Print On Invoice      |
| `print_on_offer`       | boolean   | No       | —       | Print On Offer        |
| `print_on_timesheet`   | boolean   | No       | —       | Print On Timesheet    |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "api_only": {
        "type": "boolean",
        "description": "Api Only"
      },
      "defaults": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "The defaults value"
      },
      "entity": {
        "type": "string",
        "description": "The entity value"
      },
      "kind": {
        "type": "string",
        "description": "The kind value"
      },
      "name": {
        "type": "string",
        "description": "The name value"
      },
      "notification_enabled": {
        "type": "boolean",
        "description": "Notification Enabled"
      },
      "placeholder": {
        "type": "string",
        "description": "The placeholder value"
      },
      "placeholder_alt": {
        "type": "string",
        "description": "Placeholder Alt"
      },
      "print_on_invoice": {
        "type": "boolean",
        "description": "Print On Invoice"
      },
      "print_on_offer": {
        "type": "boolean",
        "description": "Print On Offer"
      },
      "print_on_timesheet": {
        "type": "boolean",
        "description": "Print On Timesheet"
      }
    },
    "required": [
      "PCID",
      "entity",
      "kind",
      "name"
    ]
  }
  ```
</Expandable>

***

## moco\_account\_create\_account\_expense\_templates

Create account expense template

**Parameters:**

| Parameter             | Type    | Required | Default | Description                             |
| --------------------- | ------- | -------- | ------- | --------------------------------------- |
| `currency`            | string  | Yes      | —       | ISO 4217 currency code (e.g. EUR, USD). |
| `description`         | string  | No       | —       | The description value                   |
| `revenue_category_id` | integer | No       | —       | Revenue Category Id                     |
| `title`               | string  | Yes      | —       | The title value                         |
| `unit`                | string  | No       | —       | The unit value                          |
| `unit_cost`           | number  | No       | —       | Unit Cost                               |
| `unit_price`          | number  | No       | —       | Unit Price                              |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "currency": {
        "type": "string",
        "description": "ISO 4217 currency code (e.g. EUR, USD)."
      },
      "description": {
        "type": "string",
        "description": "The description value"
      },
      "revenue_category_id": {
        "type": "integer",
        "description": "Revenue Category Id"
      },
      "title": {
        "type": "string",
        "description": "The title value"
      },
      "unit": {
        "type": "string",
        "description": "The unit value"
      },
      "unit_cost": {
        "type": "number",
        "description": "Unit Cost"
      },
      "unit_price": {
        "type": "number",
        "description": "Unit Price"
      }
    },
    "required": [
      "PCID",
      "currency",
      "title"
    ]
  }
  ```
</Expandable>

***

## moco\_account\_create\_account\_task\_templates

Create account task template

**Parameters:**

| Parameter             | Type    | Required | Default | Description           |
| --------------------- | ------- | -------- | ------- | --------------------- |
| `billable`            | boolean | No       | —       | The billable value    |
| `description`         | string  | No       | —       | The description value |
| `index`               | integer | No       | —       | The index value       |
| `name`                | string  | No       | —       | The name value        |
| `project_default`     | boolean | No       | —       | Project Default       |
| `revenue_category_id` | integer | No       | —       | Revenue Category Id   |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "billable": {
        "type": "boolean",
        "description": "The billable value"
      },
      "description": {
        "type": "string",
        "description": "The description value"
      },
      "index": {
        "type": "integer",
        "description": "The index value"
      },
      "name": {
        "type": "string",
        "description": "The name value"
      },
      "project_default": {
        "type": "boolean",
        "description": "Project Default"
      },
      "revenue_category_id": {
        "type": "integer",
        "description": "Revenue Category Id"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## moco\_account\_create\_account\_web\_hooks

Create account web hook

**Parameters:**

| Parameter | Type   | Required | Default | Description      |
| --------- | ------ | -------- | ------- | ---------------- |
| `event`   | string | Yes      | —       | The event value  |
| `hook`    | string | Yes      | —       | The hook value   |
| `target`  | string | Yes      | —       | The target value |

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

***

## moco\_account\_delete\_catalog\_services

Delete account catalog service

**Parameters:**

| Parameter | Type    | Required | Default | Description  |
| --------- | ------- | -------- | ------- | ------------ |
| `id`      | integer | Yes      | —       | Resource ID. |

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

***

## moco\_account\_delete\_catalog\_services\_items

Delete account catalog service item

**Parameters:**

| Parameter            | Type    | Required | Default | Description        |
| -------------------- | ------- | -------- | ------- | ------------------ |
| `catalog_service_id` | integer | Yes      | —       | Catalog Service Id |
| `id`                 | integer | Yes      | —       | Resource ID.       |

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

***

## moco\_account\_delete\_custom\_properties

Delete account custom property

**Parameters:**

| Parameter | Type    | Required | Default | Description  |
| --------- | ------- | -------- | ------- | ------------ |
| `id`      | integer | Yes      | —       | Resource ID. |

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

***

## moco\_account\_delete\_expense\_templates

Delete account expense template

**Parameters:**

| Parameter | Type    | Required | Default | Description  |
| --------- | ------- | -------- | ------- | ------------ |
| `id`      | integer | Yes      | —       | Resource ID. |

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

***

## moco\_account\_delete\_task\_templates

Delete account task template

**Parameters:**

| Parameter | Type    | Required | Default | Description  |
| --------- | ------- | -------- | ------- | ------------ |
| `id`      | integer | Yes      | —       | Resource ID. |

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

***

## moco\_account\_delete\_web\_hooks

Delete account web hook

**Parameters:**

| Parameter | Type    | Required | Default | Description  |
| --------- | ------- | -------- | ------- | ------------ |
| `id`      | integer | Yes      | —       | Resource ID. |

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

***

## moco\_account\_get\_catalog\_services

Get account catalog service

**Parameters:**

| Parameter | Type    | Required | Default | Description  |
| --------- | ------- | -------- | ------- | ------------ |
| `id`      | integer | Yes      | —       | Resource ID. |

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

***

## moco\_account\_get\_catalog\_services\_items

Get account catalog service item

**Parameters:**

| Parameter            | Type    | Required | Default | Description        |
| -------------------- | ------- | -------- | ------- | ------------------ |
| `catalog_service_id` | integer | Yes      | —       | Catalog Service Id |
| `id`                 | integer | Yes      | —       | Resource ID.       |

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

***

## moco\_account\_get\_custom\_properties

Get account custom property

**Parameters:**

| Parameter | Type    | Required | Default | Description  |
| --------- | ------- | -------- | ------- | ------------ |
| `id`      | integer | Yes      | —       | Resource ID. |

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

***

## moco\_account\_get\_expense\_templates

Get account expense template

**Parameters:**

| Parameter | Type    | Required | Default | Description  |
| --------- | ------- | -------- | ------- | ------------ |
| `id`      | integer | Yes      | —       | Resource ID. |

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

***

## moco\_account\_get\_task\_templates

Get account task template

**Parameters:**

| Parameter | Type    | Required | Default | Description  |
| --------- | ------- | -------- | ------- | ------------ |
| `id`      | integer | Yes      | —       | Resource ID. |

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

***

## moco\_account\_get\_web\_hooks

Get account web hook

**Parameters:**

| Parameter | Type    | Required | Default | Description  |
| --------- | ------- | -------- | ------- | ------------ |
| `id`      | integer | Yes      | —       | Resource ID. |

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

***

## moco\_account\_list\_account\_catalog\_services

List account catalog services

**Parameters:**

| Parameter       | Type    | Required | Default | Description                                                                                                                                                                                                             |
| --------------- | ------- | -------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `page`          | integer | No       | —       | Page number, starting at 1.                                                                                                                                                                                             |
| `per_page`      | integer | No       | —       | Page size.                                                                                                                                                                                                              |
| `ids`           | string  | No       | —       | Comma-separated IDs.                                                                                                                                                                                                    |
| `updated_after` | string  | No       | —       | ISO 8601 UTC timestamp (e.g. `2026-01-31T14:30:00Z`).  Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "page": {
        "type": "integer",
        "description": "Page number, starting at 1."
      },
      "per_page": {
        "type": "integer",
        "description": "Page size."
      },
      "ids": {
        "type": "string",
        "description": "Comma-separated IDs."
      },
      "updated_after": {
        "type": "string",
        "description": "ISO 8601 UTC timestamp (e.g. `2026-01-31T14:30:00Z`).  Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization."
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## moco\_account\_list\_account\_custom\_properties

List account custom properties

**Parameters:**

| Parameter       | Type    | Required | Default | Description                                                                                                                                                                                                             |
| --------------- | ------- | -------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `page`          | integer | No       | —       | Page number, starting at 1.                                                                                                                                                                                             |
| `per_page`      | integer | No       | —       | Page size.                                                                                                                                                                                                              |
| `ids`           | string  | No       | —       | Comma-separated IDs.                                                                                                                                                                                                    |
| `updated_after` | string  | No       | —       | ISO 8601 UTC timestamp (e.g. `2026-01-31T14:30:00Z`).  Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization. |
| `entity`        | string  | No       | —       | The entity value                                                                                                                                                                                                        |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "page": {
        "type": "integer",
        "description": "Page number, starting at 1."
      },
      "per_page": {
        "type": "integer",
        "description": "Page size."
      },
      "ids": {
        "type": "string",
        "description": "Comma-separated IDs."
      },
      "updated_after": {
        "type": "string",
        "description": "ISO 8601 UTC timestamp (e.g. `2026-01-31T14:30:00Z`).  Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization."
      },
      "entity": {
        "type": "string",
        "description": "The entity value"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## moco\_account\_list\_account\_expense\_templates

List account expense templates

**Parameters:**

| Parameter       | Type    | Required | Default | Description                                                                                                                                                                                                             |
| --------------- | ------- | -------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `page`          | integer | No       | —       | Page number, starting at 1.                                                                                                                                                                                             |
| `per_page`      | integer | No       | —       | Page size.                                                                                                                                                                                                              |
| `ids`           | string  | No       | —       | Comma-separated IDs.                                                                                                                                                                                                    |
| `updated_after` | string  | No       | —       | ISO 8601 UTC timestamp (e.g. `2026-01-31T14:30:00Z`).  Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "page": {
        "type": "integer",
        "description": "Page number, starting at 1."
      },
      "per_page": {
        "type": "integer",
        "description": "Page size."
      },
      "ids": {
        "type": "string",
        "description": "Comma-separated IDs."
      },
      "updated_after": {
        "type": "string",
        "description": "ISO 8601 UTC timestamp (e.g. `2026-01-31T14:30:00Z`).  Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization."
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## moco\_account\_list\_account\_fixed\_costs

List account fixed costs

**Parameters:**

| Parameter | Type    | Required | Default | Description                                    |
| --------- | ------- | -------- | ------- | ---------------------------------------------- |
| `page`    | integer | No       | —       | Page number, starting at 1.                    |
| `year`    | integer | No       | —       | Optional year filter for monthly cost entries. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "page": {
        "type": "integer",
        "description": "Page number, starting at 1."
      },
      "year": {
        "type": "integer",
        "description": "Optional year filter for monthly cost entries."
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## moco\_account\_list\_account\_hourly\_rates

List account hourly rates

**Parameters:**

| Parameter                | Type    | Required | Default | Description                                                            |
| ------------------------ | ------- | -------- | ------- | ---------------------------------------------------------------------- |
| `company_id`             | integer | No       | —       | Optional company ID. Returns company-specific defaults when available. |
| `include_archived_users` | boolean | No       | —       | Include archived users in the `users` section.                         |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "company_id": {
        "type": "integer",
        "description": "Optional company ID. Returns company-specific defaults when available."
      },
      "include_archived_users": {
        "type": "boolean",
        "description": "Include archived users in the `users` section."
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## moco\_account\_list\_account\_internal\_hourly\_rates

Get account internal hourly rates

**Parameters:**

| Parameter          | Type    | Required | Default | Description                                                               |
| ------------------ | ------- | -------- | ------- | ------------------------------------------------------------------------- |
| `years`            | string  | No       | —       | Comma-separated years, for example `2024,2025`. Defaults to current year. |
| `unit_id`          | integer | No       | —       | Optional unit filter.                                                     |
| `include_archived` | boolean | No       | —       | Include archived users in response.                                       |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "years": {
        "type": "string",
        "description": "Comma-separated years, for example `2024,2025`. Defaults to current year."
      },
      "unit_id": {
        "type": "integer",
        "description": "Optional unit filter."
      },
      "include_archived": {
        "type": "boolean",
        "description": "Include archived users in response."
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## moco\_account\_list\_account\_task\_templates

List account task templates

**Parameters:**

| Parameter       | Type    | Required | Default | Description                                                                                                                                                                                                             |
| --------------- | ------- | -------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `page`          | integer | No       | —       | Page number, starting at 1.                                                                                                                                                                                             |
| `per_page`      | integer | No       | —       | Page size.                                                                                                                                                                                                              |
| `ids`           | string  | No       | —       | Comma-separated IDs.                                                                                                                                                                                                    |
| `updated_after` | string  | No       | —       | ISO 8601 UTC timestamp (e.g. `2026-01-31T14:30:00Z`).  Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "page": {
        "type": "integer",
        "description": "Page number, starting at 1."
      },
      "per_page": {
        "type": "integer",
        "description": "Page size."
      },
      "ids": {
        "type": "string",
        "description": "Comma-separated IDs."
      },
      "updated_after": {
        "type": "string",
        "description": "ISO 8601 UTC timestamp (e.g. `2026-01-31T14:30:00Z`).  Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization."
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## moco\_account\_list\_account\_web\_hooks

List account web hooks

**Parameters:**

| Parameter       | Type    | Required | Default | Description                                                                                                                                                                                                             |
| --------------- | ------- | -------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `page`          | integer | No       | —       | Page number, starting at 1.                                                                                                                                                                                             |
| `per_page`      | integer | No       | —       | Page size.                                                                                                                                                                                                              |
| `ids`           | string  | No       | —       | Comma-separated IDs.                                                                                                                                                                                                    |
| `updated_after` | string  | No       | —       | ISO 8601 UTC timestamp (e.g. `2026-01-31T14:30:00Z`).  Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "page": {
        "type": "integer",
        "description": "Page number, starting at 1."
      },
      "per_page": {
        "type": "integer",
        "description": "Page size."
      },
      "ids": {
        "type": "string",
        "description": "Comma-separated IDs."
      },
      "updated_after": {
        "type": "string",
        "description": "ISO 8601 UTC timestamp (e.g. `2026-01-31T14:30:00Z`).  Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization."
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## moco\_account\_update\_account\_catalog\_services

Update account catalog service

**Parameters:**

| Parameter | Type    | Required | Default | Description     |
| --------- | ------- | -------- | ------- | --------------- |
| `id`      | integer | Yes      | —       | Resource ID.    |
| `title`   | string  | Yes      | —       | The title value |

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

***

## moco\_account\_update\_account\_catalog\_services\_1

Update account catalog service

**Parameters:**

| Parameter | Type    | Required | Default | Description     |
| --------- | ------- | -------- | ------- | --------------- |
| `id`      | integer | Yes      | —       | Resource ID.    |
| `title`   | string  | No       | —       | The title value |

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

***

## moco\_account\_update\_account\_catalog\_services\_items

Update account catalog service item

**Parameters:**

| Parameter                | Type      | Required | Default | Description            |
| ------------------------ | --------- | -------- | ------- | ---------------------- |
| `catalog_service_id`     | integer   | Yes      | —       | Catalog Service Id     |
| `id`                     | integer   | Yes      | —       | Resource ID.           |
| `additional`             | boolean   | No       | —       | The additional value   |
| `description`            | string    | No       | —       | The description value  |
| `destroyed`              | boolean   | No       | —       | The destroyed value    |
| `net_total`              | number    | No       | —       | Net Total              |
| `optional`               | boolean   | No       | —       | The optional value     |
| `part`                   | boolean   | No       | —       | The part value         |
| `position_group_display` | string    | No       | —       | Position Group Display |
| `position_group_items`   | object\[] | No       | —       | Position Group Items   |
| `quantity`               | number    | No       | —       | The quantity value     |
| `subtotal_type`          | string    | No       | —       | Subtotal Type          |
| `title`                  | string    | No       | —       | The title value        |
| `type`                   | string    | No       | —       | The type value         |
| `unit`                   | string    | No       | —       | The unit value         |
| `unit_cost`              | number    | No       | —       | Unit Cost              |
| `unit_price`             | number    | No       | —       | Unit Price             |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "catalog_service_id": {
        "type": "integer",
        "description": "Catalog Service Id"
      },
      "id": {
        "type": "integer",
        "description": "Resource ID."
      },
      "additional": {
        "type": "boolean",
        "description": "The additional value"
      },
      "description": {
        "type": "string",
        "description": "The description value"
      },
      "destroyed": {
        "type": "boolean",
        "description": "The destroyed value"
      },
      "net_total": {
        "type": "number",
        "description": "Net Total"
      },
      "optional": {
        "type": "boolean",
        "description": "The optional value"
      },
      "part": {
        "type": "boolean",
        "description": "The part value"
      },
      "position_group_display": {
        "type": "string",
        "description": "Position Group Display"
      },
      "position_group_items": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "title": {
              "type": "string",
              "description": "The title value"
            },
            "unit": {
              "type": "string",
              "description": "The unit value"
            },
            "quantity": {
              "type": "number",
              "description": "The quantity value"
            },
            "unit_price": {
              "type": "number",
              "description": "Unit Price"
            },
            "unit_cost": {
              "type": "number",
              "description": "Unit Cost"
            }
          }
        },
        "description": "Position Group Items"
      },
      "quantity": {
        "type": "number",
        "description": "The quantity value"
      },
      "subtotal_type": {
        "type": "string",
        "description": "Subtotal Type"
      },
      "title": {
        "type": "string",
        "description": "The title value"
      },
      "type": {
        "type": "string",
        "description": "The type value"
      },
      "unit": {
        "type": "string",
        "description": "The unit value"
      },
      "unit_cost": {
        "type": "number",
        "description": "Unit Cost"
      },
      "unit_price": {
        "type": "number",
        "description": "Unit Price"
      }
    },
    "required": [
      "PCID",
      "catalog_service_id",
      "id"
    ]
  }
  ```
</Expandable>

***

## moco\_account\_update\_account\_catalog\_services\_items\_1

Update account catalog service item

**Parameters:**

| Parameter                | Type      | Required | Default | Description            |
| ------------------------ | --------- | -------- | ------- | ---------------------- |
| `catalog_service_id`     | integer   | Yes      | —       | Catalog Service Id     |
| `id`                     | integer   | Yes      | —       | Resource ID.           |
| `additional`             | boolean   | No       | —       | The additional value   |
| `description`            | string    | No       | —       | The description value  |
| `destroyed`              | boolean   | No       | —       | The destroyed value    |
| `net_total`              | number    | No       | —       | Net Total              |
| `optional`               | boolean   | No       | —       | The optional value     |
| `part`                   | boolean   | No       | —       | The part value         |
| `position_group_display` | string    | No       | —       | Position Group Display |
| `position_group_items`   | object\[] | No       | —       | Position Group Items   |
| `quantity`               | number    | No       | —       | The quantity value     |
| `subtotal_type`          | string    | No       | —       | Subtotal Type          |
| `title`                  | string    | No       | —       | The title value        |
| `type`                   | string    | No       | —       | The type value         |
| `unit`                   | string    | No       | —       | The unit value         |
| `unit_cost`              | number    | No       | —       | Unit Cost              |
| `unit_price`             | number    | No       | —       | Unit Price             |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "catalog_service_id": {
        "type": "integer",
        "description": "Catalog Service Id"
      },
      "id": {
        "type": "integer",
        "description": "Resource ID."
      },
      "additional": {
        "type": "boolean",
        "description": "The additional value"
      },
      "description": {
        "type": "string",
        "description": "The description value"
      },
      "destroyed": {
        "type": "boolean",
        "description": "The destroyed value"
      },
      "net_total": {
        "type": "number",
        "description": "Net Total"
      },
      "optional": {
        "type": "boolean",
        "description": "The optional value"
      },
      "part": {
        "type": "boolean",
        "description": "The part value"
      },
      "position_group_display": {
        "type": "string",
        "description": "Position Group Display"
      },
      "position_group_items": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "title": {
              "type": "string",
              "description": "The title value"
            },
            "unit": {
              "type": "string",
              "description": "The unit value"
            },
            "quantity": {
              "type": "number",
              "description": "The quantity value"
            },
            "unit_price": {
              "type": "number",
              "description": "Unit Price"
            },
            "unit_cost": {
              "type": "number",
              "description": "Unit Cost"
            }
          }
        },
        "description": "Position Group Items"
      },
      "quantity": {
        "type": "number",
        "description": "The quantity value"
      },
      "subtotal_type": {
        "type": "string",
        "description": "Subtotal Type"
      },
      "title": {
        "type": "string",
        "description": "The title value"
      },
      "type": {
        "type": "string",
        "description": "The type value"
      },
      "unit": {
        "type": "string",
        "description": "The unit value"
      },
      "unit_cost": {
        "type": "number",
        "description": "Unit Cost"
      },
      "unit_price": {
        "type": "number",
        "description": "Unit Price"
      }
    },
    "required": [
      "PCID",
      "catalog_service_id",
      "id"
    ]
  }
  ```
</Expandable>

***

## moco\_account\_update\_account\_custom\_properties

Update account custom property

**Parameters:**

| Parameter              | Type      | Required | Default | Description           |
| ---------------------- | --------- | -------- | ------- | --------------------- |
| `id`                   | integer   | Yes      | —       | Resource ID.          |
| `api_only`             | boolean   | No       | —       | Api Only              |
| `defaults`             | string\[] | No       | —       | The defaults value    |
| `entity`               | string    | No       | —       | The entity value      |
| `kind`                 | string    | No       | —       | The kind value        |
| `name`                 | string    | No       | —       | The name value        |
| `notification_enabled` | boolean   | No       | —       | Notification Enabled  |
| `placeholder`          | string    | No       | —       | The placeholder value |
| `placeholder_alt`      | string    | No       | —       | Placeholder Alt       |
| `print_on_invoice`     | boolean   | No       | —       | Print On Invoice      |
| `print_on_offer`       | boolean   | No       | —       | Print On Offer        |
| `print_on_timesheet`   | boolean   | No       | —       | Print On Timesheet    |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "id": {
        "type": "integer",
        "description": "Resource ID."
      },
      "api_only": {
        "type": "boolean",
        "description": "Api Only"
      },
      "defaults": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "The defaults value"
      },
      "entity": {
        "type": "string",
        "description": "The entity value"
      },
      "kind": {
        "type": "string",
        "description": "The kind value"
      },
      "name": {
        "type": "string",
        "description": "The name value"
      },
      "notification_enabled": {
        "type": "boolean",
        "description": "Notification Enabled"
      },
      "placeholder": {
        "type": "string",
        "description": "The placeholder value"
      },
      "placeholder_alt": {
        "type": "string",
        "description": "Placeholder Alt"
      },
      "print_on_invoice": {
        "type": "boolean",
        "description": "Print On Invoice"
      },
      "print_on_offer": {
        "type": "boolean",
        "description": "Print On Offer"
      },
      "print_on_timesheet": {
        "type": "boolean",
        "description": "Print On Timesheet"
      }
    },
    "required": [
      "PCID",
      "id"
    ]
  }
  ```
</Expandable>

***

## moco\_account\_update\_account\_expense\_templates

Update account expense template

**Parameters:**

| Parameter             | Type    | Required | Default | Description           |
| --------------------- | ------- | -------- | ------- | --------------------- |
| `id`                  | integer | Yes      | —       | Resource ID.          |
| `description`         | string  | No       | —       | The description value |
| `revenue_category_id` | integer | No       | —       | Revenue Category Id   |
| `title`               | string  | No       | —       | The title value       |
| `unit`                | string  | No       | —       | The unit value        |
| `unit_cost`           | number  | No       | —       | Unit Cost             |
| `unit_price`          | number  | No       | —       | Unit Price            |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "id": {
        "type": "integer",
        "description": "Resource ID."
      },
      "description": {
        "type": "string",
        "description": "The description value"
      },
      "revenue_category_id": {
        "type": "integer",
        "description": "Revenue Category Id"
      },
      "title": {
        "type": "string",
        "description": "The title value"
      },
      "unit": {
        "type": "string",
        "description": "The unit value"
      },
      "unit_cost": {
        "type": "number",
        "description": "Unit Cost"
      },
      "unit_price": {
        "type": "number",
        "description": "Unit Price"
      }
    },
    "required": [
      "PCID",
      "id"
    ]
  }
  ```
</Expandable>

***

## moco\_account\_update\_account\_internal\_hourly\_rates

Update account internal hourly rates

**Parameters:**

| Parameter | Type      | Required | Default | Description     |
| --------- | --------- | -------- | ------- | --------------- |
| `rates`   | object\[] | No       | —       | The rates value |
| `year`    | integer   | No       | —       | The year value  |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "rates": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "user_id": {
              "type": "integer",
              "description": "User Id"
            },
            "rate": {
              "type": "number",
              "description": "The rate value"
            }
          },
          "required": [
            "user_id",
            "rate"
          ]
        },
        "description": "The rates value"
      },
      "year": {
        "type": "integer",
        "description": "The year value"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## moco\_account\_update\_account\_task\_templates

Update account task template

**Parameters:**

| Parameter             | Type    | Required | Default | Description           |
| --------------------- | ------- | -------- | ------- | --------------------- |
| `id`                  | integer | Yes      | —       | Resource ID.          |
| `billable`            | boolean | No       | —       | The billable value    |
| `description`         | string  | No       | —       | The description value |
| `index`               | integer | No       | —       | The index value       |
| `name`                | string  | Yes      | —       | The name value        |
| `project_default`     | boolean | No       | —       | Project Default       |
| `revenue_category_id` | integer | No       | —       | Revenue Category Id   |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "id": {
        "type": "integer",
        "description": "Resource ID."
      },
      "billable": {
        "type": "boolean",
        "description": "The billable value"
      },
      "description": {
        "type": "string",
        "description": "The description value"
      },
      "index": {
        "type": "integer",
        "description": "The index value"
      },
      "name": {
        "type": "string",
        "description": "The name value"
      },
      "project_default": {
        "type": "boolean",
        "description": "Project Default"
      },
      "revenue_category_id": {
        "type": "integer",
        "description": "Revenue Category Id"
      }
    },
    "required": [
      "PCID",
      "id",
      "name"
    ]
  }
  ```
</Expandable>

***

## moco\_account\_update\_account\_task\_templates\_1

Update account task template

**Parameters:**

| Parameter             | Type    | Required | Default | Description           |
| --------------------- | ------- | -------- | ------- | --------------------- |
| `id`                  | integer | Yes      | —       | Resource ID.          |
| `billable`            | boolean | No       | —       | The billable value    |
| `description`         | string  | No       | —       | The description value |
| `index`               | integer | No       | —       | The index value       |
| `name`                | string  | No       | —       | The name value        |
| `project_default`     | boolean | No       | —       | Project Default       |
| `revenue_category_id` | integer | No       | —       | Revenue Category Id   |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "id": {
        "type": "integer",
        "description": "Resource ID."
      },
      "billable": {
        "type": "boolean",
        "description": "The billable value"
      },
      "description": {
        "type": "string",
        "description": "The description value"
      },
      "index": {
        "type": "integer",
        "description": "The index value"
      },
      "name": {
        "type": "string",
        "description": "The name value"
      },
      "project_default": {
        "type": "boolean",
        "description": "Project Default"
      },
      "revenue_category_id": {
        "type": "integer",
        "description": "Revenue Category Id"
      }
    },
    "required": [
      "PCID",
      "id"
    ]
  }
  ```
</Expandable>

***

## moco\_account\_update\_account\_web\_hooks

Update account web hook

**Parameters:**

| Parameter | Type    | Required | Default | Description    |
| --------- | ------- | -------- | ------- | -------------- |
| `id`      | integer | Yes      | —       | Resource ID.   |
| `hook`    | string  | No       | —       | The hook value |

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

***

## moco\_account\_update\_account\_web\_hooks\_1

Update account web hook

**Parameters:**

| Parameter | Type    | Required | Default | Description    |
| --------- | ------- | -------- | ------- | -------------- |
| `id`      | integer | Yes      | —       | Resource ID.   |
| `hook`    | string  | No       | —       | The hook value |

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

***

## moco\_account\_update\_account\_web\_hooks\_disable

Disable account web hook

**Parameters:**

| Parameter | Type    | Required | Default | Description  |
| --------- | ------- | -------- | ------- | ------------ |
| `id`      | integer | Yes      | —       | Resource ID. |

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

***

## moco\_account\_update\_account\_web\_hooks\_enable

Enable account web hook

**Parameters:**

| Parameter | Type    | Required | Default | Description  |
| --------- | ------- | -------- | ------- | ------------ |
| `id`      | integer | Yes      | —       | Resource ID. |

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