Apaleo
apaleoApaleo is a cloud-based property management platform handling reservations, billing, and daily operations for hospitality businesses
Acciones disponibles (29)
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.
Archive a propertyAPALEO_ARCHIVE_A_PROPERTYAcciónUse this endpoint to archive an existing live property this operation set the isarchived flag to true<br>you must have at least one of these scopes: 'properties.manage, setup.manage'.
APALEO_ARCHIVE_A_PROPERTYAcciónUse this endpoint to archive an existing live property this operation set the isarchived flag to true<br>you must have at least one of these scopes: 'properties.manage, setup.manage'.
Parámetros de entrada
idstringObligatorioThe id of the property
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Check if a property existsAPALEO_CHECK_IF_A_PROPERTY_EXISTSAcciónCheck if a property exists by id.<br>you need to be authorized (no particular scope required)
APALEO_CHECK_IF_A_PROPERTY_EXISTSAcciónCheck if a property exists by id.<br>you need to be authorized (no particular scope required)
Parámetros de entrada
idstringObligatorioThe id of the property.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Check if a unit attribute existsAPALEO_CHECK_IF_A_UNIT_ATTRIBUTE_EXISTSAcciónCheck if a unit attribute exists<br>you must have at least one of these scopes: 'unitattributes.read, setup.read, setup.manage'.
APALEO_CHECK_IF_A_UNIT_ATTRIBUTE_EXISTSAcciónCheck if a unit attribute exists<br>you must have at least one of these scopes: 'unitattributes.read, setup.read, setup.manage'.
Parámetros de entrada
idstringObligatorioThe id of the unit attribute.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Check if a unit existsAPALEO_CHECK_IF_A_UNIT_EXISTSAcciónCheck if a unit exists by id.<br>you must have at least one of these scopes: 'units.read, setup.read, setup.manage'.
APALEO_CHECK_IF_A_UNIT_EXISTSAcciónCheck if a unit exists by id.<br>you must have at least one of these scopes: 'units.read, setup.read, setup.manage'.
Parámetros de entrada
idstringObligatorioThe id of the unit.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Check if a unit group existsAPALEO_CHECK_IF_A_UNIT_GROUP_EXISTSAcciónCheck if a unit group exists by id.<br>you must have at least one of these scopes: 'unitgroups.read, setup.read, setup.manage'.
APALEO_CHECK_IF_A_UNIT_GROUP_EXISTSAcciónCheck if a unit group exists by id.<br>you must have at least one of these scopes: 'unitgroups.read, setup.read, setup.manage'.
Parámetros de entrada
idstringObligatorioThe id of the unit group.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Clones a propertyAPALEO_CLONES_A_PROPERTYAcciónUse this call to clone a specific property. this operation creates a new property with inventory and rate plans from the specified property.<br>you must have at least one of these scopes: 'properties.create, setup.manage'.
APALEO_CLONES_A_PROPERTYAcciónUse this call to clone a specific property. this operation creates a new property with inventory and rate plans from the specified property.<br>you must have at least one of these scopes: 'properties.create, setup.manage'.
Parámetros de entrada
idstringObligatorioThe id of the property.
codestringObligatorioThe code for the property that can be shown in reports and table views
nameobjectObligatorioThe name for the property
taxIdstringObligatorioThe Tax-ID of the company running the property, as it should appear on invoices
timeZonestringObligatorioThe time zone name of the property from the IANA Time Zone Database. (see: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)
companyNamestringObligatorioThe legal name of the company running the property.
descriptionobjectThe description for the property
currencyCodestringObligatorioThe currency a property works with.
paymentTermsobjectObligatorioThe payment terms used for all rate plans
location__citystringCity
bankAccount__bicstringBic
bankAccount__bankstringBank
bankAccount__ibanstringIban
managingDirectorsstringThe managing director(s) of the company, as they should appear on invoices
defaultCheckInTimestringObligatorioThe default check-in time<br />A time (without fractional second part) as defined in the <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO8601:2004</a>
defaultCheckOutTimestringObligatorioThe default check-out time<br />A time (without fractional second part) as defined in the <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO8601:2004</a>
location__postalCodestringPostalcode
location__regionCodestringThe ISO 3166-2 code
location__countryCodestringThe country code, in ISO 3166-1 alpha-2 code
location__addressLine1stringAddressline1
location__addressLine2stringAddressline2
commercialRegisterEntrystringObligatorioThe entry in the Commercial Reigster of the company running the property, as it should appear on invoices
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a unitAPALEO_CREATE_A_UNITAcciónUse this call to create a new unit.<br>you must have at least one of these scopes: 'units.create, setup.manage'.
APALEO_CREATE_A_UNITAcciónUse this call to create a new unit.<br>you must have at least one of these scopes: 'units.create, setup.manage'.
Parámetros de entrada
namestringObligatorioThe name for the unit
conditionstringenumCondition of the unit
CleanCleanToBeInspectedDirtyattributesobject[]Collection of user defined attributes of unit
maxPersonsintegerObligatorioMaximum number of persons for the unit
propertyIdstringObligatorioThe id of the property where the unit will be created
descriptionobjectObligatorioThe description for the unit
unitGroupIdstringThe id of the unit group
connectedUnitsobject[]The list of units this unit is composed of
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a unit attributeAPALEO_CREATE_A_UNIT_ATTRIBUTEAcciónUse this call to create a new unit attribute.<br>you must have at least one of these scopes: 'unitattributes.create, setup.manage'.
APALEO_CREATE_A_UNIT_ATTRIBUTEAcciónUse this call to create a new unit attribute.<br>you must have at least one of these scopes: 'unitattributes.create, setup.manage'.
Parámetros de entrada
namestringObligatorioThe name of the unit attribute
descriptionstringThe description of the unit attribute
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a unit groupAPALEO_CREATE_A_UNIT_GROUPAcciónUse this call to create a new unit group.<br>you must have at least one of these scopes: 'unitgroups.create, setup.manage'.
APALEO_CREATE_A_UNIT_GROUPAcciónUse this call to create a new unit group.<br>you must have at least one of these scopes: 'unitgroups.create, setup.manage'.
Parámetros de entrada
codestringObligatorioThe code for the unit group that can be shown in reports and table views
nameobjectObligatorioThe name for the unit group
rankintegerThe unit group rank Restrictions: - Should be greater or equal to one
typestringenumThe unit group type
BedRoomMeetingRoomEventSpaceParkingLotmaxPersonsintegerObligatorioMaximum number of persons for the unit group
propertyIdstringObligatorioThe id of the property where unit group will be created
descriptionobjectObligatorioThe description for the unit group
connectedUnitGroupsobject[]The list of connected unit groups this unit group is composed of
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create multiple unitsAPALEO_CREATE_MULTIPLE_UNITSAcciónUse this call to create multiple units, following a naming rule.<br>you must have at least one of these scopes: 'units.create, setup.manage'.
APALEO_CREATE_MULTIPLE_UNITSAcciónUse this call to create multiple units, following a naming rule.<br>you must have at least one of these scopes: 'units.create, setup.manage'.
Parámetros de entrada
unitsobject[]ObligatorioUnits
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Creates a propertyAPALEO_CREATES_A_PROPERTYAcciónUse this call to create a new property.<br>you must have at least one of these scopes: 'properties.create, setup.manage'.
APALEO_CREATES_A_PROPERTYAcciónUse this call to create a new property.<br>you must have at least one of these scopes: 'properties.create, setup.manage'.
Parámetros de entrada
codestringObligatorioThe code for the property that can be shown in reports and table views
nameobjectObligatorioThe name for the property
taxIdstringObligatorioThe Tax-ID of the company running the property, as it should appear on invoices
timeZonestringObligatorioThe time zone name of the property from the IANA Time Zone Database. (see: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)
companyNamestringObligatorioThe legal name of the company running the property.
descriptionobjectThe description for the property
currencyCodestringObligatorioThe currency a property works with.
paymentTermsobjectObligatorioThe payment terms used for all rate plans
location__citystringCity
bankAccount__bicstringBic
bankAccount__bankstringBank
bankAccount__ibanstringIban
managingDirectorsstringThe managing director(s) of the company, as they should appear on invoices
defaultCheckInTimestringObligatorioThe default check-in time<br />A time (without fractional second part) as defined in the <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO8601:2004</a>
defaultCheckOutTimestringObligatorioThe default check-out time<br />A time (without fractional second part) as defined in the <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO8601:2004</a>
location__postalCodestringPostalcode
location__regionCodestringThe ISO 3166-2 code
location__countryCodestringThe country code, in ISO 3166-1 alpha-2 code
location__addressLine1stringAddressline1
location__addressLine2stringAddressline2
commercialRegisterEntrystringObligatorioThe entry in the Commercial Reigster of the company running the property, as it should appear on invoices
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a unitAPALEO_DELETE_A_UNITAcciónUse this call to delete a unit.<br>you must have at least one of these scopes: 'units.delete, setup.manage'.
APALEO_DELETE_A_UNITAcciónUse this call to delete a unit.<br>you must have at least one of these scopes: 'units.delete, setup.manage'.
Parámetros de entrada
idstringObligatorioThe id of the unit.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a unit groupAPALEO_DELETE_A_UNIT_GROUPAcciónUse this call to delete a unit group.<br>you must have at least one of these scopes: 'unitgroups.delete, setup.manage'.
APALEO_DELETE_A_UNIT_GROUPAcciónUse this call to delete a unit group.<br>you must have at least one of these scopes: 'unitgroups.delete, setup.manage'.
Parámetros de entrada
idstringObligatorioThe id of the unit group.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Deletes unit attributeAPALEO_DELETES_UNIT_ATTRIBUTEAcciónDeletes unit attribute<br>you must have at least one of these scopes: 'unitattributes.delete, setup.manage'.
APALEO_DELETES_UNIT_ATTRIBUTEAcciónDeletes unit attribute<br>you must have at least one of these scopes: 'unitattributes.delete, setup.manage'.
Parámetros de entrada
idstringObligatorioId of unit attribute
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a properties listAPALEO_GET_A_PROPERTIES_LISTAcciónGet the list of properties.<br>you need to be authorized (no particular scope required)
APALEO_GET_A_PROPERTIES_LISTAcciónGet the list of properties.<br>you need to be authorized (no particular scope required)
Parámetros de entrada
expandstring[]List of all embedded resources that should be expanded in the response. Possible values are: actions. All other values will be silently ignored.
statusstring[]Filter result by property status
pageSizeintegerPage size. If this is not set or not positive, the pageNumber is ignored and all items are returned.
pageNumberintegerPage number, 1-based. Default value is 1 (if this is not set or not positive). Results in 204 if there are no items on that page.
countryCodestring[]Filter result by country code
includeArchivedbooleanInclude archived properties in the result. If not set, or set to false, it only returns non-archived properties
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a propertyAPALEO_GET_A_PROPERTYAcciónGet a property by id.<br>you need to be authorized (no particular scope required)
APALEO_GET_A_PROPERTYAcciónGet a property by id.<br>you need to be authorized (no particular scope required)
Parámetros de entrada
idstringObligatorioThe id of the property.
expandstring[]List of all embedded resources that should be expanded in the response. Possible values are: actions. All other values will be silently ignored.
languagesstring[]"all" or comma separated list of two-letter language codes (ISO Alpha-2)
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a unitAPALEO_GET_A_UNITAcciónGet a unit by id.<br>you must have at least one of these scopes: 'units.read, setup.read, setup.manage'.
APALEO_GET_A_UNITAcciónGet a unit by id.<br>you must have at least one of these scopes: 'units.read, setup.read, setup.manage'.
Parámetros de entrada
idstringObligatorioThe id of the unit.
expandstring[]List of all embedded resources that should be expanded in the response. Possible values are: property, unitGroup, connectedUnits. All other values will be silently ignored.
languagesstring[]"all" or comma separated list of two-letter language codes (ISO Alpha-2)
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a unit groupAPALEO_GET_A_UNIT_GROUPAcciónGet a unit group by id.<br>you must have at least one of these scopes: 'unitgroups.read, setup.read, setup.manage'.
APALEO_GET_A_UNIT_GROUPAcciónGet a unit group by id.<br>you must have at least one of these scopes: 'unitgroups.read, setup.read, setup.manage'.
Parámetros de entrada
idstringObligatorioThe id of the unit group.
expandstring[]List of all embedded resources that should be expanded in the response. Possible values are: property, connectedUnitGroups. All other values will be silently ignored.
languagesstring[]"all" or comma separated list of two-letter language codes (ISO Alpha-2)
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a units listAPALEO_GET_A_UNITS_LISTAcciónGet the list of units.<br>you must have at least one of these scopes: 'units.read, setup.read, setup.manage'.
APALEO_GET_A_UNITS_LISTAcciónGet the list of units.<br>you must have at least one of these scopes: 'units.read, setup.read, setup.manage'.
Parámetros de entrada
expandstring[]List of all embedded resources that should be expanded in the response. Possible values are: property, unitGroup, connectedUnits. All other values will be silently ignored.
pageSizeintegerPage size. If this is not set or not positive, the pageNumber is ignored and all items are returned.
conditionstringenumReturn units with a specific condition
CleanCleanToBeInspectedDirtyisOccupiedbooleanReturn only occupied or vacant units
pageNumberintegerPage number, 1-based. Default value is 1 (if this is not set or not positive). Results in 204 if there are no items on that page.
propertyIdstringReturn units for specific property
textSearchstringThis will filter all units where the provided text is contained in the unit name. The search is case insensitive.
unitGroupIdstringReturn units for the specific unit group - <b>DEPRECATED: This property will be removed 20.04.2022. Use `UnitGroupIds` instead</b>
unitGroupIdsstring[]Return units with the specific unit groups
maintenanceTypestringenumReturn units with the specific maintenance type
OutOfServiceOutOfOrderOutOfInventoryunitAttributeIdsstring[]Return units with the specific unit attributes
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get unit attribute by idAPALEO_GET_UNIT_ATTRIBUTE_BY_IDAcciónGet unit attribute by id<br>you must have at least one of these scopes: 'unitattributes.read, setup.read, setup.manage'.
APALEO_GET_UNIT_ATTRIBUTE_BY_IDAcciónGet unit attribute by id<br>you must have at least one of these scopes: 'unitattributes.read, setup.read, setup.manage'.
Parámetros de entrada
idstringObligatorioThe id of the unit attribute
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get unit attribute listAPALEO_GET_UNIT_ATTRIBUTE_LISTAcciónGet unit attribute list<br>you must have at least one of these scopes: 'unitattributes.read, setup.read, setup.manage'.
APALEO_GET_UNIT_ATTRIBUTE_LISTAcciónGet unit attribute list<br>you must have at least one of these scopes: 'unitattributes.read, setup.read, setup.manage'.
Parámetros de entrada
pageSizeintegerPage size. If this is not set or not positive, the pageNumber is ignored and all items are returned.
pageNumberintegerPage number, 1-based. Default value is 1 (if this is not set or not positive). Results in 204 if there are no items on that page.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Unit GroupsAPALEO_LIST_UNIT_GROUPSAcciónGet the list of unit groups.<br>you must have at least one of these scopes: 'unitgroups.read, setup.read, setup.manage'.
APALEO_LIST_UNIT_GROUPSAcciónGet the list of unit groups.<br>you must have at least one of these scopes: 'unitgroups.read, setup.read, setup.manage'.
Parámetros de entrada
expandstring[]List of all embedded resources that should be expanded in the response. Possible values are: property, connectedUnitGroups. All other values will be silently ignored.
pageSizeintegerPage size. If this is not set or not positive, the pageNumber is ignored and all items are returned.
pageNumberintegerPage number, 1-based. Default value is 1 (if this is not set or not positive). Results in 204 if there are no items on that page.
propertyIdstringReturn unit groups for specific property
unitGroupTypesstring[]Unitgrouptypes
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Move property to liveAPALEO_MOVE_PROPERTY_TO_LIVEAcciónUse this endpoint to move an existing test property to live this operation changes the property status to 'live'<br>you must have at least one of these scopes: 'properties.manage, setup.manage'.
APALEO_MOVE_PROPERTY_TO_LIVEAcciónUse this endpoint to move an existing test property to live this operation changes the property status to 'live'<br>you must have at least one of these scopes: 'properties.manage, setup.manage'.
Parámetros de entrada
idstringObligatorioThe id of the property
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Replace a unit groupAPALEO_REPLACE_A_UNIT_GROUPAcciónUse this call to modify a unit group.<br>you must have at least one of these scopes: 'unitgroups.manage, setup.manage'.
APALEO_REPLACE_A_UNIT_GROUPAcciónUse this call to modify a unit group.<br>you must have at least one of these scopes: 'unitgroups.manage, setup.manage'.
Parámetros de entrada
idstringObligatorioThe id of the unit group.
nameobjectObligatorioThe name for the unit group
rankintegerThe unit group rank Restrictions: - Should be greater or equal to one
maxPersonsintegerMaximum number of persons for the unit group. If this value is increased, the surcharges for the related rate plans must be specified in order for the rate plans to be sellable for the new possible occupancies.
descriptionobjectObligatorioThe description for the unit group
connectedUnitGroupsobject[]The list of connected unit groups this unit group is composed of
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Reset Property DataAPALEO_RESET_PROPERTY_DATAAcciónThis endpoint deletes transactional data for a property in 'test' status. requires 'properties.manage' or 'setup.manage' scopes.
APALEO_RESET_PROPERTY_DATAAcciónThis endpoint deletes transactional data for a property in 'test' status. requires 'properties.manage' or 'setup.manage' scopes.
Parámetros de entrada
idstringObligatorioThe id of the property
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Returns a list of supported countriesAPALEO_RETURNS_A_LIST_OF_SUPPORTED_COUNTRIESAcciónReturns a list of iso country codes that could be used to create properties.<br>you need to be authorized (no particular scope required)
APALEO_RETURNS_A_LIST_OF_SUPPORTED_COUNTRIESAcciónReturns a list of iso country codes that could be used to create properties.<br>you need to be authorized (no particular scope required)
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Returns number of unit groupsAPALEO_RETURNS_NUMBER_OF_UNIT_GROUPSAcciónReturns number of unit groups matching the filter criteria<br>you must have at least one of these scopes: 'unitgroups.read, setup.read, setup.manage'.
APALEO_RETURNS_NUMBER_OF_UNIT_GROUPSAcciónReturns number of unit groups matching the filter criteria<br>you must have at least one of these scopes: 'unitgroups.read, setup.read, setup.manage'.
Parámetros de entrada
propertyIdstringReturn unit groups for specific property
unitGroupTypesstring[]Unitgrouptypes
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Returns number of unitsAPALEO_RETURNS_NUMBER_OF_UNITSAcciónReturns number of units matching the filter criteria<br>you must have at least one of these scopes: 'units.read, setup.read, setup.manage'.
APALEO_RETURNS_NUMBER_OF_UNITSAcciónReturns number of units matching the filter criteria<br>you must have at least one of these scopes: 'units.read, setup.read, setup.manage'.
Parámetros de entrada
conditionstringenumReturn units with a specific condition
CleanCleanToBeInspectedDirtyisOccupiedbooleanReturn only occupied or vacant units
propertyIdstringReturn units for specific property
textSearchstringThis will filter all units where the provided text is contained in the unit name. The search is case insensitive.
unitGroupIdstringReturn units for the specific unit group - <b>DEPRECATED: This property will be removed 20.04.2022. Use `UnitGroupIds` instead</b>
unitGroupIdsstring[]Return units with the specific unit groups
maintenanceTypestringenumReturn units with the specific maintenance type
OutOfServiceOutOfOrderOutOfInventoryunitAttributeIdsstring[]Return units with the specific unit attributes
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Return total count of propertiesAPALEO_RETURN_TOTAL_COUNT_OF_PROPERTIESAcciónReturn total count of properties<br>you need to be authorized (no particular scope required)
APALEO_RETURN_TOTAL_COUNT_OF_PROPERTIESAcciónReturn total count of properties<br>you need to be authorized (no particular scope required)
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not