GET api/Data/GetChiefSpecialItems?vendorid={vendorid}&categoryid={categoryid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vendorid | integer |
Required |
|
| categoryid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SpecialItems| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| description | string |
None. |
|
| ingredients | string |
None. |
|
| status | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"ingredients": "sample string 4",
"status": "sample string 5"
},
{
"$ref": "1"
}
]