POST api/Item/SearchItem/{Searchfield}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Searchfield | string |
Required |
Body Parameters
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of clsItemMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemID | integer |
None. |
|
| ItemName | string |
None. |
|
| ItemCode | string |
None. |
|
| Qty | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"itemID": 1,
"itemName": "sample string 2",
"itemCode": "sample string 3",
"qty": 4.1
},
{
"$ref": "1"
}
]