notification-providers
Operations addressed under /notification-providers — 14 operations.
get-notification-provider-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<NotificationProviderDto>.
| Field | Declared type | Nullable |
|---|---|---|
Provider | int | no |
Type | int? | yes |
ExternalServiceDefinitionId | Guid? | yes |
IsDefault | bool | no |
IsActive | bool | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-notification-provider-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
create-notification-provider
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_INTGRTN_42 | 400 | NOTIFICATION_PROVIDER_ALSO_FOUND |
create-notification-provider › Request Body
externalServiceDefinitionIdprovidertypecreate-notification-provider › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
get-notification-mail-result-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<NotificationMailResultDto>.
| Field | Declared type | Nullable |
|---|---|---|
MailNotificationDetailId | 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
orderByorderSortpageIndexpageSizeget-notification-mail-result-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.
correlationIddeliveryTimeerrorCodeerrorMessageidisSuccessmailNotificationDetailIdnotificationProviderIdget-notification-provider-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 NotificationProviderDto.
| Field | Declared type | Nullable |
|---|---|---|
Provider | int | no |
Type | int? | yes |
ExternalServiceDefinitionId | Guid? | yes |
IsDefault | bool | no |
IsActive | bool | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_INTGRTN_43 | 400 | NOTIFICATIONS_PROVIDER_NOT_FOUND |
path Parameters
idget-notification-provider-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.
externalServiceDefinitionIdidisActiveprovidertypeupdate-notification-provider
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_INTGRTN_42 | 400 | NOTIFICATION_PROVIDER_ALSO_FOUND |
ERR_INTGRTN_43 | 400 | NOTIFICATIONS_PROVIDER_NOT_FOUND |
path Parameters
idupdate-notification-provider › Request Body
externalServiceDefinitionIdisActiveprovidertypeupdate-notification-provider › 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.
delete-notification-provider
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_INTGRTN_43 | 400 | NOTIFICATIONS_PROVIDER_NOT_FOUND |
path Parameters
iddelete-notification-provider › 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.
create-notification-mail-result
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_INTGRTN_43 | 400 | NOTIFICATIONS_PROVIDER_NOT_FOUND |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
create-notification-mail-result › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
get-notification-mail-result-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 NotificationMailResultDto.
| Field | Declared type | Nullable |
|---|---|---|
MailNotificationDetailId | 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.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_INTGRTN_43 | 400 | NOTIFICATIONS_PROVIDER_NOT_FOUND |
path Parameters
idnotificationMailResultIdget-notification-mail-result-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.
correlationIddeliveryTimeerrorCodeerrorMessageidisSuccessmailNotificationDetailIdnotificationProviderIdupdate-notification-mail-result
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_INTGRTN_43 | 400 | NOTIFICATIONS_PROVIDER_NOT_FOUND |
path Parameters
idnotificationMailResultIdupdate-notification-mail-result › Request Body
deliveryTimeerrorCodeerrorMessageisSuccessmailNotificationDetailIdcorrelationIdupdate-notification-mail-result › 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.
delete-notification-mail-result
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_INTGRTN_43 | 400 | NOTIFICATIONS_PROVIDER_NOT_FOUND |
path Parameters
idnotificationMailResultIddelete-notification-mail-result › 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.
create-notification-sms-result
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_INTGRTN_43 | 400 | NOTIFICATIONS_PROVIDER_NOT_FOUND |
path Parameters
idcreate-notification-sms-result › Request Body
deliveryTimeerrorCodeerrorMessageisSuccesssmsNotificationDetailIdcorrelationIdcreate-notification-sms-result › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
get-notification-sms-result-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 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.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_INTGRTN_43 | 400 | NOTIFICATIONS_PROVIDER_NOT_FOUND |
ERR_INTGRTN_44 | 400 | SMS_NOTIFICATION_RESULT_NOT_FOUND |
path Parameters
idnotificationSmsResultIdget-notification-sms-result-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.
correlationIddeliveryTimeerrorCodeerrorMessageidisSuccessnotificationProviderIdsmsNotificationDetailIdupdate-notification-sms-result
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_INTGRTN_43 | 400 | NOTIFICATIONS_PROVIDER_NOT_FOUND |
ERR_INTGRTN_44 | 400 | SMS_NOTIFICATION_RESULT_NOT_FOUND |
path Parameters
idnotificationSmsResultIdupdate-notification-sms-result › Request Body
deliveryTimeerrorCodeerrorMessageisSuccesssmsNotificationDetailIdcorrelationIdupdate-notification-sms-result › 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.
delete-notification-sms-result
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_INTGRTN_43 | 400 | NOTIFICATIONS_PROVIDER_NOT_FOUND |
ERR_INTGRTN_44 | 400 | SMS_NOTIFICATION_RESULT_NOT_FOUND |
path Parameters
idnotificationSmsResultIddelete-notification-sms-result › 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.