Update an existing core accounts
put
/service/coreaccounts/{custAccountNo}
This endpoint is used to update an existing core accounts.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
custAccountNo: string
custAccountNo of the coreaccounts Maintenance
Header Parameters
-
sourceCode: string
includecloseandunauth need to be set to fetch summary record, defult value is false
Request body contains data required to update an existing coreaccounts
Root Schema : CoreAccountDTO
Type:
object
Match All
Show Source
-
allOf
GenericDto
GenericDto contains the generic transactional data and which extends RepresentationModel of Spring HATEOAS
-
object
CoreAccountDTO-allOf[1]
Nested Schema : GenericDto
GenericDto contains the generic transactional data and which extends RepresentationModel of Spring HATEOAS
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : CoreAccountDTO-allOf[1]
Type:
Show Source
object
-
accountClass(optional):
string
-
acOpenDate(optional):
string
-
acStatDormant(optional):
string
-
acStatFrozen(optional):
string
-
acStatNoCr(optional):
string
-
acStatNoDr(optional):
string
-
address1(optional):
string
-
address2(optional):
string
-
address3(optional):
string
-
address4(optional):
string
-
countryCode(optional):
string
-
custAcCcy(optional):
string
-
custAccountNo(optional):
string
-
custAcIban(optional):
string
-
custAcName(optional):
string
-
customerNo(optional):
string
-
ecaCheckReq(optional):
string
-
glStatBlocked(optional):
string
-
hostCode(optional):
string
-
sourceSystem(optional):
string
-
sourceSystemAccBrn(optional):
string
-
sourceSystemAccNo(optional):
string
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns updated accounts
Root Schema : CoreAccountServiceResponseDtoWrapper
Type:
Show Source
object
-
data(optional):
object CoreAccountDTO
-
messages(optional):
object ResponseDto
ResponseDto stores the response status and code.
Nested Schema : CoreAccountDTO
Type:
object
Match All
Show Source
-
allOf
GenericDto
GenericDto contains the generic transactional data and which extends RepresentationModel of Spring HATEOAS
-
object
CoreAccountDTO-allOf[1]
Nested Schema : ResponseDto
Type:
object
ResponseDto stores the response status and code.
Show Source
Nested Schema : GenericDto
GenericDto contains the generic transactional data and which extends RepresentationModel of Spring HATEOAS
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : CoreAccountDTO-allOf[1]
Type:
Show Source
object
-
accountClass(optional):
string
-
acOpenDate(optional):
string
-
acStatDormant(optional):
string
-
acStatFrozen(optional):
string
-
acStatNoCr(optional):
string
-
acStatNoDr(optional):
string
-
address1(optional):
string
-
address2(optional):
string
-
address3(optional):
string
-
address4(optional):
string
-
countryCode(optional):
string
-
custAcCcy(optional):
string
-
custAccountNo(optional):
string
-
custAcIban(optional):
string
-
custAcName(optional):
string
-
customerNo(optional):
string
-
ecaCheckReq(optional):
string
-
glStatBlocked(optional):
string
-
hostCode(optional):
string
-
sourceSystem(optional):
string
-
sourceSystemAccBrn(optional):
string
-
sourceSystemAccNo(optional):
string
Nested Schema : codes
Type:
Show Source
array
-
Array of:
object ResponseCode
ResponseCode stores the response details.
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.