Add New Feed Entity

post

/dmfeedentity-service/feedentities

This endpoint is used to add an new Feed Entity.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for creating a new Feed Entity.
Root Schema : DmFeedEntityDTO
Type: object
Feed Entity DTO.
Show Source
Nested Schema : DmFeedAccountDTO
Type: object
DmAccount model
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
DmAccountArrears model
Show Source
Nested Schema : DmFeedAccountBillDtlsDTO
Type: object
DmAccountBillDtls model
Show Source
Nested Schema : DmFeedAccountPartyDTO
Type: object
DmAccountParty model
Show Source
Nested Schema : DmFeedAccountRepaySchDTO
Type: object
DmAccountRepaySch model
Show Source
Nested Schema : DmFeedCollateralDTO
Type: object
DmCollateral model
Show Source
Nested Schema : DmFeedCollateralChargeDTO
Type: object
DmCollateralCharge model
Show Source
Nested Schema : DmFeedCollateralLinkageDTO
Type: object
DmCollateralLinkage model
Show Source
Nested Schema : DmFeedCollateralOwnerDTO
Type: object
DmCollateralOwner model
Show Source
Nested Schema : DmFeedInsuranceDTO
Type: object
DmInsurance model
Show Source
Nested Schema : DmFeedPartyDTO
Type: object
DmFeedParty DTO
Show Source
Nested Schema : DmFeedPartyAddressDTO
Type: object
Feed Party Address DTO.
Show Source
Nested Schema : DmFeedPartyContactDTO
Type: object
DmFeedPartyContact DTO
Show Source
Nested Schema : DmFeedPartyEmploymentDTO
Type: object
DmFeedPartyEmployment DTO
Show Source
Nested Schema : DmFeedPartyIdentityDTO
Type: object
DmPartyIdentity DTO
Show Source
Nested Schema : DmFeedPartyNameDTO
Type: object
DmFeedPartyName DTO
Show Source
Nested Schema : DmFeedPaymentDTO
Type: object
DmPayment model
Show Source
Nested Schema : DmFeedRiskIndicatorDTO
Type: object
DmRiskIndicator model
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns the ID of the newly created Feed Entity.
Headers
Body ()
Root Schema : inlineResponse201
Type: object
Id of the newly created order1
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