Fetch the list of distinct branch codes from denomination details
get
/service/v1/distinctBranchCode
This API fetches list of distinct branch codes from denomination details
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
Application Id
-
authToken: string
Authorization Token
-
branchCode(required): string
Branch Code
-
contentType: string
Content Type
-
tenantId: string
Tenant Id
-
userId(required): string
UserId For SMS
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Root Schema : DistinctBranchCodeModel
Type:
object
Collection of Branch Codes
Show Source
-
data:
object data
List Of Errors
-
errors:
object errors
List Of Errors
-
responseStatus:
string
Response Status
Nested Schema : data
Type:
object
List Of Errors
Show Source
-
Array of:
object BranchCodeModel
BranchCode Model
Nested Schema : BranchCodeModel
Type:
object
BranchCode Model
Show Source
-
branchCode:
string
Branch Code
-
branchName:
string
Branch Name
Nested Schema : Error
Type:
object
Error Model
Show Source
-
errorCode:
string
Error Code
-
errorDescription:
string
Error Description
-
errorStatus:
string
Error Status
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error