Retrieves Sweep count for the input real customer with structure
post
/sweepmonitor/sweepcountperstrcustomer
This endpoint is used to get sweep count for the input real customer with structure.
Request
Supported Media Types
- application/json
- application/xml
Real customer number for VA count with structure
Nested Schema : CustStrTypeDTO
Type:
Show Source
object
-
custNo(optional):
string
Real Customer Number
-
fromDate(optional):
string
Effectve From Date
-
toDate(optional):
string
Effective End Date
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns authorized count for structure maintenance records.
Nested Schema : StructureVirtualAccountCountDTO
Type:
Show Source
object
-
realCustomerNo(optional):
string
Real Customer Number
-
strCountPairDto(optional):
array strCountPairDto
Nested Schema : StrCountPairDto
Type:
Show Source
object
-
structure(optional):
string
Structure ID
-
sweepCount(optional):
integer
Sweep Count of virtual account for the real customer with structure
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error