limit-transactions
Operations addressed under /limit-transactions — 4 operations.
get-limit-transaction-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<LimitTransactionDto>.
| Field | Declared type | Nullable |
|---|---|---|
CustomerId | Guid | no |
TransactionAmount | decimal? | yes |
ServiceDefinitionId | Guid? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-limit-transaction-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
customerIdlimitItemDimensionIdserviceDefinitionIdtransactionAmountcreate-limit-transaction
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as AuraCommandDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_TRLMT_25 | 400 | LIMIT_CONTROL_FAILED | Limit control failed. |
create-limit-transaction › Request Body
currencyNumbercustomerIdserviceDefinitionIdtransactionAmountcreate-limit-transaction › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
get-limit-transaction-list-by-customer-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<LimitTransactionDto>.
| Field | Declared type | Nullable |
|---|---|---|
CustomerId | Guid | no |
TransactionAmount | decimal? | yes |
ServiceDefinitionId | Guid? | yes |
Member names are the service's declaration names.
path Parameters
customerIdquery Parameters
get-limit-transaction-list-by-customer-id › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
customerIdlimitItemDimensionIdserviceDefinitionIdtransactionAmountget-limit-transaction-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the get-limit-transaction-by-id service definition through GET /limit-transactions/{id}.
Response body, read from the service source
The route declares its response as LimitTransactionDto.
| Field | Declared type | Nullable |
|---|---|---|
CustomerId | Guid | no |
TransactionAmount | decimal? | yes |
ServiceDefinitionId | Guid? | yes |
Member names are the service's declaration names.
path Parameters
idget-limit-transaction-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.