position-accounts
Operations addressed under /position-accounts — 5 operations.
aurax-bff-redirect-get-position-account-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-position-account-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<PositionAccountDto>.
| Field | Declared type | Nullable |
|---|---|---|
CurrencyType | int? | yes |
CurrencyGroup | int? | yes |
CurrencyNumber | string | no |
ForeignPositionLedgerCode | string | no |
LocalPositionLedgerCode | string | no |
GainAccountLedgerCode | string | no |
LossAccountLedgerCode | string | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-redirect-get-position-account-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-redirect-update-position-account-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-position-account-bpmn; this entry declares none of its own.
Declared as Route-bound but absent from the route template, so not sendable: id.
aurax-bff-redirect-update-position-account-bpmn › Request Body
currencyGroupcurrencyNumbercurrencyTypeforeignPositionLedgerCodegainAccountLedgerCodelocalPositionLedgerCodelossAccountLedgerCodeaurax-bff-redirect-update-position-account-bpmn › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-create-position-account-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-position-account-bpmn; this entry declares none of its own.
aurax-bff-redirect-create-position-account-bpm › Request Body
currencyGroupcurrencyNumbercurrencyTypeforeignPositionLedgerCodegainAccountLedgerCodelocalPositionLedgerCodelossAccountLedgerCodeaurax-bff-redirect-create-position-account-bpm › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-get-position-account-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-position-account-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as PositionAccountDto.
| Field | Declared type | Nullable |
|---|---|---|
CurrencyType | int? | yes |
CurrencyGroup | int? | yes |
CurrencyNumber | string | no |
ForeignPositionLedgerCode | string | no |
LocalPositionLedgerCode | string | no |
GainAccountLedgerCode | string | no |
LossAccountLedgerCode | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_ACCTNG_244 | 400 | POSITION_ACCOUNT_NOT_FOUND |
path Parameters
idaurax-bff-redirect-get-position-account-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
aurax-bff-redirect-delete-position-account-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-position-account-bpmn; this entry declares none of its own.
path Parameters
idaurax-bff-redirect-delete-position-account-bpmn › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.