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": "e98ecd33-7741-4fa3-a392-758fd267c73c",
  "business_id": "c822e0ec-a4b5-4187-ada4-8f4390cda43f",
  "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.