Close the core branches by given ID
patch
/service/corebranchs/{branchCode}/close
This endpoint is used to close the core branches identified by given ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
branchCode: string
branchCode of the corebranchs Maintenance
Header Parameters
-
sourceCode: string
Source from which request is initiated
Request body contain corebranchs and Modification no of corebranchs maintenance which need to be closed"
Response
Supported Media Types
- application/json
- text/csv
- application/xml
200 Response
Successful operation.
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : CoreBranchDTO-allOf[1]
Type:
Show Source
object
-
autoAuth(optional):
string
To facilitate auto authorization.
-
branchAddr1(optional):
string
Minimum Length:
0
Maximum Length:105
First line of the branch address -
branchAddr2(optional):
string
Minimum Length:
0
Maximum Length:105
Second line of the branch address -
branchAddr3(optional):
string
Minimum Length:
0
Maximum Length:105
Third line of the branch address -
branchCode:
string
Minimum Length:
3
Maximum Length:3
Pattern:[a-zA-Z0-9]+
Branch code of the branch to be configured. -
branchLcy:
string
Local currency of the branch
-
branchName:
string
Minimum Length:
1
Maximum Length:105
Pattern:[A-Za-z0-9 `@#$%&*()_+{}\[\]|;:'"\\<,>.?\/-]+
Name of the branch. -
CoreBranchPrefDTO(optional):
object CoreBranchPrefDTO
-
CoreSwiftAddressDTO(optional):
array CoreSwiftAddressDTO
-
countryCode(optional):
string
Country code of the branch.
-
hostCode:
string
Host code to which the branch belongs to.
-
sourceBranchCode:
string
Minimum Length:
0
Maximum Length:20
Pattern:[a-zA-Z0-9]+
Branch code of the source system -
sourceSystem(optional):
string
Name of the source system
-
walkinCustomer(optional):
string
Customer number of the walk-in customer.
-
weekHol1(optional):
string
Pattern:
[1-7]
Weekly holiday of the branch. -
weekHol2(optional):
string
Pattern:
[1-7]
Weekly holiday of the branch.
Nested Schema : CoreBranchPrefDTO
Type:
Show Source
object
-
branchCode(optional):
string
Branch code of the branch to be configured.
-
coreBranchId(optional):
string
Master Table Reference.
-
dsnName(optional):
string
DSN name
-
hostName(optional):
string
Minimum Length:
0
Maximum Length:35
Pattern:([a-zA-Z0-9\s]+)?
Host name to which the branch belongs to. -
id(optional):
string
Primary Key
-
reportDsn(optional):
string
Minimum Length:
0
Maximum Length:35
Pattern:([a-zA-Z0-9\s]+)?
Report DSN details
Nested Schema : CoreSwiftAddressDTO
Type:
Show Source
object
-
branchCode(optional):
string
Branch Code
-
coreBranchId(optional):
string
Master Table Reference
-
defaultBic(optional):
string
Pattern:
[Y,N]
Checkbox to decide If default BIC is used or not -
id(optional):
string
Primary Key
-
swiftAddress:
string
Swift Address
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error