Integrations
Integration
Update an integration
{
"result": {
"id": "string",
"created_at": "string",
"updated_at": "string",
"name": [
"string",
"null"
],
"integration_vendor": "BUILDIUM",
"active": "boolean",
"system": "PRODUCTION",
"max_job_concurrency": "number",
"max_request_frequency": "number",
"max_request_cadence": "MINUTE",
"base_url": [
"string",
"null"
],
"is_archived": "boolean"
}
}
Path Parameters
integration_idrequired
string
The unique identifier for the integration
integration_idrequired
string
The unique identifier for the integration
Body
integration_idrequired
string
The unique identifier for the integration
integration_vendor
string
The integration vendor
Available options:
BUILDIUM
, ENTRATA
, PROPERTYWARE
, REALPAGE
, RENTMANAGER
, RENTVINE
, REALPAGE_RPX
, MRI
, RESMAN
credentials
JSON encoded credentials for accessing the integration vendor API
name
string
The name of the integration
system
string
The system the integration is associated with
Available options:
PRODUCTION
, SANDBOX
, DEMO
, STAGING
max_request_cadence
string
Cadence at which to limit the max request frequency
Available options:
MINUTE
, HOUR
, DAY
, WEEK
, MONTH
, SECOND
max_request_frequency
number
Maximum number of jobs that can be run in the max request cadence
max_job_concurrency
number
Maximum number of jobs that can be run at once for the integration
active
boolean
The active state of the integration
base_url
string | null
DEPRECATED: see specific PMS credentials. Base URL for the integration vendor API
Response
resultrequired
object