POST services/api/v1/Export_ItemFromStyleCode
Request Information
URI Parameters
None.
Body Parameters
StyleCodeItemFilterExport| Name | Description | Type | Additional information |
|---|---|---|---|
| DeptId | integer |
None. |
|
| CatId | integer |
None. |
|
| SubCatId | integer |
None. |
|
| SupplierId | integer |
None. |
|
| SellingPriceLevel | integer |
None. |
|
| ItemMasterType | integer |
None. |
|
| BranchId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeptId": 1,
"CatId": 2,
"SubCatId": 3,
"SupplierId": 4,
"SellingPriceLevel": 5,
"ItemMasterType": 6,
"BranchId": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ItemExport_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| SlNo | integer |
None. |
|
| Productname | string |
None. |
|
| Barcode | string |
None. |
|
| CostPrice | decimal number |
None. |
|
| SellingPrice | decimal number |
None. |
|
| Department | string |
None. |
|
| Category | string |
None. |
|
| SubCategory | string |
None. |
|
| Unit | string |
None. |
|
| Contain | integer |
None. |
|
| Brand | string |
None. |
|
| ShortName | string |
None. |
|
| Supplier | string |
None. |
|
| SupplierRefNo | string |
None. |
|
| ItemId | integer |
None. |
|
| ArabicName | string |
None. |
|
| Color | string |
None. |
|
| Size | string |
None. |
|
| Qty | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SlNo": 1,
"Productname": "sample string 2",
"Barcode": "sample string 3",
"CostPrice": 4.0,
"SellingPrice": 5.0,
"Department": "sample string 6",
"Category": "sample string 7",
"SubCategory": "sample string 8",
"Unit": "sample string 9",
"Contain": 10,
"Brand": "sample string 11",
"ShortName": "sample string 12",
"Supplier": "sample string 13",
"SupplierRefNo": "sample string 14",
"ItemId": 15,
"ArabicName": "sample string 16",
"Color": "sample string 17",
"Size": "sample string 18",
"Qty": 19.0
},
{
"SlNo": 1,
"Productname": "sample string 2",
"Barcode": "sample string 3",
"CostPrice": 4.0,
"SellingPrice": 5.0,
"Department": "sample string 6",
"Category": "sample string 7",
"SubCategory": "sample string 8",
"Unit": "sample string 9",
"Contain": 10,
"Brand": "sample string 11",
"ShortName": "sample string 12",
"Supplier": "sample string 13",
"SupplierRefNo": "sample string 14",
"ItemId": 15,
"ArabicName": "sample string 16",
"Color": "sample string 17",
"Size": "sample string 18",
"Qty": 19.0
}
]