POST services/api/rest/v1/Get_ModifierList
Request Information
URI Parameters
None.
Body Parameters
RestBasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Start | integer |
None. |
|
| FiterText | string |
None. |
|
| Limit | integer |
None. |
|
| LocationId | integer |
None. |
|
| Type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"LocationId": 4,
"Type": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Modifier_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Barcode | string |
None. |
|
| ModName | string |
None. |
|
| Rate | decimal number |
None. |
|
| LocId | integer |
None. |
|
| ModifierCode | string |
None. |
|
| CategoryId | integer |
None. |
|
| Remarks | string |
None. |
|
| ItemId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Barcode": "sample string 2",
"ModName": "sample string 3",
"Rate": 4.0,
"LocId": 5,
"ModifierCode": "sample string 6",
"CategoryId": 7,
"Remarks": "sample string 8",
"ItemId": 9
},
{
"Id": 1,
"Barcode": "sample string 2",
"ModName": "sample string 3",
"Rate": 4.0,
"LocId": 5,
"ModifierCode": "sample string 6",
"CategoryId": 7,
"Remarks": "sample string 8",
"ItemId": 9
}
]