GET breeze/NonSerializedInventory/GetTopForEmployee?SearchString={SearchString}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| SearchString | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"EMPLID": "sample string 1",
"BRANCHID": "sample string 2",
"STOCKRMID": "sample string 3",
"PARTID": "sample string 4",
"NAME": "sample string 5",
"AVAIL": 1.1,
"BINID": "sample string 6",
"DbFileName": "sample string 7",
"DbForeignKeys": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
{
"EMPLID": "sample string 1",
"BRANCHID": "sample string 2",
"STOCKRMID": "sample string 3",
"PARTID": "sample string 4",
"NAME": "sample string 5",
"AVAIL": 1.1,
"BINID": "sample string 6",
"DbFileName": "sample string 7",
"DbForeignKeys": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
{
"EMPLID": "sample string 1",
"BRANCHID": "sample string 2",
"STOCKRMID": "sample string 3",
"PARTID": "sample string 4",
"NAME": "sample string 5",
"AVAIL": 1.1,
"BINID": "sample string 6",
"DbFileName": "sample string 7",
"DbForeignKeys": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.