kernel
Operations addressed under /kernel — 2 operations.
pricing-get-compensating-event-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<CompensatingEventDto>.
| Field | Declared type | Nullable |
|---|---|---|
EventId | Guid | no |
CorrelationId | Guid | no |
EventType | string | no |
EventPayload | string | no |
StateCode | string | no |
CreatedDate | DateTime | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizepricing-get-compensating-event-list › Responses
Success. The catalog declares no response fields for this operation. It returns a collection of records — but the record's fields are not declared.
pricing-get-compensating-event-by-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 CompensatingEventDto.
| Field | Declared type | Nullable |
|---|---|---|
EventId | Guid | no |
CorrelationId | Guid | no |
EventType | string | no |
EventPayload | string | no |
StateCode | string | no |
CreatedDate | DateTime | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_CMPNSTNG_1 | 400 | COMPENSATING_EVENT_ID_NOT_FOUND |
path Parameters
idpricing-get-compensating-event-by-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.