Retrieves the product by Product Code and Branch Code
get
/service/v1/product/{productCode}/{branchCode}
This endpoint is used to get the product by Product Code and Branch Code.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
branchCode: string
Branch Code of the record that needs to be fetched
-
productCode: string
Product Code of the record that needs to be fetched
Query Parameters
-
recordStat(optional): string
Record Status
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 : CmTmProductMasterWrapperDTO
Type:
object
Collection of Product Master Information
Show Source
-
data(optional):
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(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