Aurax BNPL BFF Service
stringstringinteger · int32integer · int32 integer · int64
notification-providers
Operations addressed under /notification-providers — 1 operation.
aurax-bnpl-bff-dynamic-get-notification-sms-result-list
GET
https://dg-sandbox.dgpays.com/aurax-bnpl-bff-service
/api/notification-providers/sms-results
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-notification-sms-result-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<NotificationSmsResultDto>.
| Field | Declared type | Nullable |
|---|---|---|
NotificationProviderId | Guid? | yes |
SmsNotificationDetailId | Guid? | yes |
CorrelationId | Guid? | yes |
IsSuccess | bool? | yes |
DeliveryTime | DateTime? | yes |
ErrorCode | string | no |
ErrorMessage | string | no |
Member names are the service's declaration names.
query Parameters
object
orderByorderSortpageIndexpageSizeaurax-bnpl-bff-dynamic-get-notification-sms-result-list › Responses
Success. Returns a page of records: the collection under data, with total carrying the unpaged count.
Paged response envelope observed on the BFF response path.
object[] · required
Response records carried by this page.
totalTotal matching records, ignoring paging.