Update an existing core accounts

put

/service/coreaccounts/{custAccountNo}

This endpoint is used to update an existing core accounts.

Request

Supported Media Types
Path Parameters
Header Parameters
  • includecloseandunauth need to be set to fetch summary record, defult value is false
Body ()
Request body contains data required to update an existing coreaccounts
Root Schema : CoreAccountDTO
Type: object
Match All
Show Source
Nested Schema : GenericDto
Match All
Show Source
Nested Schema : GenericDto-allOf[0]
Type: object
Discriminator: resource_type
Nested Schema : CoreAccountDTO-allOf[1]
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Returns updated accounts
Body ()
Root Schema : CoreAccountServiceResponseDtoWrapper
Type: object
Show Source
Nested Schema : CoreAccountDTO
Type: object
Match All
Show Source
Nested Schema : ResponseDto
Type: object
Show Source
Nested Schema : GenericDto
Match All
Show Source
Nested Schema : GenericDto-allOf[0]
Type: object
Discriminator: resource_type
Nested Schema : CoreAccountDTO-allOf[1]
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

Bad request error, the server is unable to process the request

401 Response

Unauthorized request error, invalid credentials

403 Response

Request denied, no permission to access the request.

405 Response

Request denied, invalid input.

500 Response

Internal server error.
Back to Top