POST services/api/v1/Get_ProductSearch

Request Information

URI Parameters

None.

Body Parameters

ItemSearch_BasicFilter
NameDescriptionTypeAdditional information
SellingPricelevel

integer

None.

Branch

integer

None.

Location

integer

None.

RequestedList

BasicFilter

None.

FilterData

Product_List

None.

ShowStockQtyInItemlist

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "SellingPricelevel": 1,
  "Branch": 2,
  "Location": 3,
  "RequestedList": {
    "Start": 1,
    "FiterText": "sample string 2",
    "Limit": 3,
    "ItemTypeId": 4,
    "CAType": 5
  },
  "FilterData": {
    "Name": "sample string 1",
    "Barcode": "sample string 2",
    "RefNo": "sample string 3",
    "CostPrice": 4.0,
    "SellingPrice": 5.0,
    "SupplierName": "sample string 6",
    "Dept": "sample string 7",
    "Cat": "sample string 8",
    "SubCat": "sample string 9",
    "Unit": "sample string 10",
    "Brand": "sample string 11",
    "StkQty": 12.0
  },
  "ShowStockQtyInItemlist": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.