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: boolean
includecloseandunauth needs to be set to fetch summary record, defult value is false
-
limit: integer
Limit is maximum no of records to be fetched
-
offset: integer
Offset is starting no of records 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
Root Schema : ProductDescCollection
Type:
object
Collection of products with Description.
Show Source
-
data:
array data
-
paging:
object PagingDto
Contains the paging data like Total Results and Next/Prev Links
Nested Schema : data
Type:
Show Source
array
-
Array of:
object ProductDescDTO
Collection of Product Code and Description
Nested Schema : PagingDto
Type:
object
Contains the paging data like Total Results and Next/Prev Links
Show Source
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