latestOpenAPI 3.1.02026-08-22695252.1 KB

ef777d51e6f2

Allowance Management

Assign a member to an allowance rule

Creates a new rule assignment for a member. Date ranges must not overlap with existing assignments for the same allowance type. Allowance values are automatically recalculated.

post/members/{member_id}/rule-assignments

Path parameters

member_idstring uuid required

Request body

rule_idstring uuid required
allowance_type_idstring uuid required
rule_start_datestring required

First day the rule applies (inclusive), in YYYY-MM-DD format.

rule_end_datestring nullable

Last day the rule applies (inclusive), in YYYY-MM-DD format, or null for open-ended. To cover a member through 2026-08-31, send 2026-08-31.

reasonstring required

Why this assignment is being created — stored in the rule audit log.

Response

Successful response

idnumber required