GET api/SIMS/GetStockWebCat?companyKey={companyKey}
Gets all the records in the stock web category table in the database
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyKey |
The company name if the service is connected to multiple SIMS companies (Optional) |
string |
Default value is |
Body Parameters
N/A
Response Information
Resource Description
The records in the stock web category table
Collection of StockWebCat| Name | Description | Type | Additional information |
|---|---|---|---|
| Iid |
The ID of the record in the database |
string |
N/A |
| CategIid |
The Category ID of the Stock Web Cat |
string |
N/A |
| StockCode |
The Stock Code of the Stock Web Cat |
string |
N/A |
| ItemOrd |
The Item Ord of the Stock Web Cat |
string |
N/A |
| ReplicId |
The Replic ID of the Stock Web Cat |
string |
N/A |
Response Formats
application/json, text/json
Sample:
[
{
"Iid": "sample string 1",
"CategIid": "sample string 2",
"StockCode": "sample string 3",
"ItemOrd": "sample string 4",
"ReplicId": "sample string 5"
},
{
"Iid": "sample string 1",
"CategIid": "sample string 2",
"StockCode": "sample string 3",
"ItemOrd": "sample string 4",
"ReplicId": "sample string 5"
}
]