Retrieve List of Limited Account Party Details by Account ID's and Filter Collection
post
/dmaccount-service/accounts/limitedAcctPartyDetails
This endpoint is used to retrieve the list of limited Account Party details by Account ID's and Filter Collection.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
limit(optional): integer
Limit is maximum number of records to be fetched.
-
offset(optional): integer
Offset is starting number of records to be fetched.
Header Parameters
-
appId: string
The application ID of host service.
-
branchCode: string
The branch code of requesting branch.
-
contentType(optional): string
The content type of request or response body.
-
userId: string
The user ID of requesting user.
Request Body that contains data required for fetching account party details.
Root Schema : DmAccountIdsAndFilterCollection
Type:
object
Collection of Account IDs and Account Filter.
Show Source
Nested Schema : DmAccountFilterDTO
Type:
object
Filters for account
Show Source
-
daysPastDueMax(optional):
number
Days Past Due maximum
-
daysPastDueMin(optional):
number
Days Past Due minimum
-
overDueAmountMax(optional):
number
Over Due Amount maximum
-
overDueAmountMin(optional):
number
Over Due Amount minimum
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns list of limited account party details.
Root Schema : DmAccountPartySummaryDTOCollection
Type:
object
Collection of DmAccountPartySummaryDTO.
Show Source
Nested Schema : dmAccountPartySummaryDTOList
Type:
Show Source
array
-
Array of:
object DmAccountPartySummaryDTO
DmAccountPartySummaryDTO model
Nested Schema : DmAccountPartySummaryDTO
Type:
object
DmAccountPartySummaryDTO model
Show Source
-
accountId(optional):
string
Account Id
-
accountNbr(optional):
string
Account Number
-
acctCurrCd(optional):
string
acctCurrCd of the DmAccount
-
customerName(optional):
string
customerName of the Party
-
daysPastDue(optional):
number
daysPastDue of the DmAccount
-
overdueAmt(optional):
number
overdueAmt of the DmAccount
-
partyId(optional):
string
PartyId
-
prdProcessrCd(optional):
string
prdProcessrCd of the DmAccount
-
productSubTypCd(optional):
string
productSubTypCd of the DmAccount
-
productTypCd(optional):
string
productTypCd of the DmAccount
201 Response
Returns message of success or failure.
Headers
-
Location: string
Limited Account Party Details.
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error.