Get all valid Account Range
get
/service/accountrange
This endpoint is used to fetch all valid account range maintained.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authStat: string
-
branchCode: string
-
checkerId: string
-
includecloseandunauth: boolean
includecloseandunauth needs to be set to fetch record that are unauthorized and/or closed, defult value is false
-
limit: integer
limit is the maximum number of records to be fetched
-
makerId: string
-
modNo: integer
-
offset: integer
offset is the starting number of records to be fetched
-
onceAuth: string
-
realCustomerNo: string
-
recordStat: string
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Response
Supported Media Types
- application/json
- text/csv
- application/xml
201 Response
Returns message of success or failure
Headers
Root Schema : VamTmAccountRangeServiceMasterCollection
Type:
object
Collection of accountrange.
Show Source
Nested Schema : VamTmAccountRangeServiceMasterDTO-allOf[0]
Type:
Show Source
object
-
approverRemarks:
string
-
authStatus:
string
-
branchCode:
string
Minimum Length:
3
Maximum Length:3
Pattern:^[a-zA-Z0-9]+$
Branch Code for which the Real Customer will have an Account Number Range -
checkerDateStamp:
string
-
checkerId:
string
-
doerRemarks:
string
-
makerDateStamp:
string
-
makerId:
string
-
modNo:
number
-
onceAuth:
string
-
realCustomerNo:
string
Minimum Length:
1
Maximum Length:20
Branch Code for which the Real Customer will have an Account Number Range -
recordStatus:
string
-
VamTmAccountRangeServiceDetailDTO:
array VamTmAccountRangeServiceDetailDTO
Nested Schema : VamTmAccountRangeServiceDetailDTO
Type:
Show Source
object
-
branchCode:
string
Minimum Length:
3
Maximum Length:3
Pattern:^[a-zA-Z0-9]+$
Branch Code for which the Real Customer will have an Account Number Range -
endAccountNo:
number
Minimum Length:
0
Maximum Length:20
Pattern:^[0-9]*$
End Account Number of the Corporate Specific Range -
realCustomerNo:
string
Minimum Length:
1
Maximum Length:20
Branch Code for which the Real Customer will have an Account Number Range -
startAccountNo:
number
Minimum Length:
0
Maximum Length:20
Pattern:^[0-9]*$
Start Account Number of the Corporate Specific Range
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