Generate sweep report
post
/simulation/generateSweepReport
This endpoint is used to generate sweep benefit report along with log summary.
Request
Supported Media Types
- application/json
- application/xml
Request Body that contains data required for creating sweep simulation report
Nested Schema : BenefitReportHeaderDTO
Type:
Show Source
object
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
-
customerName(optional):
string
-
fromDt(optional):
string
-
generatedBy(optional):
string
-
generatedOn(optional):
string
-
headerAccount(optional):
string
-
headerCcy(optional):
string
-
simulationId(optional):
string
-
structureDesc(optional):
string
-
structureId(optional):
string
Pattern:
[0-9a-fA-Z-]{1,36}
-
structureType(optional):
string
-
toDt(optional):
string
Nested Schema : BenefitReportBodyDTO
Type:
Show Source
object
-
accountDesc(optional):
string
-
accountNo(optional):
string
-
branch(optional):
string
-
branchDesc(optional):
string
-
ccy(optional):
string
-
headerCcy(optional):
string
-
postSweepIntAccCcy(optional):
number
-
postSweepIntHeaderCcy(optional):
number
-
preSweepIntAccCcy(optional):
number
-
preSweepIntHeaderCcy(optional):
number
Nested Schema : SweepLogReportBodyDTO
Type:
Show Source
object
-
fromAccountBal(optional):
number
-
fromAccountNo(optional):
string
-
fromAcPostSweepAcBal(optional):
number
-
fromBranch(optional):
string
-
fromCcy(optional):
string
-
logId(optional):
string
-
prodDesc(optional):
string
-
sweepDirection(optional):
string
-
toAccountBal(optional):
number
-
toAccountNo(optional):
string
-
toAcPostSweepAcBal(optional):
number
-
toBranch(optional):
string
-
toCcy(optional):
string
-
valueDt(optional):
string
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Headers
Root Schema : SweepSimulateReportDTOCollection
Type:
object
Collection of report output.
Show Source
-
data(optional):
object ReportResponse
Report Response
-
messages(optional):
object ResponseDto
Nested Schema : ReportResponse
Type:
object
Report Response
Show Source
-
documentId(optional):
string
Document Id for the document
-
documentInbase64(optional):
string
Document in Base64
-
reportContentType(optional):
string
Report Content Type for the document
Nested Schema : items
Type:
object
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