POST services/api/rest/v1/Get_ItemsForLocationWisePriceManagement
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_ItemListForLocationWisePrice| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemId | integer |
None. |
|
| Barcode | string |
None. |
|
| ItemName | string |
None. |
|
| LocId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ItemId": 1,
"Barcode": "sample string 2",
"ItemName": "sample string 3",
"LocId": 4
},
{
"ItemId": 1,
"Barcode": "sample string 2",
"ItemName": "sample string 3",
"LocId": 4
}
]