expense-rules
Operations addressed under /expense-rules — 4 operations.
aurax-bff-redirect-get-expense-rule-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-expense-rule-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<ExpenseRuleDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
RuleType | int | no |
FormulaDefinitionId | Guid | no |
RuleCode | string | no |
RuleName | string | no |
StartDate | DateOnly? | yes |
EndDate | DateOnly? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-redirect-get-expense-rule-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
aurax-bff-redirect-create-expense-rule-ui-bpm
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target create-expense-rule-ui-bpm; this entry declares none of its own.
aurax-bff-redirect-create-expense-rule-ui-bpm › Request Body
endDateformularuleCoderuleNameruleTypestartDateaurax-bff-redirect-create-expense-rule-ui-bpm › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-get-expense-rule-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-expense-rule-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as ExpenseRuleDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
RuleType | int | no |
FormulaDefinitionId | Guid | no |
RuleCode | string | no |
RuleName | string | no |
StartDate | DateOnly? | yes |
EndDate | DateOnly? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXPNS_29 | 400 | EXPENSE_RULE_NOT_FOUND |
path Parameters
idaurax-bff-redirect-get-expense-rule-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
aurax-bff-redirect-update-expense-rule-ui-bpm
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target update-expense-rule-ui-bpm; this entry declares none of its own.
path Parameters
idaurax-bff-redirect-update-expense-rule-ui-bpm › Request Body
endDateformulaisActiveruleCoderuleNameruleTypestartDateaurax-bff-redirect-update-expense-rule-ui-bpm › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.