Fetch the list of denomination details
get
/service/v1/getCCYDenominationDetails
This API fetches list of denomination details based on given currency
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
branch(required): string
Branch Value
-
currency: string
Currency Value
-
limit: integer
Limit To Be Fetched
-
offset: integer
Offset Of Limit
Header Parameters
-
appId(required): string
Application Id
-
authToken: string
Authorization Token
-
branchCode(required): string
Branch Code
-
contentType: string
Content Type
-
tenantId: string
Tenant Id
-
userId(required): string
UserId For SMS
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Root Schema : DenominationResponseModel
Type:
object
Collection of Master and Denomination Details
Show Source
-
denominationData:
array denominationData
List Of Master and Denomination data
-
errors:
object errors
List Of Errors
-
paging:
object PagingDto
-
responseStatus:
string
Response Status
Nested Schema : denominationData
Type:
array
List Of Master and Denomination data
Show Source
-
Array of:
object ObcmTmCashDenomMaintMasterDTO
Cash Denomination Maint Master Model
Nested Schema : ObcmTmCashDenomMaintMasterDTO
Type:
object
Cash Denomination Maint Master Model
Show Source
-
authStat:
string
Authorization Status
-
branch:
string
Branch Value
-
checkerDtStamp:
string
Checker Date
-
checkerId:
string
Checker ID
-
currency:
string
Currency
-
id:
string
Master Id
-
mainUnit:
string
Main Unit
-
makerDtStamp:
string
Maker Date
-
makerId:
string
Maker Id
-
modNo:
integer
Mod No
-
ObcmTmCashDenomMaintDetailsDTO:
array ObcmTmCashDenomMaintDetailsDTO
-
onceAuth:
string
Once Authorization
-
recordStat:
string
Record Status
-
subUnit:
string
Sub Unit
Nested Schema : ObcmTmCashDenomMaintDetailsDTO
Type:
Show Source
array
-
Array of:
object ObcmTmCashDenomMaintDetailsDTO
Cash Denomination Detail Model
Nested Schema : ObcmTmCashDenomMaintDetailsDTO
Type:
object
Cash Denomination Detail Model
Show Source
-
cashDenomMaintMasterId:
string
Denomination Maint Master Id
-
denominationDesc:
string
Denomination Description
-
denominationType:
string
Denomination Type
-
denominationValue:
string
Denomination Value
-
id:
string
Denomination Id
Nested Schema : Error
Type:
object
Error Model
Show Source
-
errorCode:
string
Error Code
-
errorDescription:
string
Error Description
-
errorStatus:
string
Error Status
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error