Update the business activies details of the loan origination/restructuring application

post

/loanapplication-services/service/api/v1/businessactivities/{applicationNumber}

This operation updates the business activies details of the loan origination/restructuring application of the given application number using LoanOriginationApplication Service.

Request

Supported Media Types
Path Parameters
Body ()
Request Body containing the business activity details of the application number
Root Schema : BusinessActivityModel
Type: object
BusinessActivity model
Match All
Show Source
Nested Schema : GenericDatasegmentModel
Match All
Show Source
Nested Schema : GenericDatasegmentModel-allOf[0]
Type: object
Discriminator: resource_type
Nested Schema : BusinessActivityModel-allOf[1]
Type: object
Show Source
Nested Schema : businessActivityDocument
Type: array
businessActivityDocument of the BusinessActivity
Show Source
Nested Schema : companyDetails
Type: array
Details of the companyDetails
Show Source
Nested Schema : yearWiseDetails
Type: array
Details of the yearWiseDetails
Show Source
Nested Schema : DocumentLinkageModel
Type: object
DocumentLinkageModel
Show Source
Nested Schema : CompanyDetailsModel
Type: object
CompanyDetailsModel
Show Source
Nested Schema : YearWiseDetailsModel
Type: object
YearWiseDetailsModel
Show Source
Back to Top

Response

Supported Media Types

200 Response

Returns updated BusinessActivity
Body ()
Root Schema : ResponseDtoWrapper
Type: object
Show Source
Nested Schema : ResponseResourceSupport
Match All
Show Source
Nested Schema : ResponseDto
Type: object
ResponseDto model
Show Source
Nested Schema : ResponseResourceSupport-allOf[0]
Type: object
Discriminator: resouce_type
Nested Schema : httpStatusCode
Type: array
Schedule Details
Show Source
Nested Schema : responseCodes
Type: object
ResponseCodes
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