Retrieve all Accounts for given Party ID
get
/DmAccountParty-service/accountParties/{partyId}
This endpoint is used to fetch all Accounts for given Party ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
partyId(required): string
Party ID for which account party relationship is to be fetched
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
contentType: string
The content type of request or response body.
-
userId(required): string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns all accounts based on given Party ID.
Root Schema : DmAccountDTOCollection
Type:
object
Collection of Account IDs.
Show Source
-
accountList:
array accountList
List of account IDs.
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error