Lookup Type Service REST Endpoints

Common Services/Lookup Type Service
This service is used to perform Lookup Type maintenance service operations.
Add New Lookup Type
Method: post
Path: /obedm-common-services/lookuptype
Authorize Lookup Type by Given ID
Method: patch
Path: /obedm-common-services/lookuptype/{id}/approve
Close Lookup Type by Given ID
Method: patch
Path: /obedm-common-services/lookuptype/{id}/close
Delete Lookup Type Identified by Given ID
Method: delete
Path: /obedm-common-services/lookuptype/{id}
Get All Valid Lookup Type
Method: get
Path: /obedm-common-services/lookuptype
Reopen Lookup Type by Given ID
Method: patch
Path: /obedm-common-services/lookuptype/{id}/reopen
Retrieve All Unauthorized Records for Lookup Type by Given ID
Method: get
Path: /obedm-common-services/lookuptype/{id}/unauthorized
Retrieve History of Lookup Type by Given ID
Method: get
Path: /obedm-common-services/lookuptype/{id}/history
Retrieve Lookup Codes by Given Lookup Type
Method: get
Path: /obedm-common-services/lookuptype/lookuplov/{lookupTypeCd}
Retrieve Lookup Type by ID
Method: get
Path: /obedm-common-services/lookuptype/{id}
Update Existing Lookup Type
Method: put
Path: /obedm-common-services/lookuptype/{id}