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: string
Branch Value
-
currency(optional): string
Currency Value
-
limit(optional): integer
Limit To Be Fetched
-
offset(optional): integer
Offset Of Limit
Header Parameters
-
appId: string
Application Id
-
authToken(optional): string
Authorization Token
-
branchCode: string
Branch Code
-
contentType(optional): string
Content Type
-
tenantId(optional): string
Tenant Id
-
userId: 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(optional):
array denominationData
List Of Master and Denomination data
-
errors(optional):
object errors
List Of Errors
-
paging(optional):
object PagingDto
-
responseStatus(optional):
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(optional):
string
Authorization Status
-
branch(optional):
string
Branch Value
-
checkerDtStamp(optional):
string
Checker Date
-
checkerId(optional):
string
Checker ID
-
currency(optional):
string
Currency
-
id(optional):
string
Master Id
-
mainUnit(optional):
string
Main Unit
-
makerDtStamp(optional):
string
Maker Date
-
makerId(optional):
string
Maker Id
-
modNo(optional):
integer
Mod No
-
ObcmTmCashDenomMaintDetailsDTO(optional):
array ObcmTmCashDenomMaintDetailsDTO
-
onceAuth(optional):
string
Once Authorization
-
recordStat(optional):
string
Record Status
-
subUnit(optional):
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(optional):
string
Denomination Maint Master Id
-
denominationDesc(optional):
string
Denomination Description
-
denominationType(optional):
string
Denomination Type
-
denominationValue(optional):
string
Denomination Value
-
id(optional):
string
Denomination Id
Nested Schema : Error
Type:
object
Error Model
Show Source
-
ecode(optional):
string
Error Code
-
edesc(optional):
string
Error Description
-
etype(optional):
string
Error Type
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error