v1

latestOpenAPI 3.0.12026-07-245277551.2 MB
Folio Configuration

Update an autorouting rule

Update or create autorouting rules for a group profile. Entries with an id are updated; entries without an id are created as new rules.

put/accounting/v1.0/folios/rules

Headers

X-Property-IDinteger required

Property id

Request body

sourceIdinteger

Group Profile ID. Required when any entry in the rules array omits an id (i.e. is a new entry to create).

sourceKind'GROUP_PROFILE'

Deprecated. Defaults to GROUP_PROFILE if not provided.

subSourceIdinteger

Allotment Block ID. Required for block-level rules when creating new entries.

Example request

{
  "sourceId": 12345,
  "subSourceId": 67890
}

Response

OK

propertyIdstring

Property ID

sourceIdstring

Group Profile ID

sourceKind'GROUP_PROFILE'

Deprecated. Defaults to GROUP_PROFILE if not provided.

subSourceIdstring

Allotment Block ID. Null for group-level rules.