Get Credit Limit utilization details for the given Real Customer Number and Line ID
get
/service/lineUtilizationDetails
This endpoint is used to get Credit Limit utilization details for the given Real Customer Number and Line ID.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Response
Supported Media Types
- application/json
- text/csv
- application/xml
201 Response
Returns message of success or failure
Headers
Nested Schema : LineUtilDetailsDto
Type:
Show Source
object
-
amtUtilizedToday:
number
Credit limit amount utilized today
-
availableAmount:
number
Available credit limit amount
-
firstUtilDate:
string
Date of first credit limit utilization
-
lastUtilDate:
string
Date of last credit limit utilization
-
maxAvailableAmount:
number
Maximum available credit limit amount
-
utilizedAmount:
number
Utilized credit limit amount
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