Update Collateral Owner Entity

post

/dmfeedentity-service/feedEntity/processCollateralOwnerFeed

This endpoint is used to update Collateral Owner entity.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for updating collateral owner entity.
Root Schema : DmFeedEntityDTO
Type: object
Feed Entity Object.
Show Source
Nested Schema : DmFeedAccountDTO
Type: object
Account Object
Show Source
Nested Schema : accountArrears
Type: array
Account Arrears.
Show Source
Nested Schema : accountBillDtls
Type: array
Account Bill Details.
Show Source
Nested Schema : accountParty
Type: array
Account Party.
Show Source
Nested Schema : accountRepaySch
Type: array
Account Repayment Schedule.
Show Source
Nested Schema : collateral
Type: array
Collateral.
Show Source
Nested Schema : collateralCharge
Type: array
Collateral Charge.
Show Source
Nested Schema : collateralLinkage
Type: array
Collateral Linkage.
Show Source
Nested Schema : collateralOwner
Type: array
Collateral Owner.
Show Source
Nested Schema : insurance
Type: array
Insurance.
Show Source
Nested Schema : party
Type: array
Party.
Show Source
Nested Schema : partyAddress
Type: array
Party Address.
Show Source
Nested Schema : partyContact
Type: array
Party Contact.
Show Source
Nested Schema : partyEmployment
Type: array
Party Employment.
Show Source
Nested Schema : partyIdentity
Type: array
Party Identity.
Show Source
Nested Schema : partyName
Type: array
Party Name.
Show Source
Nested Schema : payment
Type: array
Payment.
Show Source
Nested Schema : riskIndicator
Type: array
Risk Indicator.
Show Source
Nested Schema : DmFeedAccountArrearsDTO
Type: object
Account Arrears Model
Show Source
Nested Schema : DmFeedAccountBillDtlsDTO
Type: object
Account Bill Details Object
Show Source
Nested Schema : DmFeedAccountPartyDTO
Type: object
Account Party Relationship Object
Show Source
Nested Schema : DmFeedAccountRepaySchDTO
Type: object
Account Repayment Schedule Object
Show Source
Nested Schema : DmFeedCollateralDTO
Type: object
Collateral Object
Show Source
Nested Schema : DmFeedCollateralChargeDTO
Type: object
Collateral Charge Object
Show Source
Nested Schema : DmFeedCollateralLinkageDTO
Type: object
Collateral Account Linkage Object
Show Source
Nested Schema : DmFeedCollateralOwnerDTO
Type: object
Collateral Owner Object
Show Source
Nested Schema : DmFeedInsuranceDTO
Type: object
Insurance Object
Show Source
Nested Schema : DmFeedPartyDTO
Type: object
Feed Party Object
Show Source
Nested Schema : DmFeedPartyAddressDTO
Type: object
Feed Party Address Object.
Show Source
Nested Schema : DmFeedPartyContactDTO
Type: object
Party Contact Entity
Show Source
Nested Schema : DmFeedPartyEmploymentDTO
Type: object
Party Employment Object
Show Source
Nested Schema : DmFeedPartyIdentityDTO
Type: object
Party Identification Object
Show Source
Nested Schema : DmFeedPartyNameDTO
Type: object
Party Name Object
Show Source
Nested Schema : DmFeedPaymentDTO
Type: object
Payment Object
Show Source
Nested Schema : DmFeedRiskIndicatorDTO
Type: object
Risk Indicator Object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns the ID of the newly created feed entity.
Headers
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ResponseDtoWrapper
Type: object
Show Source
Nested Schema : ResponseResourceSupport
Type: object
Nested Schema : ResponseDto
Type: object
Show Source
Nested Schema : codes
Type: array
An array of response codes.
Show Source
Nested Schema : NotesCollection
Type: object
Collection of Notes.
Show Source
Nested Schema : inlineResponse201
Type: object
ID of the newly created order.
Show Source
Nested Schema : ResponseCode
Type: object
Response code for account.
Show Source
Nested Schema : args
Type: array
The arguments used in the response message.
Show Source
Nested Schema : items
Type: object
Nested Schema : notesList
Type: array
Show Source
Nested Schema : NotesModel
Type: object
Notes model
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

405 Response

Invalid input

500 Response

Internal error
Back to Top