All integrations

Rentman

BUSINESS · TASKS

Equipment, stock, crew, and projects for the rental business they connected.

Acts as the person, not as itself

Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.

Credentials never touch the agent

Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.

Every call on the record

Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.

What an agent can do

Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.

rentman_delete_accessories_by_idWRITE

Delete Accessory item. A successful delete returns no content. via DELETE /accessories/{id}

api
rentman_delete_alternatives_by_idWRITE

Delete Alternative item. A successful delete returns no content. via DELETE /alternatives/{id}

api
rentman_delete_appointmentcrew_by_idWRITE

Delete AppointmentCrew item. A successful delete returns no content. via DELETE /appointmentcrew/{id}

api
rentman_delete_appointments_by_idWRITE

Delete Appointment item. A successful delete returns no content. via DELETE /appointments/{id}

api
rentman_delete_contactpersons_by_idWRITE

Delete ContactPerson item. A successful delete returns no content. via DELETE /contactpersons/{id}

api
rentman_delete_contacts_by_idWRITE

Delete Contact item. A successful delete returns no content. via DELETE /contacts/{id}

api
rentman_delete_costs_by_idWRITE

Delete ProjectCost item. A successful delete returns no content. via DELETE /costs/{id}

api
rentman_delete_crewavailability_by_idWRITE

Delete CrewAvailability item. A successful delete returns no content. via DELETE /crewavailability/{id}

api
rentman_delete_equipmentsetscontent_by_idWRITE

Delete EquipmentSetContent item. A successful delete returns no content. via DELETE /equipmentsetscontent/{id}

api
rentman_delete_projectrequestequipment_by_idWRITE

Delete ProjectRequestEquipment item. A successful delete returns no content. via DELETE /projectrequestequipment/{id}

api
rentman_delete_projectrequests_by_idWRITE

Delete ProjectRequest item. A successful delete returns no content. via DELETE /projectrequests/{id}

api
rentman_delete_serialnumbers_by_idWRITE

Delete SerialNumber item. A successful delete returns no content. via DELETE /serialnumbers/{id}

api
rentman_delete_stockmovements_by_idWRITE

Delete StockMovement item. A successful delete returns no content. via DELETE /stockmovements/{id}

api
rentman_delete_subtasks_by_idWRITE

Delete Subtask item. A successful delete returns no content. via DELETE /subtasks/{id}

api
rentman_delete_suppliers_by_idWRITE

Delete Supplier item. A successful delete returns no content. via DELETE /suppliers/{id}

api
rentman_delete_taskassignments_by_idWRITE

Delete TaskAssignment item. A successful delete returns no content. via DELETE /taskassignments/{id}

api
rentman_delete_tasks_by_idWRITE

Delete Task item. A successful delete returns no content. via DELETE /tasks/{id}

api
rentman_delete_taskstatuses_by_idWRITE

Delete TaskStatus item. A successful delete returns no content. via DELETE /taskstatuses/{id}

api
rentman_delete_timeregistration_by_idWRITE

Delete TimeRegistration item. A successful delete returns no content. via DELETE /timeregistration/{id}

api
rentman_delete_vehicles_by_idWRITE

Delete Vehicle item. A successful delete returns no content. via DELETE /vehicles/{id}

api
rentman_get_accessoriesREAD

Get Accessory collection -- Represents accessories of an equipment item. Each equipment can have multiple accessories. Accessories are equipment items themselves. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /accessories

api
rentman_get_accessories_by_idREAD

Get Accessory item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /accessories/{id}

api
rentman_get_actualcontentREAD

Get ActualContent collection -- Represents the actual content of serialized physical combinations. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /actualcontent

api
rentman_get_actualcontent_by_idREAD

Get ActualContent item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /actualcontent/{id}

api
rentman_get_alternativesREAD

Get Alternative collection -- Represents alternatives of an equipment item. Each equipment can have multiple alternatives. Alternatives are equipment items themselves. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /alternatives

api
rentman_get_alternatives_by_idREAD

Get Alternative item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /alternatives/{id}

api
rentman_get_appointmentcrewREAD

Get AppointmentCrew collection -- With this endpoint, you could retrieve which crew member is linked to an appointment. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /appointmentcrew

api
rentman_get_appointmentcrew_by_idREAD

Get AppointmentCrew item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /appointmentcrew/{id}

api
rentman_get_appointmentsREAD

Get Appointment collection -- With this endpoint, you could read, write, update and delete appointments. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /appointments

api
rentman_get_appointments_by_idREAD

Get Appointment item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /appointments/{id}

api
rentman_get_appointments_by_id_appointmentcrewREAD

Get AppointmentCrew collection -- With this endpoint, you could retrieve which crew member is linked to an appointment. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /appointments/{id}/appointmentcrew

api
rentman_get_contactpersonsREAD

Get ContactPerson collection -- Represents a person or department within a Contact. A Person item is always associated with one Contact. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contactpersons

api
rentman_get_contactpersons_by_idREAD

Get ContactPerson item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contactpersons/{id}

api
rentman_get_contactpersons_by_id_file_foldersREAD

Get FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contactpersons/{id}/file_folders

api
rentman_get_contactpersons_by_id_filesREAD

Get File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contactpersons/{id}/files

api
rentman_get_contactpersons_by_id_tasksREAD

Get Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contactpersons/{id}/tasks

api
rentman_get_contactsREAD

Get Contact collection -- Represents a company or a private person. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contacts

api
rentman_get_contacts_by_idREAD

Get Contact item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contacts/{id}

api
rentman_get_contacts_by_id_contactpersonsREAD

Get ContactPerson collection -- Represents a person or department within a Contact. A Person item is always associated with one Contact. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contacts/{id}/contactpersons

api
rentman_get_contacts_by_id_file_foldersREAD

Get FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contacts/{id}/file_folders

api
rentman_get_contacts_by_id_filesREAD

Get File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contacts/{id}/files

api
rentman_get_contacts_by_id_tasksREAD

Get Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contacts/{id}/tasks

api
rentman_get_contractsREAD

Get Contract collection -- Represents contracts. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contracts

api
rentman_get_contracts_by_idREAD

Get Contract item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contracts/{id}

api
rentman_get_contracts_by_id_filesREAD

Get File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contracts/{id}/files

api
rentman_get_contracts_by_id_invoicelinesREAD

Get InvoiceLine collection -- Invoice lines are generated lines based on tax rates and ledgers of the items within an invoice. They sum up to the total of the invoice. Useful for exporting to accounting systems. It is currently not possible to get the exact same details which are displayed on the invoice pdf, since that depends on the used document template. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contracts/{id}/invoicelines

api
rentman_get_contracts_by_id_tasksREAD

Get Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /contracts/{id}/tasks

api
rentman_get_costsREAD

Get ProjectCost collection -- Represents additional costs in a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /costs

api
rentman_get_costs_by_idREAD

Get ProjectCost item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /costs/{id}

api
rentman_get_crewREAD

Get Crew collection -- With this endpoint you can retrieve crew members and their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crew

api
rentman_get_crew_by_idREAD

Get Crew item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crew/{id}

api
rentman_get_crew_by_id_appointmentsREAD

Get Appointment collection -- With this endpoint, you could read, write, update and delete appointments. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crew/{id}/appointments

api
rentman_get_crew_by_id_crewavailabilityREAD

Get CrewAvailability collection -- Availability of the crew members. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crew/{id}/crewavailability

api
rentman_get_crew_by_id_crewratesREAD

Get CrewRates collection -- Represents the rates attached to crew members. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crew/{id}/crewrates

api
rentman_get_crew_by_id_file_foldersREAD

Get FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crew/{id}/file_folders

api
rentman_get_crew_by_id_filesREAD

Get File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crew/{id}/files

api
rentman_get_crew_by_id_invitationsREAD

Get Invitations collection -- With this endpoint, you can read sent invitations for crew functions. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crew/{id}/invitations

api
rentman_get_crew_by_id_tasksREAD

Get Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crew/{id}/tasks

api
rentman_get_crewavailabilityREAD

Get CrewAvailability collection -- Availability of the crew members. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crewavailability

api
rentman_get_crewavailability_by_idREAD

Get CrewAvailability item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crewavailability/{id}

api
rentman_get_crewratesREAD

Get CrewRates collection -- Represents the rates attached to crew members. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crewrates

api
rentman_get_crewrates_by_idREAD

Get CrewRates item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /crewrates/{id}

api
rentman_get_equipmentREAD

Get Equipment collection -- All equipment. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment

api
rentman_get_equipment_by_idREAD

Get Equipment item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}

api
rentman_get_equipment_by_id_accessoriesREAD

Get Accessory collection -- Represents accessories of an equipment item. Each equipment can have multiple accessories. Accessories are equipment items themselves. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}/accessories

api
rentman_get_equipment_by_id_alternativesREAD

Get Alternative collection -- Represents alternatives of an equipment item. Each equipment can have multiple alternatives. Alternatives are equipment items themselves. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}/alternatives

api
rentman_get_equipment_by_id_equipmentsetscontentREAD

Get EquipmentSetContent collection -- With this endpoint, you can retrieve the contents of combinations together with their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}/equipmentsetscontent

api
rentman_get_equipment_by_id_file_foldersREAD

Get FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}/file_folders

api
rentman_get_equipment_by_id_filesREAD

Get File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}/files

api
rentman_get_equipment_by_id_repairsREAD

Get Repair collection -- With this endpoint you can retrieve repairs and their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}/repairs

api
rentman_get_equipment_by_id_serialnumbersREAD

Get SerialNumber collection -- Represents serial numbers, which are specific individual equipment pieces. This is a sub-item of Equipment and is always associated with a single Equipment item. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}/serialnumbers

api
rentman_get_equipment_by_id_stockmovementsREAD

Get StockMovement collection -- Stock movements are all the changes that happen to the stock levels of an equipment. Those changes include manual changes, purchases, sales, transfers, stock corrections, repairs, marking lost or found, imports, stock counts. When creating or updating stock movements via the API only stock movements of type 'manual' are writable. Only stock movements for bulk items are available though the API. Stock movements for serialized equipment may be implemented at a later stage. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}/stockmovements

api
rentman_get_equipment_by_id_suppliersREAD

Get Supplier collection -- Represents a supplier relationship between a contact and an equipment item. Each supplier entry links a contact to an equipment item, optionally with a purchase price and additional details. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}/suppliers

api
rentman_get_equipment_by_id_tasksREAD

Get Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipment/{id}/tasks

api
rentman_get_equipmentassignedserialsREAD

Get EquipmentAssignedSerials collection -- With this endpoint, you can retrieve the serial numbers assigned to serialized physical combinations together with their information. This endpoint only returns serials which have been assigned manually from the serial numbers tab, not actual content. Please see <a href="https://support.rentman.io/hc/en-us/articles/360018672100-How-to-add-serial-numbers-to-physical-combinations">this article</a> for more information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipmentassignedserials

api
rentman_get_equipmentassignedserials_by_idREAD

Get EquipmentAssignedSerials item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipmentassignedserials/{id}

api
rentman_get_equipmentsetscontentREAD

Get EquipmentSetContent collection -- With this endpoint, you can retrieve the contents of combinations together with their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipmentsetscontent

api
rentman_get_equipmentsetscontent_by_idREAD

Get EquipmentSetContent item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /equipmentsetscontent/{id}

api
rentman_get_extrainputfieldsREAD

Get ExtraInputField collection -- With this endpoint, you can read extra input fields. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /extrainputfields

api
rentman_get_extrainputfields_by_idREAD

Get ExtraInputField item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /extrainputfields/{id}

api
rentman_get_factorgroupsREAD

Get FactorGroups collection -- All factor groups. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /factorgroups

api
rentman_get_factorgroups_by_idREAD

Get FactorGroups item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /factorgroups/{id}

api
rentman_get_factorgroups_by_id_factorsREAD

Get Factors collection -- All factor. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /factorgroups/{id}/factors

api
rentman_get_factorsREAD

Get Factors collection -- All factor. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /factors

api
rentman_get_factors_by_idREAD

Get Factors item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /factors/{id}

api
rentman_get_file_foldersREAD

Get FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /file_folders

api
rentman_get_file_folders_by_idREAD

Get FileFolder item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /file_folders/{id}

api
rentman_get_filesREAD

Get File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /files

api
rentman_get_files_by_idREAD

Get File item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /files/{id}

api
rentman_get_foldersREAD

Get Folder collection -- Contacts, equipment, crew, vehicles, containers, projecttemplates and default functions are organised into folders. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /folders

api
rentman_get_folders_by_idREAD

Get Folder item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /folders/{id}

api
rentman_get_invitationsREAD

Get Invitations collection -- With this endpoint, you can read sent invitations for crew functions. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /invitations

api
rentman_get_invitations_by_idREAD

Get Invitations item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /invitations/{id}

api
rentman_get_invoicelinesREAD

Get InvoiceLine collection -- Invoice lines are generated lines based on tax rates and ledgers of the items within an invoice. They sum up to the total of the invoice. Useful for exporting to accounting systems. It is currently not possible to get the exact same details which are displayed on the invoice pdf, since that depends on the used document template. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /invoicelines

api
rentman_get_invoicelines_by_idREAD

Get InvoiceLine item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /invoicelines/{id}

api
rentman_get_invoicesREAD

Get Factuur collection -- Represents invoices. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /invoices

api
rentman_get_invoices_by_idREAD

Get Factuur item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /invoices/{id}

api
rentman_get_invoices_by_id_filesREAD

Get File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /invoices/{id}/files

api
rentman_get_invoices_by_id_invoicelinesREAD

Get InvoiceLine collection -- Invoice lines are generated lines based on tax rates and ledgers of the items within an invoice. They sum up to the total of the invoice. Useful for exporting to accounting systems. It is currently not possible to get the exact same details which are displayed on the invoice pdf, since that depends on the used document template. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /invoices/{id}/invoicelines

api
rentman_get_invoices_by_id_paymentsREAD

Get Payment collection -- Represents payments. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /invoices/{id}/payments

api
rentman_get_invoices_by_id_tasksREAD

Get Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /invoices/{id}/tasks

api
rentman_get_leavemutationREAD

Get LeaveMutations collection -- With this endpoint, you could work with leave mutations and their information. These items are immutable, so any mistakes made in the mutations should be corrected by creating a new (opposite) mutation. Duration is expressed in seconds. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /leavemutation

api
rentman_get_leavemutation_by_idREAD

Get LeaveMutations item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /leavemutation/{id}

api
rentman_get_leaverequestREAD

Get LeaveRequest collection -- With this endpoint, you could work with leave requests and their information. Make sure to also create the corresponding request lines for this request (by using the `/leaverequest/:id/timeregistration` endpoint). The leave type for the request lines must require approval (See `/leavetypes` endpoint for this information). Hours requests can be updated as long as they are in status 'Pending', once they get Approved/Rejected they can't be updated anymore besides transitioning a request from Approved to Cancelled. Once created, the crew member the request is for can't be updated. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /leaverequest

api
rentman_get_leaverequest_by_idREAD

Get LeaveRequest item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /leaverequest/{id}

api
rentman_get_leaverequest_by_id_timeregistrationREAD

Get TimeRegistration collection -- With this endpoint, you could retrieve time registrations and their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /leaverequest/{id}/timeregistration

api
rentman_get_leavetypesREAD

Get LeaveTypes collection -- With this endpoint, you could work with leave types and their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /leavetypes

api
rentman_get_leavetypes_by_idREAD

Get LeaveTypes item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /leavetypes/{id}

api
rentman_get_ledgercodesREAD

Get Ledger collection -- Ledger codes are the codes defining the type of trade for an invoice line. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /ledgercodes

api
rentman_get_ledgercodes_by_idREAD

Get Ledger item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /ledgercodes/{id}

api
rentman_get_paymentsREAD

Get Payment collection -- Represents payments. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /payments

api
rentman_get_payments_by_idREAD

Get Payment item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /payments/{id}

api
rentman_get_projectcrewREAD

Get ProjectCrew collection -- Represents the planning of crewmembers on Functions. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectcrew

api
rentman_get_projectcrew_by_idREAD

Get ProjectCrew item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectcrew/{id}

api
rentman_get_projectequipmentREAD

Get ProjectEquipment collection -- Represents equipment items planned in a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectequipment

api
rentman_get_projectequipment_by_idREAD

Get ProjectEquipment item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectequipment/{id}

api
rentman_get_projectequipmentgroupREAD

Get ProjectEquipmentGroup collection -- Equipment groups of a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectequipmentgroup

api
rentman_get_projectequipmentgroup_by_idREAD

Get ProjectEquipmentGroup item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectequipmentgroup/{id}

api
rentman_get_projectequipmentgroup_by_id_projectequipmentREAD

Get ProjectEquipment collection -- Represents equipment items planned in a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectequipmentgroup/{id}/projectequipment

api
rentman_get_projectfunctiongroupsREAD

Get ProjectFunctionGroup collection -- Function groups inside a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectfunctiongroups

api
rentman_get_projectfunctiongroups_by_idREAD

Get ProjectFunctionGroup item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectfunctiongroups/{id}

api
rentman_get_projectfunctiongroups_by_id_projectfunctionsREAD

Get ProjectFunction collection -- A function is a task that needs to be performed. Functions are connected to subprojects (and projects). Functions can be grouped inside function groups. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectfunctiongroups/{id}/projectfunctions

api
rentman_get_projectfunctionsREAD

Get ProjectFunction collection -- A function is a task that needs to be performed. Functions are connected to subprojects (and projects). Functions can be grouped inside function groups. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectfunctions

api
rentman_get_projectfunctions_by_idREAD

Get ProjectFunction item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectfunctions/{id}

api
rentman_get_projectfunctions_by_id_projectcrewREAD

Get ProjectCrew collection -- Represents the planning of crewmembers on Functions. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectfunctions/{id}/projectcrew

api
rentman_get_projectfunctions_by_id_projectvehiclesREAD

Get ProjectVehicle collection -- Represents the vehicles planned for a function. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectfunctions/{id}/projectvehicles

api
rentman_get_projectrequestequipmentREAD

Get ProjectRequestEquipment collection -- Project Request Equipment are equipment items linked to the Project Request. You can use this to add equipment items in a raw data format to the Project Request. The equipment items will be matched to the existing equipment items in the account when converting the Project Request into a Project in the Rentman interface. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectrequestequipment

api
rentman_get_projectrequestequipment_by_idREAD

Get ProjectRequestEquipment item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectrequestequipment/{id}

api
rentman_get_projectrequestsREAD

Get ProjectRequest collection -- Project Requests are incoming requests from external sources that allows you to turn into projects. These could come from another Rentman user, that is using the internal subrent request feature. By making also the POST endpoint available in the API, you can now also push these from other applications. For example from your CRM system, a form on your website, or any other source. The benefit of using Project Requests is that you can provide the data in a raw format. While converting a Project Request into a project from the Rentman interface, you can match this data to existing contacts, equipments etc. No need to set up complicated logic to fetch these items using the API first. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectrequests

api
rentman_get_projectrequests_by_idREAD

Get ProjectRequest item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectrequests/{id}

api
rentman_get_projectrequests_by_id_projectrequestequipmentREAD

Get ProjectRequestEquipment collection -- Project Request Equipment are equipment items linked to the Project Request. You can use this to add equipment items in a raw data format to the Project Request. The equipment items will be matched to the existing equipment items in the account when converting the Project Request into a Project in the Rentman interface. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectrequests/{id}/projectrequestequipment

api
rentman_get_projectsREAD

Get Project collection -- Projects are the cornerstone of Rentman. Projects are connected to many other items. Projects always include one or more subprojects. When the user interface does not show any subprojects there is in fact a single one. See the /subprojects endpoint for more information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects

api
rentman_get_projects_by_idREAD

Get Project item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}

api
rentman_get_projects_by_id_contractsREAD

Get Contract collection -- Represents contracts. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/contracts

api
rentman_get_projects_by_id_costsREAD

Get ProjectCost collection -- Represents additional costs in a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/costs

api
rentman_get_projects_by_id_file_foldersREAD

Get FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/file_folders

api
rentman_get_projects_by_id_filesREAD

Get File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/files

api
rentman_get_projects_by_id_projectcrewREAD

Get ProjectCrew collection -- Represents the planning of crewmembers on Functions. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/projectcrew

api
rentman_get_projects_by_id_projectequipmentREAD

Get ProjectEquipment collection -- Represents equipment items planned in a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/projectequipment

api
rentman_get_projects_by_id_projectequipmentgroupREAD

Get ProjectEquipmentGroup collection -- Equipment groups of a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/projectequipmentgroup

api
rentman_get_projects_by_id_projectfunctiongroupsREAD

Get ProjectFunctionGroup collection -- Function groups inside a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/projectfunctiongroups

api
rentman_get_projects_by_id_projectfunctionsREAD

Get ProjectFunction collection -- A function is a task that needs to be performed. Functions are connected to subprojects (and projects). Functions can be grouped inside function groups. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/projectfunctions

api
rentman_get_projects_by_id_projectvehiclesREAD

Get ProjectVehicle collection -- Represents the vehicles planned for a function. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/projectvehicles

api
rentman_get_projects_by_id_quotesREAD

Get Quotation collection -- Represents quotes. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/quotes

api
rentman_get_projects_by_id_subprojectsREAD

Get Subproject collection -- Subprojects are part of projects. All projects include at least one subproject. Information that differs from subproject to subproject, e.g. location, is retrieved in this endpoint. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/subprojects

api
rentman_get_projects_by_id_tasksREAD

Get Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projects/{id}/tasks

api
rentman_get_projectstatusesREAD

Get ProjectStatus collection -- Get project status objects. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectstatuses

api
rentman_get_projectstatuses_by_idREAD

Get ProjectStatus item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectstatuses/{id}

api
rentman_get_projecttypesREAD

Get ProjectType collection -- Get a specific project type. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projecttypes

api
rentman_get_projecttypes_by_idREAD

Get ProjectType item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projecttypes/{id}

api
rentman_get_projectvehiclesREAD

Get ProjectVehicle collection -- Represents the vehicles planned for a function. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectvehicles

api
rentman_get_projectvehicles_by_idREAD

Get ProjectVehicle item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /projectvehicles/{id}

api
rentman_get_purchaseordercostsREAD

Get PurchaseOrderCost collection -- Represents line items within a purchase order. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseordercosts

api
rentman_get_purchaseordercosts_by_idREAD

Get PurchaseOrderCost item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseordercosts/{id}

api
rentman_get_purchaseorderglobalcostsREAD

Get PurchaseOrderGlobalCost collection -- Represents global costs of a purchase order. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseorderglobalcosts

api
rentman_get_purchaseorderglobalcosts_by_idREAD

Get PurchaseOrderGlobalCost item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseorderglobalcosts/{id}

api
rentman_get_purchaseordersREAD

Get PurchaseOrder collection -- Represents purchase orders. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseorders

api
rentman_get_purchaseorders_by_idREAD

Get PurchaseOrder item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseorders/{id}

api
rentman_get_purchaseorders_by_id_file_foldersREAD

Get FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseorders/{id}/file_folders

api
rentman_get_purchaseorders_by_id_filesREAD

Get File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseorders/{id}/files

api
rentman_get_purchaseorders_by_id_invoicelinesREAD

Get InvoiceLine collection -- Invoice lines are generated lines based on tax rates and ledgers of the items within an invoice. They sum up to the total of the invoice. Useful for exporting to accounting systems. It is currently not possible to get the exact same details which are displayed on the invoice pdf, since that depends on the used document template. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseorders/{id}/invoicelines

api
rentman_get_purchaseorders_by_id_purchaseordercostsREAD

Get PurchaseOrderCost collection -- Represents line items within a purchase order. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseorders/{id}/purchaseordercosts

api
rentman_get_purchaseorders_by_id_purchaseorderglobalcostsREAD

Get PurchaseOrderGlobalCost collection -- Represents global costs of a purchase order. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseorders/{id}/purchaseorderglobalcosts

api
rentman_get_purchaseorders_by_id_tasksREAD

Get Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /purchaseorders/{id}/tasks

api
rentman_get_quotesREAD

Get Quotation collection -- Represents quotes. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /quotes

api
rentman_get_quotes_by_idREAD

Get Quotation item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /quotes/{id}

api
rentman_get_quotes_by_id_filesREAD

Get File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /quotes/{id}/files

api
rentman_get_quotes_by_id_invoicelinesREAD

Get InvoiceLine collection -- Invoice lines are generated lines based on tax rates and ledgers of the items within an invoice. They sum up to the total of the invoice. Useful for exporting to accounting systems. It is currently not possible to get the exact same details which are displayed on the invoice pdf, since that depends on the used document template. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /quotes/{id}/invoicelines

api
rentman_get_quotes_by_id_tasksREAD

Get Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /quotes/{id}/tasks

api
rentman_get_ratefactorsREAD

Get CrewRateFactor collection -- Represents the rate factors for the crew rates. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /ratefactors

api
rentman_get_ratefactors_by_idREAD

Get CrewRateFactor item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /ratefactors/{id}

api
rentman_get_ratesREAD

Get CrewRate collection -- Represents crew rates. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /rates

api
rentman_get_rates_by_idREAD

Get CrewRate item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /rates/{id}

api
rentman_get_rates_by_id_ratefactorsREAD

Get CrewRateFactor collection -- Represents the rate factors for the crew rates. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /rates/{id}/ratefactors

api
rentman_get_repairsREAD

Get Repair collection -- With this endpoint you can retrieve repairs and their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /repairs

api
rentman_get_repairs_by_idREAD

Get Repair item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /repairs/{id}

api
rentman_get_repairs_by_id_file_foldersREAD

Get FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /repairs/{id}/file_folders

api
rentman_get_repairs_by_id_filesREAD

Get File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /repairs/{id}/files

api
rentman_get_repairs_by_id_tasksREAD

Get Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /repairs/{id}/tasks

api
rentman_get_serialnumbersREAD

Get SerialNumber collection -- Represents serial numbers, which are specific individual equipment pieces. This is a sub-item of Equipment and is always associated with a single Equipment item. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /serialnumbers

api
rentman_get_serialnumbers_by_idREAD

Get SerialNumber item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /serialnumbers/{id}

api
rentman_get_serialnumbers_by_id_actualcontentREAD

Get ActualContent collection -- Represents the actual content of serialized physical combinations. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /serialnumbers/{id}/actualcontent

api
rentman_get_serialnumbers_by_id_equipmentassignedserialsREAD

Get EquipmentAssignedSerials collection -- With this endpoint, you can retrieve the serial numbers assigned to serialized physical combinations together with their information. This endpoint only returns serials which have been assigned manually from the serial numbers tab, not actual content. Please see <a href="https://support.rentman.io/hc/en-us/articles/360018672100-How-to-add-serial-numbers-to-physical-combinations">this article</a> for more information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /serialnumbers/{id}/equipmentassignedserials

api
rentman_get_serialnumbers_by_id_file_foldersREAD

Get FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /serialnumbers/{id}/file_folders

api
rentman_get_serialnumbers_by_id_filesREAD

Get File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /serialnumbers/{id}/files

api
rentman_get_serialnumbers_by_id_tasksREAD

Get Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /serialnumbers/{id}/tasks

api
rentman_get_statusesREAD

Get Status collection -- Get a status objects. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /statuses

api
rentman_get_statuses_by_idREAD

Get Status item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /statuses/{id}

api
rentman_get_stocklocationsREAD

Get StockLocation collection -- With this endpoint, you can retrieve the stock locations and their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /stocklocations

api
rentman_get_stocklocations_by_idREAD

Get StockLocation item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /stocklocations/{id}

api
rentman_get_stocklocations_by_id_vehiclesREAD

Get Vehicle collection -- Represents vehicles. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /stocklocations/{id}/vehicles

api
rentman_get_stockmovementsREAD

Get StockMovement collection -- Stock movements are all the changes that happen to the stock levels of an equipment. Those changes include manual changes, purchases, sales, transfers, stock corrections, repairs, marking lost or found, imports, stock counts. When creating or updating stock movements via the API only stock movements of type 'manual' are writable. Only stock movements for bulk items are available though the API. Stock movements for serialized equipment may be implemented at a later stage. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /stockmovements

api
rentman_get_stockmovements_by_idREAD

Get StockMovement item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /stockmovements/{id}

api
rentman_get_subprojectsREAD

Get Subproject collection -- Subprojects are part of projects. All projects include at least one subproject. Information that differs from subproject to subproject, e.g. location, is retrieved in this endpoint. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subprojects

api
rentman_get_subprojects_by_idREAD

Get Subproject item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subprojects/{id}

api
rentman_get_subprojects_by_id_file_foldersREAD

Get FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subprojects/{id}/file_folders

api
rentman_get_subprojects_by_id_projectcrewREAD

Get ProjectCrew collection -- Represents the planning of crewmembers on Functions. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subprojects/{id}/projectcrew

api
rentman_get_subprojects_by_id_projectequipmentREAD

Get ProjectEquipment collection -- Represents equipment items planned in a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subprojects/{id}/projectequipment

api
rentman_get_subprojects_by_id_projectequipmentgroupREAD

Get ProjectEquipmentGroup collection -- Equipment groups of a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subprojects/{id}/projectequipmentgroup

api
rentman_get_subprojects_by_id_projectfunctiongroupsREAD

Get ProjectFunctionGroup collection -- Function groups inside a project. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subprojects/{id}/projectfunctiongroups

api
rentman_get_subprojects_by_id_projectvehiclesREAD

Get ProjectVehicle collection -- Represents the vehicles planned for a function. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subprojects/{id}/projectvehicles

api
rentman_get_subrentalequipmentREAD

Get SubrentalEquipment collection -- With this endpoint you can retrieve information about subrental equipment. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentalequipment

api
rentman_get_subrentalequipment_by_idREAD

Get SubrentalEquipment item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentalequipment/{id}

api
rentman_get_subrentalequipmentgroupREAD

Get SubrentalEquipmentGroup collection -- With this endpoint you can retrieve information about subrental equipment groups. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentalequipmentgroup

api
rentman_get_subrentalequipmentgroup_by_idREAD

Get SubrentalEquipmentGroup item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentalequipmentgroup/{id}

api
rentman_get_subrentalequipmentgroup_by_id_subrentalequipmentREAD

Get SubrentalEquipment collection -- With this endpoint you can retrieve information about subrental equipment. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentalequipmentgroup/{id}/subrentalequipment

api
rentman_get_subrentalsREAD

Get Subrental collection -- With this endpoint you can retrieve subrentals and their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentals

api
rentman_get_subrentals_by_idREAD

Get Subrental item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentals/{id}

api
rentman_get_subrentals_by_id_file_foldersREAD

Get FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentals/{id}/file_folders

api
rentman_get_subrentals_by_id_filesREAD

Get File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentals/{id}/files

api
rentman_get_subrentals_by_id_subrentalequipmentREAD

Get SubrentalEquipment collection -- With this endpoint you can retrieve information about subrental equipment. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentals/{id}/subrentalequipment

api
rentman_get_subrentals_by_id_subrentalequipmentgroupREAD

Get SubrentalEquipmentGroup collection -- With this endpoint you can retrieve information about subrental equipment groups. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentals/{id}/subrentalequipmentgroup

api
rentman_get_subrentals_by_id_tasksREAD

Get Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subrentals/{id}/tasks

api
rentman_get_subtasksREAD

Get Subtask collection -- With this endpoint, you can read, write, update and delete subtasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subtasks

api
rentman_get_subtasks_by_idREAD

Get Subtask item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /subtasks/{id}

api
rentman_get_suppliersREAD

Get Supplier collection -- Represents a supplier relationship between a contact and an equipment item. Each supplier entry links a contact to an equipment item, optionally with a purchase price and additional details. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /suppliers

api
rentman_get_suppliers_by_idREAD

Get Supplier item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /suppliers/{id}

api
rentman_get_suppliers_by_id_file_foldersREAD

Get FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /suppliers/{id}/file_folders

api
rentman_get_suppliers_by_id_filesREAD

Get File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /suppliers/{id}/files

api
rentman_get_suppliers_by_id_tasksREAD

Get Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /suppliers/{id}/tasks

api
rentman_get_taskassignmentsREAD

Get TaskAssignment collection -- With this endpoint, you can read, write, update and delete task assignments. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /taskassignments

api
rentman_get_taskassignments_by_idREAD

Get TaskAssignment item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /taskassignments/{id}

api
rentman_get_tasksREAD

Get Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /tasks

api
rentman_get_tasks_by_idREAD

Get Task item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /tasks/{id}

api
rentman_get_tasks_by_id_file_foldersREAD

Get FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /tasks/{id}/file_folders

api
rentman_get_tasks_by_id_filesREAD

Get File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /tasks/{id}/files

api
rentman_get_tasks_by_id_subtasksREAD

Get Subtask collection -- With this endpoint, you can read, write, update and delete subtasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /tasks/{id}/subtasks

api
rentman_get_tasks_by_id_taskassignmentsREAD

Get TaskAssignment collection -- With this endpoint, you can read, write, update and delete task assignments. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /tasks/{id}/taskassignments

api
rentman_get_taskstatusesREAD

Get TaskStatus collection -- With this endpoint, you can read, write, update and delete task statuses. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /taskstatuses

api
rentman_get_taskstatuses_by_idREAD

Get TaskStatus item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /taskstatuses/{id}

api
rentman_get_taxclassesREAD

Get TaxClass collection -- Represents tax classes, which can be used to configure taxation rates. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /taxclasses

api
rentman_get_taxclasses_by_idREAD

Get TaxClass item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /taxclasses/{id}

api
rentman_get_timeregistrationREAD

Get TimeRegistration collection -- With this endpoint, you could retrieve time registrations and their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /timeregistration

api
rentman_get_timeregistration_by_idREAD

Get TimeRegistration item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /timeregistration/{id}

api
rentman_get_timeregistration_by_id_filesREAD

Get File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /timeregistration/{id}/files

api
rentman_get_timeregistration_by_id_timeregistrationactivitiesREAD

Get TimeRegistrationActivity collection -- With this endpoint, you could retrieve the activities of the time registrations and their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /timeregistration/{id}/timeregistrationactivities

api
rentman_get_timeregistrationactivitiesREAD

Get TimeRegistrationActivity collection -- With this endpoint, you could retrieve the activities of the time registrations and their information. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /timeregistrationactivities

api
rentman_get_timeregistrationactivities_by_idREAD

Get TimeRegistrationActivity item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /timeregistrationactivities/{id}

api
rentman_get_vehiclesREAD

Get Vehicle collection -- Represents vehicles. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /vehicles

api
rentman_get_vehicles_by_idREAD

Get Vehicle item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /vehicles/{id}

api
rentman_get_vehicles_by_id_file_foldersREAD

Get FileFolder collection -- This endpoint exposes the folders that files can be in. A file folder is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /vehicles/{id}/file_folders

api
rentman_get_vehicles_by_id_filesREAD

Get File collection -- All user-generated documents and uploaded files are available in this endpoint. Files are always linked to at least one other item. There are two types of links. The `file_item` and `file_itemtype` describe the item where the file originates from, for example a quotation or an import. If a file is attached in the user interface to another item, e.g. a project or an equipment item, this is done using the `item` and `itemtype` field. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /vehicles/{id}/files

api
rentman_get_vehicles_by_id_tasksREAD

Get Task collection -- With this endpoint, you can read, write, update and delete tasks. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /vehicles/{id}/tasks

api
rentman_get_warehousestatusesREAD

Get WarehouseStatus collection -- Get warehouse status objects. Collection response: `data` is an array, alongside `itemCount`, `limit`, `offset` and `next_page_url`. Page by sending the `cursor` value from `next_page_url` back as the `cursor` argument, not by incrementing `offset`; `next_page_url` is null on the last page. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /warehousestatuses

api
rentman_get_warehousestatuses_by_idREAD

Get WarehouseStatus item. Single-item response: the item is under `data`. Linked fields are reference strings such as "/equipment/12" -- the shape this tool's output schema describes -- unless `expand` names them, which inlines the linked object instead and is NOT described by the output schema. via GET /warehousestatuses/{id}

api
rentman_post_appointmentsWRITE

Create Appointment item. The created or updated item is returned under `data`. via POST /appointments

api
rentman_post_appointments_by_id_appointmentcrewWRITE

Create AppointmentCrew item. The created or updated item is returned under `data`. via POST /appointments/{id}/appointmentcrew

api
rentman_post_contactpersons_by_id_tasksWRITE

Create Task item. The created or updated item is returned under `data`. via POST /contactpersons/{id}/tasks

api
rentman_post_contactsWRITE

Create Contact item. The created or updated item is returned under `data`. via POST /contacts

api
rentman_post_contacts_by_id_contactpersonsWRITE

Create ContactPerson item. The created or updated item is returned under `data`. via POST /contacts/{id}/contactpersons

api
rentman_post_contacts_by_id_tasksWRITE

Create Task item. The created or updated item is returned under `data`. via POST /contacts/{id}/tasks

api
rentman_post_contracts_by_id_tasksWRITE

Create Task item. The created or updated item is returned under `data`. via POST /contracts/{id}/tasks

api
rentman_post_crew_by_id_crewavailabilityWRITE

Create CrewAvailability item. The created or updated item is returned under `data`. via POST /crew/{id}/crewavailability

api
rentman_post_crew_by_id_tasksWRITE

Create Task item. The created or updated item is returned under `data`. via POST /crew/{id}/tasks

api
rentman_post_equipmentWRITE

Create Equipment item. The created or updated item is returned under `data`. via POST /equipment

api
rentman_post_equipment_by_id_accessoriesWRITE

Create Accessory item. The created or updated item is returned under `data`. via POST /equipment/{id}/accessories

api
rentman_post_equipment_by_id_alternativesWRITE

Create Alternative item. The created or updated item is returned under `data`. via POST /equipment/{id}/alternatives

api
rentman_post_equipment_by_id_equipmentsetscontentWRITE

Create EquipmentSetContent item. The created or updated item is returned under `data`. via POST /equipment/{id}/equipmentsetscontent

api
rentman_post_equipment_by_id_serialnumbersWRITE

Create SerialNumber item. The created or updated item is returned under `data`. via POST /equipment/{id}/serialnumbers

api
rentman_post_equipment_by_id_stockmovementsWRITE

Create StockMovement item. The created or updated item is returned under `data`. via POST /equipment/{id}/stockmovements

api
rentman_post_equipment_by_id_suppliersWRITE

Create Supplier item. The created or updated item is returned under `data`. via POST /equipment/{id}/suppliers

api
rentman_post_equipment_by_id_tasksWRITE

Create Task item. The created or updated item is returned under `data`. via POST /equipment/{id}/tasks

api
rentman_post_foldersWRITE

Create Folder item. The created or updated item is returned under `data`. via POST /folders

api
rentman_post_invoices_by_id_paymentsWRITE

Create Payment item. The created or updated item is returned under `data`. via POST /invoices/{id}/payments

api
rentman_post_invoices_by_id_tasksWRITE

Create Task item. The created or updated item is returned under `data`. via POST /invoices/{id}/tasks

api
rentman_post_leavemutationWRITE

Create LeaveMutations item. The created or updated item is returned under `data`. via POST /leavemutation

api
rentman_post_leaverequestWRITE

Create LeaveRequest item. The created or updated item is returned under `data`. via POST /leaverequest

api
rentman_post_leaverequest_by_id_timeregistrationWRITE

Create TimeRegistration item. The created or updated item is returned under `data`. via POST /leaverequest/{id}/timeregistration

api
rentman_post_projectrequestsWRITE

Create ProjectRequest item. The created or updated item is returned under `data`. via POST /projectrequests

api
rentman_post_projectrequests_by_id_projectrequestequipmentWRITE

Create ProjectRequestEquipment item. The created or updated item is returned under `data`. via POST /projectrequests/{id}/projectrequestequipment

api
rentman_post_projectsWRITE

Create Project item. The created or updated item is returned under `data`. STABILITY: Rentman's API changelog reports the project creation and setup endpoints as BETA and subject to change; the pinned contract carries no per-operation marker, so treat the request and response shapes here as less settled than the rest of this provider. via POST /projects

api
rentman_post_projects_by_id_costsWRITE

Create ProjectCost item. The created or updated item is returned under `data`. STABILITY: Rentman's API changelog reports the project creation and setup endpoints as BETA and subject to change; the pinned contract carries no per-operation marker, so treat the request and response shapes here as less settled than the rest of this provider. via POST /projects/{id}/costs

api
rentman_post_projects_by_id_projectfunctiongroupsWRITE

Create ProjectFunctionGroup item. The created or updated item is returned under `data`. STABILITY: Rentman's API changelog reports the project creation and setup endpoints as BETA and subject to change; the pinned contract carries no per-operation marker, so treat the request and response shapes here as less settled than the rest of this provider. via POST /projects/{id}/projectfunctiongroups

api
rentman_post_projects_by_id_projectfunctionsWRITE

Create ProjectFunction item. The created or updated item is returned under `data`. STABILITY: Rentman's API changelog reports the project creation and setup endpoints as BETA and subject to change; the pinned contract carries no per-operation marker, so treat the request and response shapes here as less settled than the rest of this provider. via POST /projects/{id}/projectfunctions

api
rentman_post_projects_by_id_subprojectsWRITE

Create Subproject item. The created or updated item is returned under `data`. STABILITY: Rentman's API changelog reports the project creation and setup endpoints as BETA and subject to change; the pinned contract carries no per-operation marker, so treat the request and response shapes here as less settled than the rest of this provider. via POST /projects/{id}/subprojects

api
rentman_post_projects_by_id_tasksWRITE

Create Task item. The created or updated item is returned under `data`. via POST /projects/{id}/tasks

api
rentman_post_purchaseorders_by_id_tasksWRITE

Create Task item. The created or updated item is returned under `data`. via POST /purchaseorders/{id}/tasks

api
rentman_post_quotes_by_id_tasksWRITE

Create Task item. The created or updated item is returned under `data`. via POST /quotes/{id}/tasks

api
rentman_post_repairs_by_id_tasksWRITE

Create Task item. The created or updated item is returned under `data`. via POST /repairs/{id}/tasks

api
rentman_post_serialnumbers_by_id_tasksWRITE

Create Task item. The created or updated item is returned under `data`. via POST /serialnumbers/{id}/tasks

api
rentman_post_stocklocations_by_id_vehiclesWRITE

Create Vehicle item. The created or updated item is returned under `data`. via POST /stocklocations/{id}/vehicles

api
rentman_post_subrentals_by_id_tasksWRITE

Create Task item. The created or updated item is returned under `data`. via POST /subrentals/{id}/tasks

api
rentman_post_suppliers_by_id_tasksWRITE

Create Task item. The created or updated item is returned under `data`. via POST /suppliers/{id}/tasks

api
rentman_post_tasksWRITE

Create Task item. The created or updated item is returned under `data`. via POST /tasks

api
rentman_post_tasks_by_id_subtasksWRITE

Create Subtask item. The created or updated item is returned under `data`. via POST /tasks/{id}/subtasks

api
rentman_post_tasks_by_id_taskassignmentsWRITE

Create TaskAssignment item. The created or updated item is returned under `data`. via POST /tasks/{id}/taskassignments

api
rentman_post_taskstatusesWRITE

Create TaskStatus item. The created or updated item is returned under `data`. via POST /taskstatuses

api
rentman_post_timeregistrationWRITE

Create TimeRegistration item. The created or updated item is returned under `data`. via POST /timeregistration

api
rentman_post_vehiclesWRITE

Create Vehicle item. The created or updated item is returned under `data`. via POST /vehicles

api
rentman_post_vehicles_by_id_tasksWRITE

Create Task item. The created or updated item is returned under `data`. via POST /vehicles/{id}/tasks

api
rentman_put_accessories_by_idWRITE

Update Accessory item. The created or updated item is returned under `data`. via PUT /accessories/{id}

api
rentman_put_alternatives_by_idWRITE

Update Alternative item. The created or updated item is returned under `data`. via PUT /alternatives/{id}

api
rentman_put_appointmentcrew_by_idWRITE

Update AppointmentCrew item. The created or updated item is returned under `data`. via PUT /appointmentcrew/{id}

api
rentman_put_appointments_by_idWRITE

Update Appointment item. The created or updated item is returned under `data`. via PUT /appointments/{id}

api
rentman_put_contactpersons_by_idWRITE

Update ContactPerson item. The created or updated item is returned under `data`. via PUT /contactpersons/{id}

api
rentman_put_contacts_by_idWRITE

Update Contact item. The created or updated item is returned under `data`. via PUT /contacts/{id}

api
rentman_put_costs_by_idWRITE

Update ProjectCost item. The created or updated item is returned under `data`. via PUT /costs/{id}

api
rentman_put_crewavailability_by_idWRITE

Update CrewAvailability item. The created or updated item is returned under `data`. via PUT /crewavailability/{id}

api
rentman_put_equipment_by_idWRITE

Update Equipment item. The created or updated item is returned under `data`. via PUT /equipment/{id}

api
rentman_put_equipmentsetscontent_by_idWRITE

Update EquipmentSetContent item. The created or updated item is returned under `data`. via PUT /equipmentsetscontent/{id}

api
rentman_put_folders_by_idWRITE

Update Folder item. The created or updated item is returned under `data`. via PUT /folders/{id}

api
rentman_put_leaverequest_by_idWRITE

Update LeaveRequest item. The created or updated item is returned under `data`. via PUT /leaverequest/{id}

api
rentman_put_payments_by_idWRITE

Update Payment item. The created or updated item is returned under `data`. via PUT /payments/{id}

api
rentman_put_projectrequestequipment_by_idWRITE

Update ProjectRequestEquipment item. The created or updated item is returned under `data`. via PUT /projectrequestequipment/{id}

api
rentman_put_projectrequests_by_idWRITE

Update ProjectRequest item. The created or updated item is returned under `data`. via PUT /projectrequests/{id}

api
rentman_put_serialnumbers_by_idWRITE

Update SerialNumber item. The created or updated item is returned under `data`. via PUT /serialnumbers/{id}

api
rentman_put_stockmovements_by_idWRITE

Update StockMovement item. The created or updated item is returned under `data`. via PUT /stockmovements/{id}

api
rentman_put_subtasks_by_idWRITE

Update Subtask item. The created or updated item is returned under `data`. via PUT /subtasks/{id}

api
rentman_put_suppliers_by_idWRITE

Update Supplier item. The created or updated item is returned under `data`. via PUT /suppliers/{id}

api
rentman_put_taskassignments_by_idWRITE

Update TaskAssignment item. The created or updated item is returned under `data`. via PUT /taskassignments/{id}

api
rentman_put_tasks_by_idWRITE

Update Task item. The created or updated item is returned under `data`. via PUT /tasks/{id}

api
rentman_put_taskstatuses_by_idWRITE

Update TaskStatus item. The created or updated item is returned under `data`. via PUT /taskstatuses/{id}

api
rentman_put_timeregistration_by_idWRITE

Update TimeRegistration item. The created or updated item is returned under `data`. via PUT /timeregistration/{id}

api
rentman_put_vehicles_by_idWRITE

Update Vehicle item. The created or updated item is returned under `data`. via PUT /vehicles/{id}

api

Put Rentman behind one governed endpoint.

Same permissions, same audit trail, whatever else you connect next.