getAllAdminCodeTypesByLangId
- Description
- This inquiry transaction returns all the code type information for a code table, for a given language code.
- Web Services
- Operation name: getAllAdminCodeTypesByLangId
- Example
- Retrieve the recorded details in the Attribute Type code table with a language type code value of 100.
- Usage information
- Not applicable
- Preconditions
- Code table must exist.
- Mandatory input
- CodeTableName
- lang_tp_cd (or an empty tag if language is not applicable)
- Inquiry levels
- Not applicable
- Filter values
- This transaction supports filters. Valid values are:
- ACTIVE - returns only active records.
- INACTIVE - returns only inactive records.
- ALL - returns all records, both active and inactive.
Filters are optional. If no filter value is provided, the default value is ALL.
Filter values are not case sensitive for this transaction.
- Transaction behavior
- The response from the transaction returns all the code types and associated values, descriptions, and expiry dates that match the code table name, language code, and filter provided in the request.
- Request message
- <InquiryType> getAllAdminCodeTypesByLangId
<methodParam name= "CodeTableName">
<methodParam name= "lang_tp_cd">
<methodParam name= "filter">
- Response objects
- A list of code table objects, one for each code type with the requested language code recorded in the code table.
- Special note
- This transaction is valid for all code types.
This transaction returns the code type objects as they are physically persisted in the database.
This transaction supports Inquiry as of Date, or Point in Time (PIT) history.