Fetch division code basis of given Rel code, program Code, associated Party and division code/name
get
/service/v1/divisionCodeByProgRelAsscPartyId
This endpoint is used to fetch division code basis of given Rel code, program Code, associated Party and division code/name.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
associatedPartyId: string
Associated Party Id
-
associatedPartyRole: string
Associated Party Role
-
divisionCode: string
division Code for filtration.
-
divisionName: string
division Name for filtration.
-
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
-
programCode: string
Program code for filter
-
relationshipCode: string
relationship code for filter
Header Parameters
-
appId(required): string
-
branchCode(required): string
branchCode
-
userId(required): string
userId
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
-
Location: string
URL to get Division Codes
Root Schema : ScfDivisionCodeCollection
Type:
object
Collection of DivisioncodeAggregateModel.
Show Source
-
data:
array data
-
errorCode:
string
Error Code
-
errorDesc:
Error Description
-
paging:
object PagingDto
Nested Schema : data
Type:
Show Source
array
-
Array of:
object ScfDivisionCodeModel
DivisioncodeWebModel
Nested Schema : ScfDivisionCodeModel
Type:
object
DivisioncodeWebModel
Show Source
-
divisionCode:
string
Division Code
-
divisionName:
string
Division Name
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