Fetch details of all Inbound Document uploaded
get
/obcr-correspondence-services/inboundDocument/getDetails
This endpoint is used to fetch details of the already uploaded Inbound documents for this accountId.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
accountId(required): string
Account Id
-
caseId(required): string
Case Id
-
limit: integer
Limit is maximum number of records to be fetched.
-
mode: boolean
Mode is total results count 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.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns message of success or failure
Nested Schema : DocCategoryDto
Type:
Show Source
object
-
docCategoryCd:
string
Look Up Code for the document category
-
docCategoryDesc:
string
Look Up Code description for the document category
-
docNameDtoList:
array docNameDtoList
Nested Schema : DocNameDto
Type:
Show Source
object
-
docNameCd:
string
Look Up Code for the document name
-
docNameDesc:
string
Look Up Code description for the document name
Nested Schema : InboundDocDtlsDto
Type:
Show Source
object
-
docCtgry:
string
Category of the document
-
docName:
string
Name of the document
-
docRefId:
string
Document Id of the document to be used to search the file in DMS
-
id:
string
ID of the record
-
remarks:
string
Remarks of the uploaded document
-
uploadDate:
string
Date on which document was uploaded
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