Authorize Lookup Type by Given ID
patch
/obedm-common-services/lookuptype/{id}/approve
This endpoint is used to authorize Lookup Type identified by given ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id: string
Key of the Lookup Type maintenance.
Header Parameters
-
appId: string
The ID of the Application.
-
branchCode: string
The branch code associated with the request.
-
contentType(optional): string
The Content Type of the request.
-
tenantId(optional): string
The ID of the Tenant.
-
userId: string
The ID of the User.
Request body Approve Lookup type contain Lookup Type and Modification number of Lookup Type maintenance which need to be deleted.
Root Schema : ModListKeyDto
Type:
Show Source
object
-
modNos(optional):
array modNos
Array of modification numbers.
-
remarks(optional):
string
Remarks
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful operation.
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error