1.2.8.2 API Enhancements

The below table provides details of API Enhancements and introduction of new APIs in Oracle Banking Party.

Table 1-3 API Enhancements

Summary Description url
Last Contact Date APIs to Update and View Last Contact Date for a Party

Update Last Contact Date

/obpy-party-services/service/v1/lastContactDate

View Last Contac Date

/obpy-party-services/service/v1/lastContactDate?cifId={cifId}

Insta Party Management (Small & Medium Business) APIs to onboard and amend small and medium business party type through Insta Party Management

Insta SMB Onboarding

/obpy-party-services/service/v1/smb/onboardParty

Insta SMB Amendment

/obpy-party-services/service/v1/smb/partyAmend

Party to Account APIs to create, update and view party to account relationship

Create Party to Account Relationship

/obpy-party-services/service/v1/partyToAccount/createPartyToAccountRelationship

Amend Party to Account Relationship

/obpy-party-services/service/v1/partyToAccount/{id}

View Party to Account Relationship

/obpy-party-services/service/v1/partyToAccount/getRelatedData

Granular APIs

Granular API for data segment and field level amendment and view for following Data Segments.

  • Basic Info & Citizenship
  • Current Address
  • Contact Details
  • ID Details

PUT & PATCH (Basic Info & Citizenship)

/obpy-party-services/service/v1/retail/basicInfo

GET (Basic Info & Citizenship)

/obpy-party-services/service/v1/retail/basicInfo/{externalCustomerNo}

PUT & PATCH (Current Address)

/obpy-party-services/service/v1/retail/addressInfo

GET (Current Address)

services/service/v1/retail/addressInfo/{externalCustomerNo}

PUT & PATCH (ID Details)

/obpy-party-

/obpy-party-services/service/v1/retail/idInfo

GET (ID Details)

/obpy-party-services/service/v1/retail/idInfo/{externalCustomerNo}

PUT & PATCH (Contact Details)

/obpy-party-services/service/v1/retail/contactInfo

GET (Contact Details)

/obpy-party-services/service/v1/retail/contactInfo/{externalCustomerNo}