Retrieves the list of Distinct Branch Codes
get
/service/v1/distinctBranchCode
This endpoint is used to get the list of Unique Branch Code Data.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId: string
Application Id
-
authToken(optional): string
Authorization Token
-
branchCode: string
Branch Code
-
contentType(optional): string
Content Type
-
tenantId(optional): string
Tenant Id
-
userId: 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(optional):
object data
List Of Errors
-
errors(optional):
object errors
List Of Errors
-
responseStatus(optional):
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(optional):
string
Branch Code
-
branchName(optional):
string
Branch Name
Nested Schema : Error
Type:
object
Error Model
Show Source
-
ecode(optional):
string
Error Code
-
edesc(optional):
string
Error Description
-
etype(optional):
string
Error Type
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error