POST services/api/rest/v1/Get_ItemsByLocationForItemManagement
Request Information
URI Parameters
None.
Body Parameters
LocationId| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocationId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Rest_ItemManagement_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| SlNo | integer |
None. |
|
| ItemId | integer |
None. |
|
| Barcode | string |
None. |
|
| ItemName | string |
None. |
|
| SellingPrice | decimal number |
None. |
|
| CostPrice | decimal number |
None. |
|
| CategoryName | string |
None. |
|
| CourseType | string |
None. |
|
| LocId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SlNo": 1,
"ItemId": 2,
"Barcode": "sample string 3",
"ItemName": "sample string 4",
"SellingPrice": 5.0,
"CostPrice": 6.0,
"CategoryName": "sample string 7",
"CourseType": "sample string 8",
"LocId": 9
},
{
"SlNo": 1,
"ItemId": 2,
"Barcode": "sample string 3",
"ItemName": "sample string 4",
"SellingPrice": 5.0,
"CostPrice": 6.0,
"CategoryName": "sample string 7",
"CourseType": "sample string 8",
"LocId": 9
}
]