Retrieves a generic referential by type.
GET/api/v1/catalog/generics
SOAP Equivalent: ACP_GenericGetList
SOAP to REST Field Mapping
| REST Field | SOAP Field | Notes |
|---|---|---|
| elementId | ID_Element | Generic id |
| label | Label_Element | Generic name |
| code | Code_Element | Generic code |
| type | Type_Element | The requested generic type |
| parentId | ID_Parent | Parent generic id |
| isoCode | ISO_Code | LANGUAGE only |
An unknown genericType returns SOAP result 10301 → HTTP 400. The legacy user-rights
filtering of the RATE / CATEGORY / BLOCK / ENVELOPE1 types is not applied by this port.
Request
Responses
- 200
- 400
- 401
- 403
- 422
- 500
OK
Bad Request
Unauthorized
Forbidden
Unprocessable Content
Internal Server Error