Fetch the product by product type and network type
get
/service/v1/productSearch
This API fetches product by product type and network type.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
limit: integer
Limit is maximum no of records to be fetched
-
networkType: string
Network Type of the record that needs to be fetched
-
offset: integer
Offset is starting no of records to be fetched
-
productType: string
Product Type of the record that needs to be fetched
Header Parameters
-
appId: string
Application Id for SMS
-
branchCode(required): string
Branch Code for SMS
-
userId(required): string
User Id for SMS
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the program based on given id.
Nested Schema : data
Type:
Show Source
array
-
Array of:
object CmTmProductMasterDTO
Contains details of the product.
Nested Schema : CmTmProductMasterDTO
Type:
object
Contains details of the product.
Match All
Show Source
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : CmTmProductMasterDTO-allOf[1]
Type:
Show Source
object
-
branchCode:
string
Branch Code
-
clearingDays:
number
Clearing Days
-
currency:
string
Currency
-
cutOffTime:
string
Cut-Off Time
-
effectiveDate:
string
Effective Date
-
expiryDate:
string
Expiry Date
-
maxTxnAmt:
number
Maximum Transaction Amount
-
minTxnAmt:
number
Minimum Transaction Amount
-
networkType:
string
Network Type
-
productCategory:
string
Product Category
-
productCode:
string
Product Code
-
productDescription:
string
Product Description
-
productExposureLimit:
number
Product Exposure Limit
-
productType:
string
Product Type
-
txnControllerRefNo:
string
Transaction Controller Ref Number
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error