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

# rentman-equipment

> Rentman Equipment - inventory, serial numbers, stock, and repairs

**Server path:** `/rentman-equipment` | **Type:** Application | **PCID required:** Yes

## Tools

| Tool                                                                                                                                                      | Description                              |
| --------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- |
| [`rentman_equipment_create_stock_movement`](#rentman_equipment_create_stock_movement)                                                                     | Create StockMovement item.               |
| [`rentman_equipment_delete_stock_movement`](#rentman_equipment_delete_stock_movement)                                                                     | Delete StockMovement item.               |
| [`rentman_equipment_get_accessory_collection`](#rentman_equipment_get_accessory_collection)                                                               | Get Accessory collection.                |
| [`rentman_equipment_get_accessory_collection_2`](#rentman_equipment_get_accessory_collection_2)                                                           | Get Accessory collection.                |
| [`rentman_equipment_get_accessory_item`](#rentman_equipment_get_accessory_item)                                                                           | Get Accessory item.                      |
| [`rentman_equipment_get_assigned_serials_collection`](#rentman_equipment_get_assigned_serials_collection)                                                 | Get EquipmentAssignedSerials collection. |
| [`rentman_equipment_get_assigned_serials_item`](#rentman_equipment_get_assigned_serials_item)                                                             | Get EquipmentAssignedSerials item.       |
| [`rentman_equipment_get_collection`](#rentman_equipment_get_collection)                                                                                   | Get Equipment collection.                |
| [`rentman_equipment_get_file_collection`](#rentman_equipment_get_file_collection)                                                                         | Get File collection.                     |
| [`rentman_equipment_get_file_folder_collection`](#rentman_equipment_get_file_folder_collection)                                                           | Get FileFolder collection.               |
| [`rentman_equipment_get_item`](#rentman_equipment_get_item)                                                                                               | Get Equipment item.                      |
| [`rentman_equipment_get_repair_collection`](#rentman_equipment_get_repair_collection)                                                                     | Get Repair collection.                   |
| [`rentman_equipment_get_repair_collection_2`](#rentman_equipment_get_repair_collection_2)                                                                 | Get Repair collection.                   |
| [`rentman_equipment_get_repair_file_collection`](#rentman_equipment_get_repair_file_collection)                                                           | Get File collection.                     |
| [`rentman_equipment_get_repair_file_folder_collection`](#rentman_equipment_get_repair_file_folder_collection)                                             | Get FileFolder collection.               |
| [`rentman_equipment_get_repair_item`](#rentman_equipment_get_repair_item)                                                                                 | Get Repair item.                         |
| [`rentman_equipment_get_serial_number_actual_content_collection`](#rentman_equipment_get_serial_number_actual_content_collection)                         | Get ActualContent collection.            |
| [`rentman_equipment_get_serial_number_collection`](#rentman_equipment_get_serial_number_collection)                                                       | Get SerialNumber collection.             |
| [`rentman_equipment_get_serial_number_collection_2`](#rentman_equipment_get_serial_number_collection_2)                                                   | Get SerialNumber collection.             |
| [`rentman_equipment_get_serial_number_equipment_assigned_serials_collection`](#rentman_equipment_get_serial_number_equipment_assigned_serials_collection) | Get EquipmentAssignedSerials collection. |
| [`rentman_equipment_get_serial_number_file_collection`](#rentman_equipment_get_serial_number_file_collection)                                             | Get File collection.                     |
| [`rentman_equipment_get_serial_number_file_folder_collection`](#rentman_equipment_get_serial_number_file_folder_collection)                               | Get FileFolder collection.               |
| [`rentman_equipment_get_serial_number_item`](#rentman_equipment_get_serial_number_item)                                                                   | Get SerialNumber item.                   |
| [`rentman_equipment_get_set_content_collection`](#rentman_equipment_get_set_content_collection)                                                           | Get EquipmentSetContent collection.      |
| [`rentman_equipment_get_set_content_collection_2`](#rentman_equipment_get_set_content_collection_2)                                                       | Get EquipmentSetContent collection.      |
| [`rentman_equipment_get_set_content_item`](#rentman_equipment_get_set_content_item)                                                                       | Get EquipmentSetContent item.            |
| [`rentman_equipment_get_stock_location_collection`](#rentman_equipment_get_stock_location_collection)                                                     | Get StockLocation collection.            |
| [`rentman_equipment_get_stock_location_item`](#rentman_equipment_get_stock_location_item)                                                                 | Get StockLocation item.                  |
| [`rentman_equipment_get_stock_location_vehicle_collection`](#rentman_equipment_get_stock_location_vehicle_collection)                                     | Get Vehicle collection.                  |
| [`rentman_equipment_get_stock_movement_collection`](#rentman_equipment_get_stock_movement_collection)                                                     | Get StockMovement collection.            |
| [`rentman_equipment_get_stock_movement_collection_2`](#rentman_equipment_get_stock_movement_collection_2)                                                 | Get StockMovement collection.            |
| [`rentman_equipment_get_stock_movement_item`](#rentman_equipment_get_stock_movement_item)                                                                 | Get StockMovement item.                  |
| [`rentman_equipment_update_stock_movement`](#rentman_equipment_update_stock_movement)                                                                     | Update StockMovement item.               |

***

## rentman\_equipment\_create\_stock\_movement

Create StockMovement item.

**Parameters:**

| Parameter          | Type    | Required | Default | Description                |                            |
| ------------------ | ------- | -------- | ------- | -------------------------- | -------------------------- |
| `id`               | integer | Yes      | —       | Numeric ID of the itemtype |                            |
| `amount`           | integer | No       | —       | The amount value           |                            |
| `api_client`       | string  | No       | —       | Api Client                 |                            |
| `date`             | string  | Yes      | —       | The date value             |                            |
| `description`      | string  | No       | —       | The description value      |                            |
| `details`          | string  | No       | —       | The details value          |                            |
| `projectequipment` | string  | null     | No      | —                          | The projectequipment value |
| `stock_location`   | string  | No       | —       | Stock Location             |                            |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "id": {
        "type": "integer",
        "description": "Numeric ID of the itemtype"
      },
      "amount": {
        "type": "integer",
        "description": "The amount value"
      },
      "api_client": {
        "type": "string",
        "description": "Api Client"
      },
      "date": {
        "type": "string",
        "description": "The date value"
      },
      "description": {
        "type": "string",
        "description": "The description value"
      },
      "details": {
        "type": "string",
        "description": "The details value"
      },
      "projectequipment": {
        "type": [
          "string",
          "null"
        ],
        "description": "The projectequipment value"
      },
      "stock_location": {
        "type": "string",
        "description": "Stock Location"
      }
    },
    "required": [
      "PCID",
      "id",
      "date"
    ]
  }
  ```
</Expandable>

***

## rentman\_equipment\_delete\_stock\_movement

Delete StockMovement item.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_accessory\_collection

Get Accessory collection.

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

***

## rentman\_equipment\_get\_accessory\_collection\_2

Get Accessory collection.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_accessory\_item

Get Accessory item.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_assigned\_serials\_collection

Get EquipmentAssignedSerials collection.

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

***

## rentman\_equipment\_get\_assigned\_serials\_item

Get EquipmentAssignedSerials item.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_collection

Get Equipment collection.

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

***

## rentman\_equipment\_get\_file\_collection

Get File collection.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_file\_folder\_collection

Get FileFolder collection.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_item

Get Equipment item.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_repair\_collection

Get Repair collection.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_repair\_collection\_2

Get Repair collection.

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

***

## rentman\_equipment\_get\_repair\_file\_collection

Get File collection.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_repair\_file\_folder\_collection

Get FileFolder collection.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_repair\_item

Get Repair item.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_serial\_number\_actual\_content\_collection

Get ActualContent collection.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_serial\_number\_collection

Get SerialNumber collection.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_serial\_number\_collection\_2

Get SerialNumber collection.

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

***

## rentman\_equipment\_get\_serial\_number\_equipment\_assigned\_serials\_collection

Get EquipmentAssignedSerials collection.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_serial\_number\_file\_collection

Get File collection.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_serial\_number\_file\_folder\_collection

Get FileFolder collection.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_serial\_number\_item

Get SerialNumber item.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_set\_content\_collection

Get EquipmentSetContent collection.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_set\_content\_collection\_2

Get EquipmentSetContent collection.

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

***

## rentman\_equipment\_get\_set\_content\_item

Get EquipmentSetContent item.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_stock\_location\_collection

Get StockLocation collection.

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

***

## rentman\_equipment\_get\_stock\_location\_item

Get StockLocation item.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_stock\_location\_vehicle\_collection

Get Vehicle collection.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_stock\_movement\_collection

Get StockMovement collection.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_get\_stock\_movement\_collection\_2

Get StockMovement collection.

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

***

## rentman\_equipment\_get\_stock\_movement\_item

Get StockMovement item.

**Parameters:**

| Parameter | Type    | Required | Default | Description                |
| --------- | ------- | -------- | ------- | -------------------------- |
| `id`      | integer | Yes      | —       | Numeric ID of the itemtype |

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

***

## rentman\_equipment\_update\_stock\_movement

Update StockMovement item.

**Parameters:**

| Parameter          | Type    | Required | Default | Description                |                            |
| ------------------ | ------- | -------- | ------- | -------------------------- | -------------------------- |
| `id`               | integer | Yes      | —       | Numeric ID of the itemtype |                            |
| `amount`           | integer | No       | —       | The amount value           |                            |
| `api_client`       | string  | No       | —       | Api Client                 |                            |
| `date`             | string  | Yes      | —       | The date value             |                            |
| `description`      | string  | No       | —       | The description value      |                            |
| `details`          | string  | No       | —       | The details value          |                            |
| `projectequipment` | string  | null     | No      | —                          | The projectequipment value |
| `stock_location`   | string  | No       | —       | Stock Location             |                            |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "id": {
        "type": "integer",
        "description": "Numeric ID of the itemtype"
      },
      "amount": {
        "type": "integer",
        "description": "The amount value"
      },
      "api_client": {
        "type": "string",
        "description": "Api Client"
      },
      "date": {
        "type": "string",
        "description": "The date value"
      },
      "description": {
        "type": "string",
        "description": "The description value"
      },
      "details": {
        "type": "string",
        "description": "The details value"
      },
      "projectequipment": {
        "type": [
          "string",
          "null"
        ],
        "description": "The projectequipment value"
      },
      "stock_location": {
        "type": "string",
        "description": "Stock Location"
      }
    },
    "required": [
      "PCID",
      "id",
      "date"
    ]
  }
  ```
</Expandable>
