Fetch all products of cash and instrument collections with description
get
/service/v1/product/productWithDesc
This API fetches all products of cash and instrument collections with description.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
includecloseandunauth(optional): boolean
includecloseandunauth needs to be set to fetch summary record, defult value is false
-
limit(optional): integer
Limit is maximum no of records to be fetched
-
offset(optional): integer
Offset is starting no of records to be fetched
-
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
201 Response
Returns message of succes or failure
Headers
-
Location: string
URL of newly created productmaster
Root Schema : ProductDescCollection
Type:
object
Collection of products with Description.
Show Source
Nested Schema : data
Type:
Show Source
array
-
Array of:
object ProductDescDTO
Collection of Product Code and Description
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