Home / API Documentation

Get Inventory Item List By Company

Method: GET api/v1/Inventory/GetInventoryListByCompany?companyid={companyid}&page={page}&pagelimit={pagelimit}

Response Format:

application/json

Required Parameters Description Additional information
companyid
int

Define this parameter in the request URI.

page
Optional int, default value 1

Define this parameter in the request URI.

pagelimit
Optional int, default value 500

Define this parameter in the request URI.

application/json, text/json

Sample Response:
                        [
  {
    "itemid": 1,
    "companyid": 2,
    "itemnum": "sample string 3",
    "itemdescription": "sample string 4",
    "useunit": "sample string 5",
    "usepriceperunit": 6.0,
    "utctimestamp": "2025-04-20T03:39:55.6872062+00:00",
    "utclastchanged": "2025-04-20T03:39:55.6872062+00:00",
    "lastchangedby": "sample string 7",
    "isactive": true,
    "itemcategory": 9,
    "activeingredient": "sample string 10",
    "activepct": 11.0,
    "epa": "sample string 12",
    "dosagerate": "sample string 13",
    "glnumberid": 14,
    "expirationdays": 15,
    "stockdescription": "sample string 16",
    "inventorystockid": 17,
    "usagepermixuom": 18.0,
    "ismixture": true,
    "permitno": "sample string 20",
    "manufacturer": "sample string 21",
    "lotno": "sample string 22",
    "applicationrate": "sample string 23",
    "targettypeid": 24,
    "formulationid": 25,
    "taxgroupid": 26,
    "ischargeable": true,
    "quantity": 28.0,
    "materialrange": 1,
    "materialrend": 1.0,
    "materialrstart": 1.0,
    "treatmentnotes": "sample string 29",
    "lengthareachecked": true,
    "dbhchecked": true,
    "rootzonechecked": true,
    "chemicalgroup": 33,
    "validationdate": "2025-04-20T03:39:55.6882364+00:00",
    "emergencyphonenumber": "sample string 34"
  },
  {
    "itemid": 1,
    "companyid": 2,
    "itemnum": "sample string 3",
    "itemdescription": "sample string 4",
    "useunit": "sample string 5",
    "usepriceperunit": 6.0,
    "utctimestamp": "2025-04-20T03:39:55.6872062+00:00",
    "utclastchanged": "2025-04-20T03:39:55.6872062+00:00",
    "lastchangedby": "sample string 7",
    "isactive": true,
    "itemcategory": 9,
    "activeingredient": "sample string 10",
    "activepct": 11.0,
    "epa": "sample string 12",
    "dosagerate": "sample string 13",
    "glnumberid": 14,
    "expirationdays": 15,
    "stockdescription": "sample string 16",
    "inventorystockid": 17,
    "usagepermixuom": 18.0,
    "ismixture": true,
    "permitno": "sample string 20",
    "manufacturer": "sample string 21",
    "lotno": "sample string 22",
    "applicationrate": "sample string 23",
    "targettypeid": 24,
    "formulationid": 25,
    "taxgroupid": 26,
    "ischargeable": true,
    "quantity": 28.0,
    "materialrange": 1,
    "materialrend": 1.0,
    "materialrstart": 1.0,
    "treatmentnotes": "sample string 29",
    "lengthareachecked": true,
    "dbhchecked": true,
    "rootzonechecked": true,
    "chemicalgroup": 33,
    "validationdate": "2025-04-20T03:39:55.6882364+00:00",
    "emergencyphonenumber": "sample string 34"
  }
];