Retrieve Existing Collection Status Based on Account ID
get
/api/1.0/callActionTransactional/getExistingCollectionStatus
This endpoint is used to retrieve the existing collection status based on an account ID.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
accountId(optional): string
The Account ID for which existing collection status 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.
-
entityId: string
The entity ID of host service.
-
userId: string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure.
Headers
-
Location: string
Returns the Collection Status based on account ID.
Nested Schema : DmAccountCollectionStatusDTO-allOf[0]
Type:
Show Source
object-
accountID(optional):
string
Account ID
-
collectionStatus(optional):
string
Collection Status
-
startDate(optional):
string
Start Date
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error