POST services/api/rest/v1/Get_ItemsForOrderIntegration
Request Information
URI Parameters
None.
Body Parameters
Integration_Product_Req| Name | Description | Type | Additional information |
|---|---|---|---|
| Filter | RestBasicFilter |
None. |
|
| SellingPriceLevel | integer |
None. |
|
| ItemLevel | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Filter": {
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"LocationId": 4,
"Type": 5
},
"SellingPriceLevel": 1,
"ItemLevel": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ItemListForOrderIntegration| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| ShortName | string |
None. |
|
| CategoryName | string |
None. |
|
| SellingPriceLevel | integer |
None. |
|
| UnitId | integer |
None. |
|
| SellingPrice | decimal number |
None. |
|
| CostPrice | decimal number |
None. |
|
| Barcode | string |
None. |
|
| PrinterName | string |
None. |
|
| ArabicName | string |
None. |
|
| ImagePath | string |
None. |
|
| Selected | boolean |
None. |
|
| LocId | integer |
None. |
|
| IsActive | boolean |
None. |
|
| Status | string |
None. |
|
| CategoryId | integer |
None. |
|
| CourseType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"ShortName": "sample string 3",
"CategoryName": "sample string 4",
"SellingPriceLevel": 5,
"UnitId": 6,
"SellingPrice": 7.0,
"CostPrice": 8.0,
"Barcode": "sample string 9",
"PrinterName": "sample string 10",
"ArabicName": "sample string 11",
"ImagePath": "sample string 12",
"Selected": true,
"LocId": 14,
"IsActive": true,
"Status": "sample string 16",
"CategoryId": 17,
"CourseType": "sample string 18"
},
{
"Id": 1,
"Name": "sample string 2",
"ShortName": "sample string 3",
"CategoryName": "sample string 4",
"SellingPriceLevel": 5,
"UnitId": 6,
"SellingPrice": 7.0,
"CostPrice": 8.0,
"Barcode": "sample string 9",
"PrinterName": "sample string 10",
"ArabicName": "sample string 11",
"ImagePath": "sample string 12",
"Selected": true,
"LocId": 14,
"IsActive": true,
"Status": "sample string 16",
"CategoryId": 17,
"CourseType": "sample string 18"
}
]