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.
Server path: /rentman-equipment | Type: Application | PCID required: Yes
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 | No | — | The projectequipment value |
stock_location | string | No | — | Stock Location |
{
"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",
"description": "The projectequipment value"
},
"stock_location": {
"type": "string",
"description": "Stock Location"
}
},
"required": [
"PCID",
"id",
"date"
]
}
rentman_equipment_delete_stock_movement
Delete StockMovement item.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
id | integer | Yes | — | Numeric ID of the itemtype |
{
"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"
]
}
rentman_equipment_get_accessory_collection
Get Accessory collection.
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
rentman_equipment_get_accessory_collection_2
Get Accessory collection.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
id | integer | Yes | — | Numeric ID of the itemtype |
{
"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"
]
}
rentman_equipment_get_accessory_item
Get Accessory item.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
id | integer | Yes | — | Numeric ID of the itemtype |
{
"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"
]
}
rentman_equipment_get_assigned_serials_collection
Get EquipmentAssignedSerials collection.
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
rentman_equipment_get_assigned_serials_item
Get EquipmentAssignedSerials item.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
id | integer | Yes | — | Numeric ID of the itemtype |
{
"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"
]
}
rentman_equipment_get_collection
Get Equipment collection.
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
rentman_equipment_get_file_collection
Get File collection.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
id | integer | Yes | — | Numeric ID of the itemtype |
{
"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"
]
}
rentman_equipment_get_file_folder_collection
Get FileFolder collection.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
id | integer | Yes | — | Numeric ID of the itemtype |
{
"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"
]
}
rentman_equipment_get_item
Get Equipment item.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
id | integer | Yes | — | Numeric ID of the itemtype |
{
"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"
]
}
rentman_equipment_get_repair_collection
Get Repair collection.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
id | integer | Yes | — | Numeric ID of the itemtype |
{
"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"
]
}
rentman_equipment_get_repair_collection_2
Get Repair collection.
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
rentman_equipment_get_repair_file_collection
Get File collection.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
id | integer | Yes | — | Numeric ID of the itemtype |
{
"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"
]
}
rentman_equipment_get_repair_file_folder_collection
Get FileFolder collection.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
id | integer | Yes | — | Numeric ID of the itemtype |
{
"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"
]
}
rentman_equipment_get_repair_item
Get Repair item.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
id | integer | Yes | — | Numeric ID of the itemtype |
{
"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"
]
}
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 |
{
"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"
]
}
rentman_equipment_get_serial_number_collection
Get SerialNumber collection.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
id | integer | Yes | — | Numeric ID of the itemtype |
{
"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"
]
}
rentman_equipment_get_serial_number_collection_2
Get SerialNumber collection.
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
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 |
{
"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"
]
}
rentman_equipment_get_serial_number_file_collection
Get File collection.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
id | integer | Yes | — | Numeric ID of the itemtype |
{
"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"
]
}
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 |
{
"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"
]
}
rentman_equipment_get_serial_number_item
Get SerialNumber item.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
id | integer | Yes | — | Numeric ID of the itemtype |
{
"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"
]
}
rentman_equipment_get_set_content_collection
Get EquipmentSetContent collection.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
id | integer | Yes | — | Numeric ID of the itemtype |
{
"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"
]
}
rentman_equipment_get_set_content_collection_2
Get EquipmentSetContent collection.
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
rentman_equipment_get_set_content_item
Get EquipmentSetContent item.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
id | integer | Yes | — | Numeric ID of the itemtype |
{
"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"
]
}
rentman_equipment_get_stock_location_collection
Get StockLocation collection.
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
rentman_equipment_get_stock_location_item
Get StockLocation item.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
id | integer | Yes | — | Numeric ID of the itemtype |
{
"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"
]
}
rentman_equipment_get_stock_location_vehicle_collection
Get Vehicle collection.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
id | integer | Yes | — | Numeric ID of the itemtype |
{
"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"
]
}
rentman_equipment_get_stock_movement_collection
Get StockMovement collection.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
id | integer | Yes | — | Numeric ID of the itemtype |
{
"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"
]
}
rentman_equipment_get_stock_movement_collection_2
Get StockMovement collection.
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
}
},
"required": [
"PCID"
]
}
rentman_equipment_get_stock_movement_item
Get StockMovement item.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|
id | integer | Yes | — | Numeric ID of the itemtype |
{
"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"
]
}
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 | No | — | The projectequipment value |
stock_location | string | No | — | Stock Location |
{
"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",
"description": "The projectequipment value"
},
"stock_location": {
"type": "string",
"description": "Stock Location"
}
},
"required": [
"PCID",
"id",
"date"
]
}