POST api/Inventory/GetAllInventory

Request Information

URI Parameters

None.

Body Parameters

InventoryFilter
NameDescriptionTypeAdditional information
referenceTypes

Collection of integer

None.

user_id

globally unique identifier

None.

business_id

globally unique identifier

None.

pageNo

integer

None.

pageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "referenceTypes": [
    1,
    2
  ],
  "user_id": "ea7a1b46-681e-426a-b421-e28f9a10eaf4",
  "business_id": "7814f7c5-b03e-4c69-8b46-30aa9f852582",
  "pageNo": 3,
  "pageSize": 4
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'InventoryFilter'.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
status

boolean

None.

error

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.