committees
Operations addressed under /committees — 5 operations.
aurax-bff-get-committee-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-committee-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<CommitteeDto>.
| Field | Declared type | Nullable |
|---|---|---|
IsActive | bool | no |
CommitteeName | string | no |
RequiredSignerCount | int | no |
MaxAuthorizationLimitAmount | decimal | no |
Signatories | List<CommitteeSignatoryDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-get-committee-list › Responses
Success. Returns a page of records: the collection under data, with total carrying the unpaged count.
Response records carried by this page.
totalTotal matching records, ignoring paging.
aurax-bff-create-committee-ui-bpmn
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-committee-ui-bpmn; this entry declares none of its own.
aurax-bff-create-committee-ui-bpmn › Request Body
committeeNamemaxAuthorizationLimitAmountrequiredSignerCountaurax-bff-create-committee-ui-bpmn › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-get-committee-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-committee-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as CommitteeDto.
| Field | Declared type | Nullable |
|---|---|---|
IsActive | bool | no |
CommitteeName | string | no |
RequiredSignerCount | int | no |
MaxAuthorizationLimitAmount | decimal | no |
Signatories | List<CommitteeSignatoryDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_COMMITTEE_3 | 400 | COMMITTEE_NOT_FOUND | Committee not found. Id: {0} |
path Parameters
idaurax-bff-get-committee-by-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
committeeNameidisActivemaxAuthorizationLimitAmountrequiredSignerCountaurax-bff-update-committee-ui-bpmn
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-committee-ui-bpmn; this entry declares none of its own.
path Parameters
idaurax-bff-update-committee-ui-bpmn › Request Body
committeeNameisActivemaxAuthorizationLimitAmountrequiredSignerCountaurax-bff-update-committee-ui-bpmn › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-delete-committee-ui-bpmn
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 delete-committee-ui-bpmn; this entry declares none of its own.
path Parameters
idaurax-bff-delete-committee-ui-bpmn › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.