Fetch the products of cash and instrument collections
get
/service/v1/product
This API fetches products of cash and instrument collections based on given parameters.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authStat: string
Authentication Status to determine if record is authorized (A) or unauthorized (U).
-
branchCode: string
Branch Code for SMS
-
includecloseandunauth: boolean
includecloseandunauth needs to be set to fetch summary record, defult value is false
-
limit: integer
Limit is maximum number of records to be fetched
-
networkType: string
Network Type of the record that needs to be fetched
-
offset: integer
Offset is starting number of records to be fetched
-
productCategory: string
Product Category of the record that needs to be fetched
-
productCode: string
Product Code of the record that needs to be fetched
-
productDescription: string
Product Description of the record that needs to be fetched
-
productType: string
Product Type of the record that needs to be fetched
-
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
201 Response
Returns message of succes or failure
Headers
-
Location: string
URL of newly created productmaster
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.
405 Response
Invalid input
500 Response
Internal error