POST api/Ecatalog/SearchCatagolyItem
Request Information
URI Parameters
None.
Body Parameters
SearchCategoryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchItem | string |
None. |
|
| CategoryCode | string |
None. |
|
| ItemID | string |
None. |
|
| EmployeeId | integer |
None. |
|
| LimitItem | integer |
None. |
|
| QueryLastBuy | boolean |
None. |
|
| userPrincipalName | string |
None. |
|
| connectionString | string |
None. |
|
| SecretId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SearchItem": "sample string 1",
"CategoryCode": "sample string 2",
"ItemID": "sample string 3",
"EmployeeId": 4,
"LimitItem": 5,
"QueryLastBuy": true,
"userPrincipalName": "sample string 7",
"connectionString": "sample string 8",
"SecretId": null
}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.