Rentman
rentmanEfficiently manage your crew and equipment from one place and ensure nothing falls through the cracks.
Acciones disponibles (130)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Delete AppointmentRENTMAN_DELETE_APPOINTMENTAcciónTool to delete an appointment by its unique ID. Use when you need to remove an appointment from Rentman.
RENTMAN_DELETE_APPOINTMENTAcciónTool to delete an appointment by its unique ID. Use when you need to remove an appointment from Rentman.
Parámetros de entrada
idintegerObligatorioNumeric ID of the appointment to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Appointmentcrew ItemRENTMAN_DELETE_APPOINTMENTCREWAcciónTool to delete an appointmentcrew item by its numeric ID. Use when removing an appointment crew assignment.
RENTMAN_DELETE_APPOINTMENTCREWAcciónTool to delete an appointmentcrew item by its numeric ID. Use when removing an appointment crew assignment.
Parámetros de entrada
idintegerObligatorioNumeric ID of the appointmentcrew item to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ContactRENTMAN_DELETE_CONTACTAcciónTool to delete a contact by its ID. Use when you need to remove a contact from Rentman.
RENTMAN_DELETE_CONTACTAcciónTool to delete a contact by its ID. Use when you need to remove a contact from Rentman.
Parámetros de entrada
idintegerObligatorioNumeric ID of the contact to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete contact personRENTMAN_DELETE_CONTACT_PERSONAcciónTool to delete a contact person from Rentman by their numeric ID. Use when you need to permanently remove a contact person from the system.
RENTMAN_DELETE_CONTACT_PERSONAcciónTool to delete a contact person from Rentman by their numeric ID. Use when you need to permanently remove a contact person from the system.
Parámetros de entrada
idintegerObligatorioNumeric ID of the contact person to be deleted. This is the unique identifier for the contact person in the Rentman system.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Cost ItemRENTMAN_DELETE_COST_ITEMAcciónTool to delete a cost item in Rentman by its numeric ID. Use when you need to remove a cost record from the system.
RENTMAN_DELETE_COST_ITEMAcciónTool to delete a cost item in Rentman by its numeric ID. Use when you need to remove a cost record from the system.
Parámetros de entrada
idintegerObligatorioNumeric ID of the cost item to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Crew AvailabilityRENTMAN_DELETE_CREW_AVAILABILITYAcciónTool to delete a crew availability item by its ID. Use when you need to remove a specific crew availability entry after confirming its ID.
RENTMAN_DELETE_CREW_AVAILABILITYAcciónTool to delete a crew availability item by its ID. Use when you need to remove a specific crew availability entry after confirming its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the crew availability item to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Project RequestRENTMAN_DELETE_PROJECT_REQUESTAcciónTool to delete a project request by its ID. Use when you need to remove a project request from Rentman.
RENTMAN_DELETE_PROJECT_REQUESTAcciónTool to delete a project request by its ID. Use when you need to remove a project request from Rentman.
Parámetros de entrada
idintegerObligatorioNumeric ID of the project request to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Project Request Equipment ItemRENTMAN_DELETE_PROJECT_REQUEST_EQUIPMENT_ITEMAcciónTool to delete a project request equipment item by its ID. Use when you need to remove a project request equipment item from Rentman.
RENTMAN_DELETE_PROJECT_REQUEST_EQUIPMENT_ITEMAcciónTool to delete a project request equipment item by its ID. Use when you need to remove a project request equipment item from Rentman.
Parámetros de entrada
idintegerObligatorioNumeric ID of the project request equipment item to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Time RegistrationRENTMAN_DELETE_TIMEREGISTRATIONAcciónTool to delete a time registration item in Rentman by its numeric ID. Use when you need to remove a time registration record from the system.
RENTMAN_DELETE_TIMEREGISTRATIONAcciónTool to delete a time registration item in Rentman by its numeric ID. Use when you need to remove a time registration record from the system.
Parámetros de entrada
idintegerObligatorioNumeric ID of the time registration to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Accessories CollectionRENTMAN_GET_ACCESSORIES_COLLECTIONAcciónTool to retrieve a collection of accessories from Rentman. Use when you need to list or search accessories with optional filtering, sorting, and pagination.
RENTMAN_GET_ACCESSORIES_COLLECTIONAcciónTool to retrieve a collection of accessories from Rentman. Use when you need to list or search accessories with optional filtering, sorting, and pagination.
Parámetros de entrada
sortstringFields to sort by. Use '+' prefix for ascending order (default) or '-' prefix for descending order. Multiple fields can be comma-separated.
limitintegerMaximum number of accessories to return. Default is 300.
fieldsstringComma-separated list of fields to return in the response. If not specified, all fields are returned.
offsetintegerNumber of items to skip before starting to return results. Used for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Appointment CrewRENTMAN_GET_APPOINTMENT_CREWAcciónTool to retrieve the linked crew members for a specific appointment. Use when you need to get the list of crew assigned to an appointment.
RENTMAN_GET_APPOINTMENT_CREWAcciónTool to retrieve the linked crew members for a specific appointment. Use when you need to get the list of crew assigned to an appointment.
Parámetros de entrada
idintegerObligatorioNumeric ID of the appointment to retrieve crew members for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Appointmentcrew CollectionRENTMAN_GET_APPOINTMENTCREW_COLLECTIONAcciónTool to retrieve appointmentcrew collection from Rentman. Use when you need to list appointment crew assignments with optional pagination, sorting, and field filtering. Results are limited to 300 items per request.
RENTMAN_GET_APPOINTMENTCREW_COLLECTIONAcciónTool to retrieve appointmentcrew collection from Rentman. Use when you need to list appointment crew assignments with optional pagination, sorting, and field filtering. Results are limited to 300 items per request.
Parámetros de entrada
sortstringFields to sort on with direction indicators. Use '+' for ascending and '-' for descending (e.g., '+id' or '-created,+displayname').
limitintegerMaximum number of items to return (max 300). If not specified, API default applies.
fieldsstringComma-separated list of specific fields to return. If not specified, all fields are returned (e.g., 'id,displayname,crew').
offsetintegerNumber of items to skip for pagination. Use this to fetch subsequent pages of results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Appointments CollectionRENTMAN_GET_APPOINTMENTS_COLLECTIONAcciónTool to retrieve a collection of appointments from Rentman. Use when you need to list or search appointments with optional filtering, sorting, and pagination.
RENTMAN_GET_APPOINTMENTS_COLLECTIONAcciónTool to retrieve a collection of appointments from Rentman. Use when you need to list or search appointments with optional filtering, sorting, and pagination.
Parámetros de entrada
sortstringFields to sort by. Use '+' prefix for ascending order (default) or '-' prefix for descending order. Multiple fields can be comma-separated.
limitintegerMaximum number of appointments to return.
fieldsstringComma-separated list of fields to return in the response. If not specified, all fields are returned.
offsetintegerNumber of items to skip before starting to return results. Used for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Contact ContactpersonsRENTMAN_GET_CONTACT_CONTACTPERSONSAcciónTool to retrieve all contactpersons linked to a specific contact in Rentman. Use when you need to get a list of people associated with a contact organization or entity. Returns comprehensive contact person details including names, contact information, and custom fields.
RENTMAN_GET_CONTACT_CONTACTPERSONSAcciónTool to retrieve all contactpersons linked to a specific contact in Rentman. Use when you need to get a list of people associated with a contact organization or entity. Returns comprehensive contact person details including names, contact information, and custom fields.
Parámetros de entrada
idintegerObligatorioNumeric ID of the contact to retrieve linked contactpersons for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Contact File FoldersRENTMAN_GET_CONTACT_FILE_FOLDERSAcciónTool to get file folders linked to a contact. Use when you need to retrieve all file folders associated with a specific contact by their ID.
RENTMAN_GET_CONTACT_FILE_FOLDERSAcciónTool to get file folders linked to a contact. Use when you need to retrieve all file folders associated with a specific contact by their ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the contact to retrieve file folders for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Contact FilesRENTMAN_GET_CONTACT_FILESAcciónTool to get files linked to a contact. Use when you need to retrieve all files associated with a specific contact by their ID.
RENTMAN_GET_CONTACT_FILESAcciónTool to get files linked to a contact. Use when you need to retrieve all files associated with a specific contact by their ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the contact to retrieve files for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Contact Person File FoldersRENTMAN_GET_CONTACTPERSON_FILE_FOLDERSAcciónTool to retrieve file folders linked to a contact person in Rentman. Use when you need to get all file folders associated with a specific contact person by their ID.
RENTMAN_GET_CONTACTPERSON_FILE_FOLDERSAcciónTool to retrieve file folders linked to a contact person in Rentman. Use when you need to get all file folders associated with a specific contact person by their ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the contact person to retrieve file folders for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Contact Person FilesRENTMAN_GET_CONTACT_PERSON_FILESAcciónTool to retrieve files linked to a contact person in Rentman. Use when you need to get all files associated with a specific contact person by their ID.
RENTMAN_GET_CONTACT_PERSON_FILESAcciónTool to retrieve files linked to a contact person in Rentman. Use when you need to get all files associated with a specific contact person by their ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the contact person to retrieve files for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Contact PersonsRENTMAN_GET_CONTACT_PERSONSAcciónTool to retrieve the collection of contact persons from Rentman. Use this when you need to list or search contact persons with optional filtering, pagination, and field selection.
RENTMAN_GET_CONTACT_PERSONSAcciónTool to retrieve the collection of contact persons from Rentman. Use this when you need to list or search contact persons with optional filtering, pagination, and field selection.
Parámetros de entrada
sortstringComma-separated list of fields to sort results by. Prefix with '-' for descending order.
limitintegerMaximum number of items to return per response. Maximum value is 300.
fieldsstringComma-separated list of fields to include in the response. If not specified, all fields are returned.
offsetintegerNumber of items to skip before returning results. Defaults to 0.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Contacts CollectionRENTMAN_GET_CONTACTS_COLLECTIONAcciónTool to retrieve a collection of contacts from Rentman. Use when you need to fetch contact information with optional filtering and pagination.
RENTMAN_GET_CONTACTS_COLLECTIONAcciónTool to retrieve a collection of contacts from Rentman. Use when you need to fetch contact information with optional filtering and pagination.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
limitintegerMaximum number of items to return in the response.
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of items to skip before starting to return results. Use for pagination.
countrystringFilter contacts by country code (ISO 3166-1 alpha-2 format).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get contract invoicelinesRENTMAN_GET_CONTRACT_INVOICELINESAcciónRetrieves invoicelines linked to a specific contract. Use when you need to get billing information including VAT amounts (BTW bedrag) for a contract.
RENTMAN_GET_CONTRACT_INVOICELINESAcciónRetrieves invoicelines linked to a specific contract. Use when you need to get billing information including VAT amounts (BTW bedrag) for a contract.
Parámetros de entrada
idintegerObligatorioNumeric ID of the contract to retrieve invoicelines for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Contract FilesRENTMAN_GET_CONTRACT_ITEM_FILESAcciónTool to retrieve files linked to a specific contract. Use when you need to get all files associated with a contract ID.
RENTMAN_GET_CONTRACT_ITEM_FILESAcciónTool to retrieve files linked to a specific contract. Use when you need to get all files associated with a contract ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the contract to retrieve files for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Contracts CollectionRENTMAN_GET_CONTRACTS_COLLECTIONAcciónTool to retrieve a collection of contracts from Rentman. Use when you need to list contracts with optional filtering, pagination, and sorting. Returns contract details including pricing, dates, and associated entities.
RENTMAN_GET_CONTRACTS_COLLECTIONAcciónTool to retrieve a collection of contracts from Rentman. Use when you need to list contracts with optional filtering, pagination, and sorting. Returns contract details including pricing, dates, and associated entities.
Parámetros de entrada
sortstringFields to sort by with + (ascending) or - (descending) prefix. Multiple fields can be comma-separated. Example: '+id,-created' sorts by id ascending, then created descending.
limitintegerMaximum number of items to return per response. Maximum allowed is 300.
fieldsstringComma-separated field names to include in response. Limits the returned fields to only those specified. Example: 'id,number,subject,customer'.
offsetintegerNumber of items to skip before returning results. Used for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Costs CollectionRENTMAN_GET_COSTS_COLLECTIONAcciónTool to retrieve costs collection from Rentman. Use when you need to fetch a list of costs with optional filtering, sorting, and pagination.
RENTMAN_GET_COSTS_COLLECTIONAcciónTool to retrieve costs collection from Rentman. Use when you need to fetch a list of costs with optional filtering, sorting, and pagination.
Parámetros de entrada
sortstringFields to sort by. Use + for ascending, - for descending order (e.g., +id,-name).
limitintegerMaximum number of items to return. Default and maximum is 300.
fieldsstringComma-separated list of fields to return. If not specified, all fields are returned.
offsetintegerNumber of items to skip for pagination. Default is 0.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Crew Member AppointmentsRENTMAN_GET_CREW_APPOINTMENTSAcciónTool to retrieve appointments for a specific crew member. Use when you need to get the schedule or appointments linked to a crew member by their ID.
RENTMAN_GET_CREW_APPOINTMENTSAcciónTool to retrieve appointments for a specific crew member. Use when you need to get the schedule or appointments linked to a crew member by their ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the crew member to retrieve appointments for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Crew AvailabilityRENTMAN_GET_CREW_AVAILABILITYAcciónTool to retrieve crew availability records for a specific crew member in Rentman. Use when you need to check availability periods, unavailability, or scheduling information for a crew member.
RENTMAN_GET_CREW_AVAILABILITYAcciónTool to retrieve crew availability records for a specific crew member in Rentman. Use when you need to check availability periods, unavailability, or scheduling information for a crew member.
Parámetros de entrada
idintegerObligatorioNumeric ID of the crew member to get availability for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Crew Availability CollectionRENTMAN_GET_CREW_AVAILABILITY_COLLECTIONAcciónTool to retrieve crew availability collection from Rentman. Use when you need to get information about crew members' availability periods, including their availability status, time periods, and related details. Supports pagination, field selection, and sorting.
RENTMAN_GET_CREW_AVAILABILITY_COLLECTIONAcciónTool to retrieve crew availability collection from Rentman. Use when you need to get information about crew members' availability periods, including their availability status, time periods, and related details. Supports pagination, field selection, and sorting.
Parámetros de entrada
sortstringFields to sort by, prefix with + for ascending or - for descending (e.g., '+id,-start'). Multiple sort fields can be specified.
limitintegerMaximum number of items to return (capped at 300). If not specified, API default is used.
fieldsstringComma-separated list of fields to include in response (e.g., 'displayname,crewmember,start,end,status'). If not specified, all fields are returned.
offsetintegerNumber of items to skip for pagination (default: 0).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Crew CollectionRENTMAN_GET_CREW_COLLECTIONAcciónTool to retrieve crew collection from Rentman. Use when you need to list crew members with optional filtering, pagination, and field selection.
RENTMAN_GET_CREW_COLLECTIONAcciónTool to retrieve crew collection from Rentman. Use when you need to list crew members with optional filtering, pagination, and field selection.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional +/- prefix for ascending/descending order (e.g., '+displayname' or '-created').
limitintegerMaximum number of crew members to return. Use to control page size.
fieldsstringComma-separated list of fields to include in the response (e.g., 'id,displayname,email'). If not specified, all fields are returned.
offsetintegerNumber of crew members to skip for pagination. Use with limit for paging through results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Crew File FoldersRENTMAN_GET_CREW_FILE_FOLDERSAcciónTool to retrieve file folders linked to a crew member. Use when you need to get the folder structure for organizing files associated with a specific crew member by their ID.
RENTMAN_GET_CREW_FILE_FOLDERSAcciónTool to retrieve file folders linked to a crew member. Use when you need to get the folder structure for organizing files associated with a specific crew member by their ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the crew member to retrieve file folders for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Crew FilesRENTMAN_GET_CREW_FILESAcciónTool to retrieve files linked to a crew member. Use when you need to get all files associated with a specific crew member by their ID.
RENTMAN_GET_CREW_FILESAcciónTool to retrieve files linked to a crew member. Use when you need to get all files associated with a specific crew member by their ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the crew member to retrieve files for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Crew MemberRENTMAN_GET_CREW_MEMBERAcciónTool to retrieve a crew member item by ID from Rentman. Use when you need to fetch detailed information about a specific crew member including contact details, address, and custom fields.
RENTMAN_GET_CREW_MEMBERAcciónTool to retrieve a crew member item by ID from Rentman. Use when you need to fetch detailed information about a specific crew member including contact details, address, and custom fields.
Parámetros de entrada
idintegerObligatorioNumeric ID of the crew member to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Crewrates CollectionRENTMAN_GET_CREWRATESAcciónTool to retrieve crewrates collection from Rentman. Use when you need to fetch crew member rate information with optional filtering, sorting, and pagination.
RENTMAN_GET_CREWRATESAcciónTool to retrieve crewrates collection from Rentman. Use when you need to fetch crew member rate information with optional filtering, sorting, and pagination.
Parámetros de entrada
sortstringSort results by field names. Use + prefix for ascending order and - prefix for descending order (e.g., '+id', '-created'). Multiple fields can be comma-separated.
limitintegerMaximum number of crewrates to return per request. Default and maximum is 300.
fieldsstringComma-separated list of fields to return (e.g., 'displayname,cost_rate'). Fields like id, created, and modified are always included regardless of this parameter.
offsetintegerNumber of crewrates to skip before starting to return results. Use with limit for pagination. Default is 0.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Crew RatesRENTMAN_GET_CREW_RATESAcciónTool to get crew rates linked collection for a specific crew member. Use when you need to retrieve rate information associated with a crew member by their ID.
RENTMAN_GET_CREW_RATESAcciónTool to get crew rates linked collection for a specific crew member. Use when you need to retrieve rate information associated with a crew member by their ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the crew member
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Equipment AccessoriesRENTMAN_GET_EQUIPMENT_ACCESSORIESAcciónTool to get accessories linked to a specific equipment item. Use when you need to retrieve the list of accessories associated with an equipment itemtype by its ID.
RENTMAN_GET_EQUIPMENT_ACCESSORIESAcciónTool to get accessories linked to a specific equipment item. Use when you need to retrieve the list of accessories associated with an equipment itemtype by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the equipment itemtype
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get equipment collectionRENTMAN_GET_EQUIPMENT_COLLECTIONAcciónTool to get the equipment collection from Rentman. Use when you need to retrieve a list of equipment items with optional filtering and pagination.
RENTMAN_GET_EQUIPMENT_COLLECTIONAcciónTool to get the equipment collection from Rentman. Use when you need to retrieve a list of equipment items with optional filtering and pagination.
Parámetros de entrada
sortstringSort order for the results. Use field name with optional '+' (ascending) or '-' (descending) prefix.
limitintegerMaximum number of equipment items to return. Use for pagination.
fieldsstringComma-separated list of field names to return. If not specified, all fields are returned.
offsetintegerNumber of equipment items to skip before returning results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Equipment File FoldersRENTMAN_GET_EQUIPMENT_FILE_FOLDERSAcciónTool to get file folders linked to equipment. Use when you need to retrieve all file folders associated with a specific equipment item by its ID.
RENTMAN_GET_EQUIPMENT_FILE_FOLDERSAcciónTool to get file folders linked to equipment. Use when you need to retrieve all file folders associated with a specific equipment item by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the equipment item to get file folders for
limitintegerMaximum number of items to return (default: 300). Use for pagination.
offsetintegerNumber of items to skip before starting to return results (default: 0). Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Equipment FilesRENTMAN_GET_EQUIPMENT_FILESAcciónTool to get files linked to equipment. Use when you need to retrieve all files associated with a specific equipment item by its ID.
RENTMAN_GET_EQUIPMENT_FILESAcciónTool to get files linked to equipment. Use when you need to retrieve all files associated with a specific equipment item by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the equipment item
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Equipment RepairsRENTMAN_GET_EQUIPMENT_REPAIRSAcciónTool to retrieve repairs linked to a specific equipment item. Use when you need to fetch repair history or current repairs for equipment by its ID.
RENTMAN_GET_EQUIPMENT_REPAIRSAcciónTool to retrieve repairs linked to a specific equipment item. Use when you need to fetch repair history or current repairs for equipment by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the equipment item to retrieve repairs for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Equipment Serial NumbersRENTMAN_GET_EQUIPMENT_SERIALNUMBERSAcciónTool to retrieve serial numbers linked to a specific equipment item. Use when you need to get all serial numbers associated with an equipment/itemtype ID.
RENTMAN_GET_EQUIPMENT_SERIALNUMBERSAcciónTool to retrieve serial numbers linked to a specific equipment item. Use when you need to get all serial numbers associated with an equipment/itemtype ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the equipment/itemtype to retrieve serial numbers for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Equipment Sets Content CollectionRENTMAN_GET_EQUIPMENT_SET_CONTENT_COLLECTIONAcciónTool to retrieve the equipment sets content collection from Rentman. Use when you need to list or query equipment items that belong to sets, including their quantities and relationships.
RENTMAN_GET_EQUIPMENT_SET_CONTENT_COLLECTIONAcciónTool to retrieve the equipment sets content collection from Rentman. Use when you need to list or query equipment items that belong to sets, including their quantities and relationships.
Parámetros de entrada
sortstringSorting specification. Use '+' for ascending or '-' for descending, followed by field name. Example: '+id' or '-modified'. Multiple sorts can be comma-separated.
limitintegerMaximum number of items to return in the response. Maximum allowed is 300.
fieldsstringComma-separated list of field names to include in the response. Example: 'id,displayname,quantity'. Omit to return all fields.
offsetintegerNumber of items to skip before returning results. Used for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Equipment Sets ContentRENTMAN_GET_EQUIPMENT_SETS_CONTENTAcciónTool to get equipment sets content linked collection for a specific equipment item. Use when you need to retrieve the list of equipment items that are part of a set.
RENTMAN_GET_EQUIPMENT_SETS_CONTENTAcciónTool to get equipment sets content linked collection for a specific equipment item. Use when you need to retrieve the list of equipment items that are part of a set.
Parámetros de entrada
idintegerObligatorioNumeric ID of the equipment item to get sets content for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Equipment StockmovementsRENTMAN_GET_EQUIPMENT_STOCKMOVEMENTSAcciónTool to get stockmovements linked collection for a specific equipment item. Use when you need to retrieve stock movement history for equipment.
RENTMAN_GET_EQUIPMENT_STOCKMOVEMENTSAcciónTool to get stockmovements linked collection for a specific equipment item. Use when you need to retrieve stock movement history for equipment.
Parámetros de entrada
idintegerObligatorioNumeric ID of the equipment item to get stockmovements for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Files CollectionRENTMAN_GET_FILES_COLLECTIONAcciónTool to retrieve files collection from Rentman. Use when you need to list or search for files with optional pagination using limit and offset parameters.
RENTMAN_GET_FILES_COLLECTIONAcciónTool to retrieve files collection from Rentman. Use when you need to list or search for files with optional pagination using limit and offset parameters.
Parámetros de entrada
limitintegerMaximum number of files to return. Use this to control the page size of results.
offsetintegerNumber of files to skip before starting to return results. Use this for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Folder ItemRENTMAN_GET_FOLDER_ITEMAcciónTool to retrieve a folder item by ID from Rentman. Use when you need to get details about a specific folder.
RENTMAN_GET_FOLDER_ITEMAcciónTool to retrieve a folder item by ID from Rentman. Use when you need to get details about a specific folder.
Parámetros de entrada
idintegerObligatorioNumeric ID of the folder to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Folders CollectionRENTMAN_GET_FOLDERS_COLLECTIONAcciónTool to retrieve folders collection from Rentman. Use when you need to list all folders or search for specific folders using filters and sorting. Supports pagination with limit and offset parameters.
RENTMAN_GET_FOLDERS_COLLECTIONAcciónTool to retrieve folders collection from Rentman. Use when you need to list all folders or search for specific folders using filters and sorting. Supports pagination with limit and offset parameters.
Parámetros de entrada
sortstringSort results by field with '+' for ascending or '-' for descending (e.g., '+name' or '-created')
limitintegerMaximum number of items to return. Rentman API limits responses to 300 items per request. Use with offset for pagination.
fieldsstringComma-separated list of fields to return (e.g., 'displayname,id'). If not specified, all fields are returned.
offsetintegerNumber of items to skip for pagination. Use with limit to paginate through large result sets.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Invoice FilesRENTMAN_GET_INVOICE_FILESAcciónTool to retrieve files linked to an invoice in Rentman. Use when you need to get all files associated with a specific invoice by its ID.
RENTMAN_GET_INVOICE_FILESAcciónTool to retrieve files linked to an invoice in Rentman. Use when you need to get all files associated with a specific invoice by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the invoice to retrieve files for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Invoice InvoicelinesRENTMAN_GET_INVOICE_INVOICELINESAcciónTool to retrieve invoicelines linked to a specific invoice. Use when you need to get line item details including VAT amounts (BTW bedrag), prices, and ledger codes for a particular invoice.
RENTMAN_GET_INVOICE_INVOICELINESAcciónTool to retrieve invoicelines linked to a specific invoice. Use when you need to get line item details including VAT amounts (BTW bedrag), prices, and ledger codes for a particular invoice.
Parámetros de entrada
idintegerObligatorioNumeric ID of the invoice to retrieve invoicelines for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Invoice LinesRENTMAN_GET_INVOICELINESAcciónTool to retrieve invoicelines collection from Rentman. Use when you need to access invoice line items with details like VAT amounts, prices, and ledger codes. Supports pagination (up to 300 items per request), field selection, and sorting.
RENTMAN_GET_INVOICELINESAcciónTool to retrieve invoicelines collection from Rentman. Use when you need to access invoice line items with details like VAT amounts, prices, and ledger codes. Supports pagination (up to 300 items per request), field selection, and sorting.
Parámetros de entrada
sortstringSort order. Prefix field names with '+' for ascending or '-' for descending. Example: '+id,-created'.
limitintegerMaximum number of items to return per request. Default and maximum is 300.
fieldsstringComma-separated list of field names to include in response. Example: 'displayname,vatamount,base'.
offsetintegerNumber of items to skip for pagination. Default is 0.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Invoice PaymentsRENTMAN_GET_INVOICE_PAYMENTSAcciónTool to retrieve payments linked to a specific invoice. Use when you need to get payment records associated with an invoice.
RENTMAN_GET_INVOICE_PAYMENTSAcciónTool to retrieve payments linked to a specific invoice. Use when you need to get payment records associated with an invoice.
Parámetros de entrada
idintegerObligatorioNumeric ID of the invoice to retrieve payments for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Invoices CollectionRENTMAN_GET_INVOICESAcciónTool to retrieve a collection of invoices from Rentman. Use when you need to fetch invoice records with optional pagination, filtering, and field selection.
RENTMAN_GET_INVOICESAcciónTool to retrieve a collection of invoices from Rentman. Use when you need to fetch invoice records with optional pagination, filtering, and field selection.
Parámetros de entrada
sortstringSort order for the results. Specify field name with optional '-' prefix for descending order (e.g., 'date' for ascending, '-date' for descending).
limitintegerMaximum number of items to return. Use this to limit the size of the response.
fieldsstringComma-separated list of fields to return in the response. Use this to limit the response to only the fields you need (e.g., 'id,number,subject,date').
offsetintegerNumber of items to skip before returning results. Use this for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Ledgercodes CollectionRENTMAN_GET_LEDGERCODES_COLLECTIONAcciónTool to retrieve ledger codes collection from Rentman. Use when you need to fetch ledger code information that defines the type of trade for invoice lines.
RENTMAN_GET_LEDGERCODES_COLLECTIONAcciónTool to retrieve ledger codes collection from Rentman. Use when you need to fetch ledger code information that defines the type of trade for invoice lines.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
limitintegerMaximum number of ledger codes to return in the response.
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of ledger codes to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Payments CollectionRENTMAN_GET_PAYMENTS_COLLECTIONAcciónTool to retrieve a collection of payments from Rentman. Use when you need to fetch payment records with optional pagination, sorting, and field selection.
RENTMAN_GET_PAYMENTS_COLLECTIONAcciónTool to retrieve a collection of payments from Rentman. Use when you need to fetch payment records with optional pagination, sorting, and field selection.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
limitintegerMaximum number of payments to return in the response. API limit is 300 items per request.
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of payments to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project ContractsRENTMAN_GET_PROJECT_CONTRACTSAcciónTool to retrieve contracts linked to a specific project from Rentman. Use when you need to fetch all contracts associated with a project by its ID.
RENTMAN_GET_PROJECT_CONTRACTSAcciónTool to retrieve contracts linked to a specific project from Rentman. Use when you need to fetch all contracts associated with a project by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the project to retrieve contracts for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project CostsRENTMAN_GET_PROJECT_COSTSAcciónTool to retrieve costs linked to a specific project from Rentman. Use when you need to fetch all cost items associated with a particular project by its ID.
RENTMAN_GET_PROJECT_COSTSAcciónTool to retrieve costs linked to a specific project from Rentman. Use when you need to fetch all cost items associated with a particular project by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the project to retrieve costs for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Projectcrew CollectionRENTMAN_GET_PROJECTCREW_COLLECTIONAcciónTool to retrieve projectcrew collection from Rentman. Use when you need to list project crew assignments with optional filtering, pagination, and field selection.
RENTMAN_GET_PROJECTCREW_COLLECTIONAcciónTool to retrieve projectcrew collection from Rentman. Use when you need to list project crew assignments with optional filtering, pagination, and field selection.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional +/- prefix for ascending/descending order (e.g., '+planperiod_start' or '-created').
limitintegerMaximum number of projectcrew items to return. Use to control page size.
fieldsstringComma-separated list of fields to include in the response (e.g., 'id,displayname,project_leader'). If not specified, all fields are returned.
offsetintegerNumber of projectcrew items to skip for pagination. Use with limit for paging through results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project Equipment CollectionRENTMAN_GET_PROJECT_EQUIPMENT_COLLECTIONAcciónTool to retrieve a collection of project equipment from Rentman. Use when you need to list or search project equipment items with optional filtering, sorting, and pagination.
RENTMAN_GET_PROJECT_EQUIPMENT_COLLECTIONAcciónTool to retrieve a collection of project equipment from Rentman. Use when you need to list or search project equipment items with optional filtering, sorting, and pagination.
Parámetros de entrada
sortstringFields to sort by. Use '+' prefix for ascending order (default) or '-' prefix for descending order. Multiple fields can be comma-separated.
limitintegerMaximum number of project equipment items to return (default: 300 max).
fieldsstringComma-separated list of fields to return in the response. If not specified, all fields are returned.
offsetintegerNumber of items to skip before starting to return results. Used for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Projectequipmentgroup CollectionRENTMAN_GET_PROJECTEQUIPMENTGROUP_COLLECTIONAcciónTool to retrieve projectequipmentgroup collection from Rentman. Use when you need to list project equipment groups with optional pagination, sorting, and field filtering. Results are limited to 300 items per request.
RENTMAN_GET_PROJECTEQUIPMENTGROUP_COLLECTIONAcciónTool to retrieve projectequipmentgroup collection from Rentman. Use when you need to list project equipment groups with optional pagination, sorting, and field filtering. Results are limited to 300 items per request.
Parámetros de entrada
sortstringFields to sort on with direction indicators. Use '+' for ascending and '-' for descending (e.g., '+id' or '-created,+displayname').
limitintegerMaximum number of items to return (max 300). If not specified, API default applies.
fieldsstringComma-separated list of specific fields to return. If not specified, all fields are returned (e.g., 'id,displayname,name').
offsetintegerNumber of items to skip for pagination. Use this to fetch subsequent pages of results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get project equipment group project equipmentRENTMAN_GET_PROJECTEQUIPMENTGROUP_PROJECTEQUIPMENTAcciónTool to get projectequipment linked collection for a specific projectequipmentgroup. Use when you need to retrieve project equipment items associated with a project equipment group by its ID.
RENTMAN_GET_PROJECTEQUIPMENTGROUP_PROJECTEQUIPMENTAcciónTool to get projectequipment linked collection for a specific projectequipmentgroup. Use when you need to retrieve project equipment items associated with a project equipment group by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the projectequipmentgroup
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project File FoldersRENTMAN_GET_PROJECT_FILE_FOLDERSAcciónTool to retrieve file folders linked to a specific project. Use when you need to get all file folder structures associated with a project by its ID.
RENTMAN_GET_PROJECT_FILE_FOLDERSAcciónTool to retrieve file folders linked to a specific project. Use when you need to get all file folder structures associated with a project by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the project to retrieve file folders for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project FilesRENTMAN_GET_PROJECT_FILESAcciónTool to retrieve files linked to a project. Use when you need to get all files associated with a specific project by its ID.
RENTMAN_GET_PROJECT_FILESAcciónTool to retrieve files linked to a project. Use when you need to get all files associated with a specific project by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the project to retrieve files for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project Function Group Project FunctionsRENTMAN_GET_PROJECTFUNCTIONGROUP_PROJECTFUNCTIONSAcciónTool to get project functions linked to a specific project function group in Rentman. Use when you need to retrieve the custom linked collection of project functions for a given project function group ID.
RENTMAN_GET_PROJECTFUNCTIONGROUP_PROJECTFUNCTIONSAcciónTool to get project functions linked to a specific project function group in Rentman. Use when you need to retrieve the custom linked collection of project functions for a given project function group ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the project function group
sortstringSort order for the results. Use field name with optional '+' (ascending) or '-' (descending) prefix.
limitintegerMaximum number of project functions to return. Use for pagination.
fieldsstringComma-separated list of field names to return. If not specified, all fields are returned.
offsetintegerNumber of project functions to skip before returning results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project Function Groups CollectionRENTMAN_GET_PROJECTFUNCTIONGROUPS_COLLECTIONAcciónTool to retrieve a collection of project function groups from Rentman. Use when you need to fetch project function group information with optional filtering, pagination, and field selection.
RENTMAN_GET_PROJECTFUNCTIONGROUPS_COLLECTIONAcciónTool to retrieve a collection of project function groups from Rentman. Use when you need to fetch project function group information with optional filtering, pagination, and field selection.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
limitintegerMaximum number of items to return in the response (capped at 300).
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of items to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project Function CrewRENTMAN_GET_PROJECTFUNCTION_PROJECTCREWAcciónTool to get project crew linked to a specific project function. Use when you need to retrieve crew members assigned to a project function by its ID.
RENTMAN_GET_PROJECTFUNCTION_PROJECTCREWAcciónTool to get project crew linked to a specific project function. Use when you need to retrieve crew members assigned to a project function by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the project function to retrieve crew for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Projectfunction ProjectvehiclesRENTMAN_GET_PROJECTFUNCTION_PROJECTVEHICLESAcciónTool to retrieve project vehicles linked to a project function. Use when you need to get all vehicles associated with a specific project function by its ID.
RENTMAN_GET_PROJECTFUNCTION_PROJECTVEHICLESAcciónTool to retrieve project vehicles linked to a project function. Use when you need to get all vehicles associated with a specific project function by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the project function to retrieve project vehicles for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Projectfunctions CollectionRENTMAN_GET_PROJECTFUNCTIONS_COLLECTIONAcciónTool to retrieve a collection of projectfunctions from Rentman. Use when you need to fetch projectfunction information with optional filtering and pagination.
RENTMAN_GET_PROJECTFUNCTIONS_COLLECTIONAcciónTool to retrieve a collection of projectfunctions from Rentman. Use when you need to fetch projectfunction information with optional filtering and pagination.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
limitintegerMaximum number of items to return in the response. Use for pagination.
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of items to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project CrewRENTMAN_GET_PROJECT_PROJECTCREWAcciónTool to get project crew custom linked collection for a specific project. Use when you need to retrieve crew members assigned to a project by its ID.
RENTMAN_GET_PROJECT_PROJECTCREWAcciónTool to get project crew custom linked collection for a specific project. Use when you need to retrieve crew members assigned to a project by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the project to retrieve crew for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project EquipmentRENTMAN_GET_PROJECT_PROJECTEQUIPMENTAcciónTool to retrieve all equipment items linked to a specific project in Rentman. Use when you need to get the equipment planning details for a particular project, including quantities, pricing, and planning periods.
RENTMAN_GET_PROJECT_PROJECTEQUIPMENTAcciónTool to retrieve all equipment items linked to a specific project in Rentman. Use when you need to get the equipment planning details for a particular project, including quantities, pricing, and planning periods.
Parámetros de entrada
idintegerObligatorioNumeric ID of the project to retrieve equipment for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get project projectequipmentgroupRENTMAN_GET_PROJECT_PROJECTEQUIPMENTGROUPAcciónTool to get projectequipmentgroup linked collection for a specific project. Use when you need to retrieve project equipment groups associated with a project by its ID.
RENTMAN_GET_PROJECT_PROJECTEQUIPMENTGROUPAcciónTool to get projectequipmentgroup linked collection for a specific project. Use when you need to retrieve project equipment groups associated with a project by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the project
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project Function Groups For ProjectRENTMAN_GET_PROJECT_PROJECTFUNCTIONGROUPSAcciónTool to retrieve project function groups linked to a specific project in Rentman. Use when you need to fetch project function groups associated with a particular project ID.
RENTMAN_GET_PROJECT_PROJECTFUNCTIONGROUPSAcciónTool to retrieve project function groups linked to a specific project in Rentman. Use when you need to fetch project function groups associated with a particular project ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the project
sortstringSort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
limitintegerMaximum number of items to return in the response (capped at 300).
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of items to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project ProjectfunctionsRENTMAN_GET_PROJECT_PROJECTFUNCTIONSAcciónTool to retrieve projectfunctions linked to a specific project. Use when you need to fetch project function information for a given project ID.
RENTMAN_GET_PROJECT_PROJECTFUNCTIONSAcciónTool to retrieve projectfunctions linked to a specific project. Use when you need to fetch project function information for a given project ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the project to retrieve projectfunctions for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project ProjectvehiclesRENTMAN_GET_PROJECT_PROJECTVEHICLESAcciónTool to retrieve project vehicles linked to a project. Use when you need to get all vehicles associated with a specific project by its ID.
RENTMAN_GET_PROJECT_PROJECTVEHICLESAcciónTool to retrieve project vehicles linked to a project. Use when you need to get all vehicles associated with a specific project by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the project to retrieve project vehicles for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project QuotesRENTMAN_GET_PROJECT_QUOTESAcciónTool to retrieve quotes linked to a project. Use when you need to get all quotes associated with a specific project by its ID.
RENTMAN_GET_PROJECT_QUOTESAcciónTool to retrieve quotes linked to a project. Use when you need to get all quotes associated with a specific project by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the project to retrieve quotes for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project Request EquipmentRENTMAN_GET_PROJECT_REQUEST_EQUIPMENTAcciónTool to retrieve projectrequestequipment linked to a specific project request in Rentman. Use when you need to get equipment items associated with a project request.
RENTMAN_GET_PROJECT_REQUEST_EQUIPMENTAcciónTool to retrieve projectrequestequipment linked to a specific project request in Rentman. Use when you need to get equipment items associated with a project request.
Parámetros de entrada
idintegerObligatorioNumeric ID of the project request to retrieve linked projectrequestequipment for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project Request Equipment CollectionRENTMAN_GET_PROJECT_REQUEST_EQUIPMENT_COLLECTIONAcciónTool to retrieve project request equipment collection from Rentman. Use when you need to list project request equipment items with optional pagination, sorting, and field filtering. Results are limited to 300 items per request.
RENTMAN_GET_PROJECT_REQUEST_EQUIPMENT_COLLECTIONAcciónTool to retrieve project request equipment collection from Rentman. Use when you need to list project request equipment items with optional pagination, sorting, and field filtering. Results are limited to 300 items per request.
Parámetros de entrada
sortstringFields to sort on with direction indicators. Use '+' for ascending and '-' for descending (e.g., '+id' or '-created,+displayname').
limitintegerMaximum number of items to return (max 300). If not specified, API default applies.
fieldsstringComma-separated list of specific fields to return. If not specified, all fields are returned (e.g., 'id,displayname,name').
offsetintegerNumber of items to skip for pagination. Use this to fetch subsequent pages of results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project Requests CollectionRENTMAN_GET_PROJECTREQUESTS_COLLECTIONAcciónTool to retrieve a collection of project requests from Rentman. Use when you need to fetch project request information with optional pagination.
RENTMAN_GET_PROJECTREQUESTS_COLLECTIONAcciónTool to retrieve a collection of project requests from Rentman. Use when you need to fetch project request information with optional pagination.
Parámetros de entrada
limitintegerMaximum number of items to return in the response.
offsetintegerNumber of items to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Projects CollectionRENTMAN_GET_PROJECTS_COLLECTIONAcciónTool to retrieve a collection of projects from Rentman. Use when you need to fetch project information with optional filtering and pagination.
RENTMAN_GET_PROJECTS_COLLECTIONAcciónTool to retrieve a collection of projects from Rentman. Use when you need to fetch project information with optional filtering and pagination.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
limitintegerMaximum number of items to return per response.
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of items to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project SubprojectsRENTMAN_GET_PROJECT_SUBPROJECTSAcciónTool to retrieve subprojects linked to a specific project from Rentman. Use when you need to fetch all subproject items associated with a project by its ID.
RENTMAN_GET_PROJECT_SUBPROJECTSAcciónTool to retrieve subprojects linked to a specific project from Rentman. Use when you need to fetch all subproject items associated with a project by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the project to retrieve subprojects for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Projecttypes CollectionRENTMAN_GET_PROJECTTYPES_COLLECTIONAcciónTool to retrieve a collection of project types from Rentman. Use when you need to fetch project type information with optional filtering and pagination.
RENTMAN_GET_PROJECTTYPES_COLLECTIONAcciónTool to retrieve a collection of project types from Rentman. Use when you need to fetch project type information with optional filtering and pagination.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
limitintegerMaximum number of items to return per response (capped at 300).
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of items to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Projectvehicles CollectionRENTMAN_GET_PROJECTVEHICLES_COLLECTIONAcciónTool to retrieve projectvehicles collection from Rentman. Use when you need to list project vehicles with optional filtering, pagination, and field selection.
RENTMAN_GET_PROJECTVEHICLES_COLLECTIONAcciónTool to retrieve projectvehicles collection from Rentman. Use when you need to list project vehicles with optional filtering, pagination, and field selection.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional +/- prefix for ascending/descending order (e.g., '+planningperiod_start' or '-created').
limitintegerMaximum number of projectvehicles items to return. Use to control page size.
fieldsstringComma-separated list of fields to include in the response (e.g., 'id,displayname,vehicle'). If not specified, all fields are returned.
offsetintegerNumber of projectvehicles items to skip for pagination. Use with limit for paging through results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Quote FilesRENTMAN_GET_QUOTE_FILESAcciónTool to get files linked to a quote. Use when you need to retrieve all files associated with a specific quote by its ID.
RENTMAN_GET_QUOTE_FILESAcciónTool to get files linked to a quote. Use when you need to retrieve all files associated with a specific quote by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the quote to retrieve files for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get quote invoicelinesRENTMAN_GET_QUOTE_INVOICELINESAcciónRetrieves invoicelines linked to a specific quote. Use when you need to get billing information including VAT amounts (BTW bedrag) for a quote.
RENTMAN_GET_QUOTE_INVOICELINESAcciónRetrieves invoicelines linked to a specific quote. Use when you need to get billing information including VAT amounts (BTW bedrag) for a quote.
Parámetros de entrada
idintegerObligatorioNumeric ID of the quote to retrieve invoicelines for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Quotes CollectionRENTMAN_GET_QUOTES_COLLECTIONAcciónTool to retrieve a collection of quotes from Rentman. Use when you need to fetch quote information with optional pagination.
RENTMAN_GET_QUOTES_COLLECTIONAcciónTool to retrieve a collection of quotes from Rentman. Use when you need to fetch quote information with optional pagination.
Parámetros de entrada
limitintegerMaximum number of items to return in the response.
offsetintegerNumber of items to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Ratefactors CollectionRENTMAN_GET_RATEFACTORS_COLLECTIONAcciónTool to retrieve a collection of ratefactors from Rentman. Use when you need to fetch ratefactor information with optional filtering and pagination.
RENTMAN_GET_RATEFACTORS_COLLECTIONAcciónTool to retrieve a collection of ratefactors from Rentman. Use when you need to fetch ratefactor information with optional filtering and pagination.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
limitintegerMaximum number of ratefactors to return. Use to control page size.
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of ratefactors to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Rate RatefactorsRENTMAN_GET_RATE_RATEFACTORSAcciónTool to retrieve the ratefactors custom linked collection for a specific rate. Use when you need to get the list of ratefactors associated with a rate.
RENTMAN_GET_RATE_RATEFACTORSAcciónTool to retrieve the ratefactors custom linked collection for a specific rate. Use when you need to get the list of ratefactors associated with a rate.
Parámetros de entrada
idintegerObligatorioNumeric ID of the rate to retrieve ratefactors for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Rates CollectionRENTMAN_GET_RATES_COLLECTIONAcciónTool to retrieve rates collection from Rentman. Use when you need to fetch rate information with optional filtering, sorting, and pagination.
RENTMAN_GET_RATES_COLLECTIONAcciónTool to retrieve rates collection from Rentman. Use when you need to fetch rate information with optional filtering, sorting, and pagination.
Parámetros de entrada
sortstringSort results by field names. Use + prefix for ascending order and - prefix for descending order (e.g., '+id', '-created'). Multiple fields can be comma-separated.
limitintegerMaximum number of rates to return per request. Default and maximum is 300.
fieldsstringComma-separated list of fields to return (e.g., 'displayname,name,type'). Fields like id, created, and modified are always included regardless of this parameter.
offsetintegerNumber of rates to skip before starting to return results. Use with limit for pagination. Default is 0.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Repair File FoldersRENTMAN_GET_REPAIR_FILE_FOLDERSAcciónTool to get file folders linked to a repair. Use when you need to retrieve all file folders associated with a specific repair by its ID.
RENTMAN_GET_REPAIR_FILE_FOLDERSAcciónTool to get file folders linked to a repair. Use when you need to retrieve all file folders associated with a specific repair by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the repair to retrieve file folders for
limitintegerMaximum number of items to return (default: 300)
offsetintegerNumber of items to skip before returning results (default: 0)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Repair FilesRENTMAN_GET_REPAIR_FILESAcciónTool to get files linked to a repair. Use when you need to retrieve all files associated with a specific repair item by its ID.
RENTMAN_GET_REPAIR_FILESAcciónTool to get files linked to a repair. Use when you need to retrieve all files associated with a specific repair item by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the repair item
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Repairs CollectionRENTMAN_GET_REPAIRS_COLLECTIONAcciónTool to retrieve a collection of repairs from Rentman. Use when you need to fetch repair records with optional filtering and pagination.
RENTMAN_GET_REPAIRS_COLLECTIONAcciónTool to retrieve a collection of repairs from Rentman. Use when you need to fetch repair records with optional filtering and pagination.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
limitintegerMaximum number of items to return in the response. Use for pagination.
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of items to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Serial Number File FoldersRENTMAN_GET_SERIALNUMBER_FILE_FOLDERSAcciónTool to get file folders linked to a serial number. Use when you need to retrieve all file folders associated with a specific serial number by its ID.
RENTMAN_GET_SERIALNUMBER_FILE_FOLDERSAcciónTool to get file folders linked to a serial number. Use when you need to retrieve all file folders associated with a specific serial number by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the serial number to retrieve file folders for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Serial Number FilesRENTMAN_GET_SERIAL_NUMBER_FILESAcciónTool to get files linked to a serial number. Use when you need to retrieve all files associated with a specific serial number item by its ID.
RENTMAN_GET_SERIAL_NUMBER_FILESAcciónTool to get files linked to a serial number. Use when you need to retrieve all files associated with a specific serial number item by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the serial number to retrieve files for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Serialnumbers CollectionRENTMAN_GET_SERIALNUMBERS_COLLECTIONAcciónTool to retrieve a collection of serialnumbers from Rentman. Use when you need to fetch serialnumber information with optional filtering and pagination.
RENTMAN_GET_SERIALNUMBERS_COLLECTIONAcciónTool to retrieve a collection of serialnumbers from Rentman. Use when you need to fetch serialnumber information with optional filtering and pagination.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
limitintegerMaximum number of items to return in the response. Maximum value is 300.
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of items to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Statuses CollectionRENTMAN_GET_STATUSES_COLLECTIONAcciónTool to retrieve a collection of statuses from Rentman. Use when you need to fetch status information with optional filtering and pagination.
RENTMAN_GET_STATUSES_COLLECTIONAcciónTool to retrieve a collection of statuses from Rentman. Use when you need to fetch status information with optional filtering and pagination.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
limitintegerMaximum number of status items to return. Use for pagination.
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of status items to skip before returning results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Stocklocations CollectionRENTMAN_GET_STOCKLOCATIONS_COLLECTIONAcciónTool to retrieve stock locations collection from Rentman. Use when you need to fetch information about warehouse or storage locations with optional filtering and pagination.
RENTMAN_GET_STOCKLOCATIONS_COLLECTIONAcciónTool to retrieve stock locations collection from Rentman. Use when you need to fetch information about warehouse or storage locations with optional filtering and pagination.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
limitintegerMaximum number of stock locations to return. Use for pagination.
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of stock locations to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Stockmovements CollectionRENTMAN_GET_STOCKMOVEMENTS_COLLECTIONAcciónTool to retrieve the stock movements collection from Rentman. Use when you need to fetch a list of stock movements with optional filtering, sorting, and pagination.
RENTMAN_GET_STOCKMOVEMENTS_COLLECTIONAcciónTool to retrieve the stock movements collection from Rentman. Use when you need to fetch a list of stock movements with optional filtering, sorting, and pagination.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional '+' (ascending) or '-' (descending) prefix.
limitintegerMaximum number of stock movements to return. Maximum is 300 per response.
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of stock movements to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Subproject File FoldersRENTMAN_GET_SUBPROJECT_FILE_FOLDERSAcciónTool to get file folders linked to a subproject. Use when you need to retrieve all file folders associated with a specific subproject by its ID.
RENTMAN_GET_SUBPROJECT_FILE_FOLDERSAcciónTool to get file folders linked to a subproject. Use when you need to retrieve all file folders associated with a specific subproject by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the subproject to retrieve file folders for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Subproject Project CrewRENTMAN_GET_SUBPROJECT_PROJECTCREWAcciónTool to get project crew custom linked collection for a specific subproject. Use when you need to retrieve crew members assigned to a subproject by its ID.
RENTMAN_GET_SUBPROJECT_PROJECTCREWAcciónTool to get project crew custom linked collection for a specific subproject. Use when you need to retrieve crew members assigned to a subproject by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the subproject to retrieve crew for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Subproject Project EquipmentRENTMAN_GET_SUBPROJECT_PROJECTEQUIPMENTAcciónTool to retrieve project equipment collection from a specific subproject in Rentman. Use when you need to list all equipment items or search for specific equipment associated with a subproject. Supports pagination with limit and offset parameters.
RENTMAN_GET_SUBPROJECT_PROJECTEQUIPMENTAcciónTool to retrieve project equipment collection from a specific subproject in Rentman. Use when you need to list all equipment items or search for specific equipment associated with a subproject. Supports pagination with limit and offset parameters.
Parámetros de entrada
idintegerObligatorioNumeric ID of the subproject to retrieve project equipment for
sortstringSort results by field with '+' for ascending or '-' for descending (e.g., '+name' or '-created')
limitintegerMaximum number of items to return. Rentman API limits responses to 300 items per request. Use with offset for pagination.
fieldsstringComma-separated list of fields to return (e.g., 'displayname,id,quantity'). If not specified, all fields are returned.
offsetintegerNumber of items to skip for pagination. Use with limit to paginate through large result sets.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get subproject projectequipmentgroupRENTMAN_GET_SUBPROJECT_PROJECTEQUIPMENTGROUPAcciónTool to get projectequipmentgroup linked collection for a specific subproject. Use when you need to retrieve project equipment groups associated with a subproject by its ID.
RENTMAN_GET_SUBPROJECT_PROJECTEQUIPMENTGROUPAcciónTool to get projectequipmentgroup linked collection for a specific subproject. Use when you need to retrieve project equipment groups associated with a subproject by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the subproject
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project Function Groups For SubprojectRENTMAN_GET_SUBPROJECT_PROJECTFUNCTIONGROUPSAcciónTool to retrieve project function groups linked to a specific subproject in Rentman. Use when you need to fetch project function groups associated with a particular subproject ID.
RENTMAN_GET_SUBPROJECT_PROJECTFUNCTIONGROUPSAcciónTool to retrieve project function groups linked to a specific subproject in Rentman. Use when you need to fetch project function groups associated with a particular subproject ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the subproject
sortstringSort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
limitintegerMaximum number of items to return in the response (capped at 300).
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of items to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Subproject ProjectvehiclesRENTMAN_GET_SUBPROJECT_PROJECTVEHICLESAcciónTool to retrieve project vehicles linked to a subproject. Use when you need to get all vehicles associated with a specific subproject by its ID.
RENTMAN_GET_SUBPROJECT_PROJECTVEHICLESAcciónTool to retrieve project vehicles linked to a subproject. Use when you need to get all vehicles associated with a specific subproject by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the subproject to retrieve project vehicles for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Subprojects CollectionRENTMAN_GET_SUBPROJECTS_COLLECTIONAcciónTool to retrieve subprojects collection from Rentman. Use when you need to list all subprojects or search for specific subprojects using filters and sorting. Supports pagination with limit and offset parameters.
RENTMAN_GET_SUBPROJECTS_COLLECTIONAcciónTool to retrieve subprojects collection from Rentman. Use when you need to list all subprojects or search for specific subprojects using filters and sorting. Supports pagination with limit and offset parameters.
Parámetros de entrada
sortstringSort results by field with '+' for ascending or '-' for descending (e.g., '+name' or '-created')
limitintegerMaximum number of items to return. Rentman API limits responses to 300 items per request. Use with offset for pagination.
fieldsstringComma-separated list of fields to return (e.g., 'id,name,location'). If not specified, all fields are returned.
offsetintegerNumber of items to skip for pagination. Use with limit to paginate through large result sets.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Subrental Equipment CollectionRENTMAN_GET_SUBRENTAL_EQUIPMENT_COLLECTIONAcciónTool to retrieve a collection of subrental equipment items from Rentman. Use when you need to fetch subrental equipment information with optional filtering and pagination.
RENTMAN_GET_SUBRENTAL_EQUIPMENT_COLLECTIONAcciónTool to retrieve a collection of subrental equipment items from Rentman. Use when you need to fetch subrental equipment information with optional filtering and pagination.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
limitintegerMaximum number of items to return in the response. Use for pagination.
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of items to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Subrental Equipment GroupRENTMAN_GET_SUBRENTAL_EQUIPMENT_GROUPAcciónTool to get subrental equipment group custom linked collection from Rentman. Use when you need to retrieve equipment groups associated with a specific subrental item.
RENTMAN_GET_SUBRENTAL_EQUIPMENT_GROUPAcciónTool to get subrental equipment group custom linked collection from Rentman. Use when you need to retrieve equipment groups associated with a specific subrental item.
Parámetros de entrada
idintegerObligatorioNumeric ID of the subrental item to retrieve equipment groups for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Subrental Equipment Group CollectionRENTMAN_GET_SUBRENTAL_EQUIPMENT_GROUP_COLLECTIONAcciónTool to retrieve the complete collection of subrental equipment groups from Rentman. Use when you need to fetch all subrental equipment groups with optional filtering and pagination.
RENTMAN_GET_SUBRENTAL_EQUIPMENT_GROUP_COLLECTIONAcciónTool to retrieve the complete collection of subrental equipment groups from Rentman. Use when you need to fetch all subrental equipment groups with optional filtering and pagination.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
limitintegerMaximum number of items to return in the response (max 300).
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of items to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get subrental equipment group subrental equipmentRENTMAN_GET_SUBRENTALEQUIPMENTGROUP_SUBRENTALEQUIPMENTAcciónTool to get subrentalequipment custom linked collection for a specific subrentalequipmentgroup. Use when you need to retrieve subrental equipment items associated with a subrental equipment group by its ID.
RENTMAN_GET_SUBRENTALEQUIPMENTGROUP_SUBRENTALEQUIPMENTAcciónTool to get subrentalequipment custom linked collection for a specific subrentalequipmentgroup. Use when you need to retrieve subrental equipment items associated with a subrental equipment group by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the subrentalequipmentgroup
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Subrental File FoldersRENTMAN_GET_SUBRENTAL_FILE_FOLDERSAcciónTool to get file folders linked to a subrental. Use when you need to retrieve the collection of file folders associated with a specific subrental by its ID.
RENTMAN_GET_SUBRENTAL_FILE_FOLDERSAcciónTool to get file folders linked to a subrental. Use when you need to retrieve the collection of file folders associated with a specific subrental by its ID.
Parámetros de entrada
idintegerObligatorioThe ID of the subrental to retrieve file folders for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Subrental FilesRENTMAN_GET_SUBRENTAL_FILESAcciónTool to get files linked to a subrental. Use when you need to retrieve all files associated with a specific subrental item by its ID.
RENTMAN_GET_SUBRENTAL_FILESAcciónTool to get files linked to a subrental. Use when you need to retrieve all files associated with a specific subrental item by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the subrental item
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Subrentals CollectionRENTMAN_GET_SUBRENTALS_COLLECTIONAcciónTool to get subrentals collection from Rentman. Use when you need to retrieve a list of subrentals with optional pagination.
RENTMAN_GET_SUBRENTALS_COLLECTIONAcciónTool to get subrentals collection from Rentman. Use when you need to retrieve a list of subrentals with optional pagination.
Parámetros de entrada
limitintegerMaximum number of items to return in the response. Use for pagination.
offsetintegerNumber of items to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Subrental SubrentalequipmentRENTMAN_GET_SUBRENTAL_SUBRENTALEQUIPMENTAcciónTool to retrieve subrentalequipment linked to a specific subrental in Rentman. Use when you need to get a list of equipment items associated with a subrental.
RENTMAN_GET_SUBRENTAL_SUBRENTALEQUIPMENTAcciónTool to retrieve subrentalequipment linked to a specific subrental in Rentman. Use when you need to get a list of equipment items associated with a subrental.
Parámetros de entrada
idintegerObligatorioNumeric ID of the subrental to retrieve linked subrentalequipment for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Tax Classes CollectionRENTMAN_GET_TAXCLASSES_COLLECTIONAcciónTool to retrieve a collection of tax classes from Rentman. Use when you need to fetch tax class information with optional filtering and pagination.
RENTMAN_GET_TAXCLASSES_COLLECTIONAcciónTool to retrieve a collection of tax classes from Rentman. Use when you need to fetch tax class information with optional filtering and pagination.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
limitintegerMaximum number of tax classes to return. Use for pagination.
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of tax classes to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Timeregistration ActivitiesRENTMAN_GET_TIMEREGISTRATION_ACTIVITIESAcciónTool to retrieve all timeregistrationactivities linked to a specific timeregistration in Rentman. Use when you need to get details about activities associated with a time registration entry. Returns comprehensive activity details including duration, description, and project function references.
RENTMAN_GET_TIMEREGISTRATION_ACTIVITIESAcciónTool to retrieve all timeregistrationactivities linked to a specific timeregistration in Rentman. Use when you need to get details about activities associated with a time registration entry. Returns comprehensive activity details including duration, description, and project function references.
Parámetros de entrada
idintegerObligatorioNumeric ID of the timeregistration to retrieve linked activities for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Timeregistration Activities CollectionRENTMAN_GET_TIMEREGISTRATION_ACTIVITIES_COLLECTIONAcciónTool to retrieve a collection of timeregistration activities from Rentman. Use when you need to fetch time registration activity records with optional pagination and filtering.
RENTMAN_GET_TIMEREGISTRATION_ACTIVITIES_COLLECTIONAcciónTool to retrieve a collection of timeregistration activities from Rentman. Use when you need to fetch time registration activity records with optional pagination and filtering.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
limitintegerMaximum number of timeregistration activities to return. Use for pagination.
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of timeregistration activities to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Timeregistration CollectionRENTMAN_GET_TIMEREGISTRATION_COLLECTIONAcciónTool to retrieve a collection of timeregistrations from Rentman. Use when you need to fetch time registration records with optional pagination.
RENTMAN_GET_TIMEREGISTRATION_COLLECTIONAcciónTool to retrieve a collection of timeregistrations from Rentman. Use when you need to fetch time registration records with optional pagination.
Parámetros de entrada
limitintegerMaximum number of timeregistration items to return. Use for pagination.
offsetintegerNumber of timeregistration items to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Time Registration FilesRENTMAN_GET_TIMEREGISTRATION_FILESAcciónTool to get files linked to a time registration. Use when you need to retrieve all files associated with a specific time registration entry by its ID.
RENTMAN_GET_TIMEREGISTRATION_FILESAcciónTool to get files linked to a time registration. Use when you need to retrieve all files associated with a specific time registration entry by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the time registration item
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Vehicle File FoldersRENTMAN_GET_VEHICLE_FILE_FOLDERSAcciónTool to get file folders linked to a vehicle. Use when you need to retrieve all file folders associated with a specific vehicle by their ID.
RENTMAN_GET_VEHICLE_FILE_FOLDERSAcciónTool to get file folders linked to a vehicle. Use when you need to retrieve all file folders associated with a specific vehicle by their ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the vehicle to retrieve file folders for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Vehicle FilesRENTMAN_GET_VEHICLE_FILESAcciónTool to get files linked to a vehicle. Use when you need to retrieve all files associated with a specific vehicle by its ID.
RENTMAN_GET_VEHICLE_FILESAcciónTool to get files linked to a vehicle. Use when you need to retrieve all files associated with a specific vehicle by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the vehicle item
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Vehicles CollectionRENTMAN_GET_VEHICLES_COLLECTIONAcciónTool to retrieve a collection of vehicles from Rentman. Use when you need to fetch vehicle information with optional filtering and pagination.
RENTMAN_GET_VEHICLES_COLLECTIONAcciónTool to retrieve a collection of vehicles from Rentman. Use when you need to fetch vehicle information with optional filtering and pagination.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
limitintegerMaximum number of vehicles to return in the response. Use for pagination.
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of vehicles to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ActualcontentRENTMAN_LIST_ACTUALCONTENTAcciónTool to get actualcontent collection from Rentman. Use when you need to retrieve the actual content of serialized physical combinations with pagination support.
RENTMAN_LIST_ACTUALCONTENTAcciónTool to get actualcontent collection from Rentman. Use when you need to retrieve the actual content of serialized physical combinations with pagination support.
Parámetros de entrada
limitintegerMaximum number of items to return in the response (default: 300).
offsetintegerNumber of items to skip before starting to return results. Use for pagination (default: 0).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Equipmentassignedserials CollectionRENTMAN_LIST_EQUIPMENTASSIGNEDSERIALS_COLLECTIONAcciónTool to retrieve serial numbers assigned to serialized physical combinations from Rentman. Use when you need to fetch manually assigned serial numbers (not actual content) from the serial numbers tab.
RENTMAN_LIST_EQUIPMENTASSIGNEDSERIALS_COLLECTIONAcciónTool to retrieve serial numbers assigned to serialized physical combinations from Rentman. Use when you need to fetch manually assigned serial numbers (not actual content) from the serial numbers tab.
Parámetros de entrada
limitintegerMaximum number of items to return in the response. Default is 300.
offsetintegerNumber of items to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List FactorgroupsRENTMAN_LIST_FACTORGROUPSAcciónTool to retrieve factorgroups collection from Rentman. Use when you need to fetch all factor groups with optional filtering and pagination.
RENTMAN_LIST_FACTORGROUPSAcciónTool to retrieve factorgroups collection from Rentman. Use when you need to fetch all factor groups with optional filtering and pagination.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional '+' for ascending (default) or '-' for descending.
limitintegerMaximum number of factorgroups to return. Use for pagination.
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of factorgroups to skip before returning results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Factorgroups FactorsRENTMAN_LIST_FACTORGROUPS_FACTORSAcciónTool to retrieve the factors collection for a specific factorgroup. Use when you need to get the list of factors associated with a factorgroup.
RENTMAN_LIST_FACTORGROUPS_FACTORSAcciónTool to retrieve the factors collection for a specific factorgroup. Use when you need to get the list of factors associated with a factorgroup.
Parámetros de entrada
idintegerObligatorioNumeric ID of the factorgroup to retrieve factors for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List FactorsRENTMAN_LIST_FACTORSAcciónTool to retrieve a collection of factors from Rentman. Use when you need to fetch factor information with optional filtering and pagination.
RENTMAN_LIST_FACTORSAcciónTool to retrieve a collection of factors from Rentman. Use when you need to fetch factor information with optional filtering and pagination.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional prefix: '+' for ascending (default), '-' for descending.
limitintegerMaximum number of factors to return. Use to control page size.
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of factors to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List File FoldersRENTMAN_LIST_FILE_FOLDERSAcciónTool to retrieve file folders collection from Rentman. Use when you need to list folders that files can be organized into, with optional pagination.
RENTMAN_LIST_FILE_FOLDERSAcciónTool to retrieve file folders collection from Rentman. Use when you need to list folders that files can be organized into, with optional pagination.
Parámetros de entrada
limitintegerMaximum number of file folders to return. Use this to control the page size of results.
offsetintegerNumber of file folders to skip before starting to return results. Use this for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Leave MutationsRENTMAN_LIST_LEAVEMUTATIONAcciónTool to retrieve leave mutations collection from Rentman. Use when you need to list leave mutations and their information. Leave mutations are immutable records, so any mistakes should be corrected by creating a new opposite mutation.
RENTMAN_LIST_LEAVEMUTATIONAcciónTool to retrieve leave mutations collection from Rentman. Use when you need to list leave mutations and their information. Leave mutations are immutable records, so any mistakes should be corrected by creating a new opposite mutation.
Parámetros de entrada
sortstringSort results by field with '+' for ascending or '-' for descending (e.g., '+mutation_date' or '-id')
limitintegerMaximum number of items to return. Rentman API limits responses to 300 items per request. Use with offset for pagination.
fieldsstringComma-separated list of fields to return (e.g., 'id,crewmember,duration'). If not specified, all fields are returned.
offsetintegerNumber of items to skip for pagination. Use with limit to paginate through large result sets.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Leave RequestsRENTMAN_LIST_LEAVE_REQUESTSAcciónTool to retrieve leave requests collection from Rentman. Use when you need to work with leave requests and their information such as approval status, reviewer, and requested dates.
RENTMAN_LIST_LEAVE_REQUESTSAcciónTool to retrieve leave requests collection from Rentman. Use when you need to work with leave requests and their information such as approval status, reviewer, and requested dates.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional +/- prefix for ascending/descending order (e.g., '+displayname' or '-requested_for').
limitintegerMaximum number of leave requests to return. Use to control page size.
fieldsstringComma-separated list of fields to include in the response (e.g., 'id,displayname,approval_status'). If not specified, all fields are returned.
offsetintegerNumber of leave requests to skip for pagination. Use with limit for paging through results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Leave Request TimeregistrationRENTMAN_LIST_LEAVEREQUEST_TIMEREGISTRATIONAcciónTool to get timeregistration collection for a specific leave request. Use when you need to retrieve time registrations linked to a leave request.
RENTMAN_LIST_LEAVEREQUEST_TIMEREGISTRATIONAcciónTool to get timeregistration collection for a specific leave request. Use when you need to retrieve time registrations linked to a leave request.
Parámetros de entrada
idintegerObligatorioNumeric ID of the leave request to get timeregistration for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Leave TypesRENTMAN_LIST_LEAVETYPESAcciónTool to retrieve leave types collection from Rentman. Use when you need to work with leave types and their information, including properties like availability impact and approval requirements.
RENTMAN_LIST_LEAVETYPESAcciónTool to retrieve leave types collection from Rentman. Use when you need to work with leave types and their information, including properties like availability impact and approval requirements.
Parámetros de entrada
sortstringSort order for results. Specify field name with optional '+' (ascending) or '-' (descending) prefix.
limitintegerMaximum number of leave types to return. Use for pagination.
fieldsstringComma-separated list of field names to include in the response. If not specified, all fields are returned.
offsetintegerNumber of leave types to skip before starting to return results. Use for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Serialnumber ActualcontentRENTMAN_LIST_SERIALNUMBER_ACTUALCONTENTAcciónTool to retrieve the actualcontent collection for a specific serialnumber item. Use when you need to get all actualcontent entries associated with a serialnumber ID.
RENTMAN_LIST_SERIALNUMBER_ACTUALCONTENTAcciónTool to retrieve the actualcontent collection for a specific serialnumber item. Use when you need to get all actualcontent entries associated with a serialnumber ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the serialnumber to retrieve actualcontent for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Serialnumber Equipment Assigned SerialsRENTMAN_LIST_SERIALNUMBERS_EQUIPMENTASSIGNEDSERIALSAcciónTool to retrieve equipmentassignedserials collection for a specific serialnumber item. Use when you need to get all equipment assigned serials associated with a serialnumber ID.
RENTMAN_LIST_SERIALNUMBERS_EQUIPMENTASSIGNEDSERIALSAcciónTool to retrieve equipmentassignedserials collection for a specific serialnumber item. Use when you need to get all equipment assigned serials associated with a serialnumber ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the serialnumber item to retrieve equipmentassignedserials for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Stocklocations VehiclesRENTMAN_LIST_STOCKLOCATIONS_VEHICLESAcciónTool to retrieve vehicles collection for a stocklocation. Use when you need to get all vehicles associated with a specific stocklocation by its ID.
RENTMAN_LIST_STOCKLOCATIONS_VEHICLESAcciónTool to retrieve vehicles collection for a stocklocation. Use when you need to get all vehicles associated with a specific stocklocation by its ID.
Parámetros de entrada
idintegerObligatorioNumeric ID of the stocklocation to retrieve vehicles for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not