POST api/Inventory/GetAllInventory
Request Information
URI Parameters
None.
Body Parameters
InventoryFilter| Name | Description | Type | Additional 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:
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| status | boolean |
None. |
|
| error | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.