REST API for Oracle Banking Collections

Reopen Identifier Definition by Given ID

patch

/obedm-common-services/identifierdefinition/{id}/reopen

This endpoint is used to reopen Identifier Definition identified by given ID.

Request

Supported Media Types
  • application/json
  • application/xml
Path Parameters
Header Parameters
Body (
  1. KeyDto
)
Request body of Reopen records contain Identifier Definition and Modification number of Identifier Definition maintenance which need to be reopen.
Root Schema : KeyDto
Type: object
Key Data transer object
Show Source
Back to Top

Response

Supported Media Types
  • application/json
  • application/xml

200 Response

Successful operation.
Body (
  1. ResponseDtoWrapper
)
Root Schema : ResponseDtoWrapper
Type: object
Response Data Transfer object
Show Source
Nested Schema : ResponseResourceSupport
Type: object
Nested Schema : ResponseDto
Type: object
Response Data Transfer object
Show Source
Nested Schema : codes
Type: array
Codes
Show Source
Nested Schema : ResponseCode
Type: object
Response code
Show Source
Nested Schema : args
Type: array
Arguments
Show Source
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
Back to Top