Update existing account repayment schedule

put

/dmaccountrepaysch-service/accountrepayschs

This endpoint is used to update the existing account repayment schedule.

Request

Supported Media Types
Header Parameters
Body ()
Request body containing the data required to update an existing account repayment schedule..
Root Schema : DmFeedAccountRepaySchWrapperDTO
Type: object
Collection of Account Repayment Schedule
Show Source
Nested Schema : accountRepaySch
Type: array
Show Source
Nested Schema : DmFeedAccountRepaySchDTO
Type: object
Account Repayment Schedule Model
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successfully performs the operation.
Body ()
Root Schema : ResponseDtoWrapper
Type: object
Show Source
Nested Schema : ResponseResourceSupport
Type: object
Nested Schema : ResponseDto
Type: object
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : ResponseCode
Type: object
Show Source
Nested Schema : args
Type: array
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.

405 Response

Invalid input.

500 Response

Internal error.
Back to Top