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": "ae1323e2-5e07-4c41-b3e0-d19ffbf025eb",
  "business_id": "54ff2985-6a48-4e7d-bc3a-48e9e6a4a6cd",
  "pageNo": 3,
  "pageSize": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

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.