Retrieve the 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: integer
Limit is maximum number of records to be fetched.
-
offset: integer
Offset is starting number of records 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.
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
-
dmAccountFilter:
object DmAccountFilterDTO
Filters for account
-
dmAccountIdsList:
array dmAccountIdsList
Nested Schema : DmAccountFilterDTO
Type:
object
Filters for account
Show Source
-
daysPastDueMax:
number
Days Past Due maximum
-
daysPastDueMin:
number
Days Past Due minimum
-
overDueAmountMax:
number
Over Due Amount maximum
-
overDueAmountMin:
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:
string
Account Id
-
accountNbr:
string
Account Number
-
acctCurrCd:
string
acctCurrCd of the DmAccount
-
customerName:
string
customerName of the Party
-
daysPastDue:
number
daysPastDue of the DmAccount
-
overdueAmt:
number
overdueAmt of the DmAccount
-
partyId:
string
PartyId
-
prdProcessrCd:
string
prdProcessrCd of the DmAccount
-
productSubTypCd:
string
productSubTypCd of the DmAccount
-
productTypCd:
string
productTypCd of the DmAccount
201 Response
Returns message of success or failure.
Headers
-
Location: string
Limited Account Party Details.
Root Schema : ResponseDtoWrapper
Type:
object
Response Data Transfer object
Show Source
-
data:
object ResponseResourceSupport
-
messages:
object ResponseDto
Response Data Transfer object
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : ResponseDto
Type:
object
Response Data Transfer object
Show Source
-
codes:
array codes
Codes
-
id:
string
ID
-
requestId:
string
Request ID
-
status:
string
Status
Nested Schema : ResponseCode
Type:
object
Response code
Show Source
-
arg:
string
Argument
-
args:
array args
Arguments
-
Code:
string
Code
-
Desc:
string
Description
-
Language:
string
Language
-
Type:
string
Type
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.