Fetch the product by product code and branch code
get
/service/v1/product/{productCode}/{branchCode}
This API fetches product by product code and branch code.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
branchCode(required): string
Branch Code of the record that needs to be fetched
-
productCode(required): string
Product Code of the record that needs to be fetched
Query Parameters
-
recordStat: string
Record Status
Header Parameters
-
appId(required): 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.
Root Schema : CmTmProductMasterWrapperDTO
Type:
object
Collection of Product Master Information
Show Source
-
data:
object CmTmProductMasterDTO
Contains details of the product.
Nested Schema : CmTmProductMasterDTO
Type:
object
Contains details of the product.
Match All
Show Source
-
allOf
GenericDto
GenericDto contains the generic transactional data and which extends RepresentationModel of Spring HATEOAS
-
object
CmTmProductMasterDTO-allOf[1]
Nested Schema : GenericDto
GenericDto contains the generic transactional data and which extends RepresentationModel of Spring HATEOAS
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