Get margin inquiry data
get
/service/v1/marginInq
This endpoint is used to get margin inquiry data based on given set of parameters.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
Header Parameters
Back to Top
Response
Supported Media Types
- application/json
- application/xml
200 Response
Margin Details DTO
Root Schema : MarginDetailsCollectionDetails
Type:
object
MarginDetailsResponseDto
Show Source
-
currency:
string
Currency type
-
marginAmount:
number
Margin Amount
-
marginDetailsCollection:
array marginDetailsCollection
Margin Details Collection
-
marginRefNo:
string
Margin Reference Number
-
valueDate:
string
Value Date
Nested Schema : marginDetailsCollection
Type:
array
Margin Details Collection
Show Source
-
Array of:
object MarginDetailsResponseDto
MarginDetailsResponseDto
Nested Schema : MarginDetailsResponseDto
Type:
object
MarginDetailsResponseDto
Show Source
-
beneficiaryAccNo:
string
Supply Account Number
-
beneficiaryIfscCode:
string
Routing Code
-
beneficiaryName:
string
Supplier Name
-
clearingRefNo:
string
Clearing Reference Number
-
currency:
string
Currency type
-
financeRefNo:
string
Finance Reference Number
-
marginStatus:
string
Margin Status
-
reconRule:
string
recon Rule
-
reconRuleType:
string
recon Rule Type
-
reconRuleVersion:
number
recon Rule Version
-
reconType:
string
recon Type
-
refundAmt:
number
Margin Refund Amount
-
ruleDescription:
string
rule Description
400 Response
Bad Request
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error