POST services/api/v1/Get_ItemcontrolList

Request Information

URI Parameters

None.

Body Parameters

Id_ItemTypeId
NameDescriptionTypeAdditional information
Id

integer

None.

ItemTypeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ItemTypeId": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ItemControl_Master
NameDescriptionTypeAdditional information
ItemControlID

integer

None.

ItemId

integer

None.

Barcode

string

None.

LocationId

integer

None.

Location

string

None.

AllowPurchase

boolean

None.

AllowSales

boolean

None.

AllowTransIn

boolean

None.

AllowTransOut

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ItemControlID": 1,
    "ItemId": 2,
    "Barcode": "sample string 3",
    "LocationId": 4,
    "Location": "sample string 5",
    "AllowPurchase": true,
    "AllowSales": true,
    "AllowTransIn": true,
    "AllowTransOut": true
  },
  {
    "ItemControlID": 1,
    "ItemId": 2,
    "Barcode": "sample string 3",
    "LocationId": 4,
    "Location": "sample string 5",
    "AllowPurchase": true,
    "AllowSales": true,
    "AllowTransIn": true,
    "AllowTransOut": true
  }
]