BNPL Back Office Service
string · required
domain-parameters
Operations addressed under /domain-parameters — 2 operations.
bnpl-backoffice-bff-get-parameter-value-list-by-parameter-code
GET
https://dg-sandbox.dgpays.com/bnpl-backoffice-bff-service
/domain-parameters/by-code/{code}/values
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<ParameterValueDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ParamKey | int | no |
Context | string | no |
SortOrder | int? | yes |
IsActive | bool? | yes |
Translations | IEnumerable<ParameterValueTranslationDto> (collection) | no |
Member names are the service's declaration names.
path Parameters
codePresent in the route template but not declared as a Route-bound field in the catalog.
bnpl-backoffice-bff-get-parameter-value-list-by-parameter-code › 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.
No data returned