GET api/Inventory/HeadsLight?branchId={branchId}
Get all inventory basis heads light version in paged format, sorted by [StartedDate, InventoryNumber, Id]
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| branchId | integer |
Default value is Null |
Body Parameters
None.
Remarks
None.
Example
Gets all inventory bases on the fifth page
http://localhost/api/Inventory/Heads?pageNumber=5&pageSize=25
Response Information
Resource Description
A paged list of inventory basis heads with count of total lines and inventoried lines
PagedInventoryBasisHeadLightResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| InventoryBasisHeadLightResponses |
Collection of inventory basis responses |
Collection of InventoryBasisHeadLight |
None. |
| TotalPages |
Total number of pages. |
integer |
None. |
| NextPage |
Link to the next page. |
string |
None. |
| PreviousPage |
Link to the previous page. |
string |
None. |
| LastPage |
Link to the last page. |
string |
None. |
| FirstPage |
Link to the first page. |
string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.