Retrieves the product by Product and Network type
get
/service/v1/productSearch
This endpoint is used to get the product by Product and Network type.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
limit(optional): integer
Limit is maximum no of records to be fetched
-
networkType: string
Network Type of the record that needs to be fetched
-
offset(optional): 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: string
Branch Code for SMS
-
userId: string
User Id for SMS
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the program based on given id.
Root Schema : CmTmProductMasterCollection
Type:
object
Collection of product.
Show Source
-
data(optional):
array data
-
paging(optional):
object PagingDto
Paging DTO object
Nested Schema : data
Type:
Show Source
array
-
Array of:
object CmTmProductMasterDTO
Contains details of the product.
Nested Schema : PagingDto
Type:
object
Paging DTO object
Show Source
-
totalResults(optional):
integer
Total Results
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(optional):
string
Branch Code
-
clearingDays(optional):
number
Clearing Days
-
currency(optional):
string
Currency
-
cutOffTime(optional):
string
Cut-Off Time
-
effectiveDate(optional):
string
Effective Date
-
expiryDate(optional):
string
Expiry Date
-
maxTxnAmt(optional):
number
Maximum Transaction Amount
-
minTxnAmt(optional):
number
Minimum Transaction Amount
-
networkType(optional):
string
Network Type
-
productCategory(optional):
string
Product Category
-
productCode(optional):
string
Product Code
-
productDescription(optional):
string
Product Description
-
productExposureLimit(optional):
number
Product Exposure Limit
-
productType(optional):
string
Product Type
-
txnControllerRefNo(optional):
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