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 InventoryBasisHeadLight |
None. |
|
| TotalPages | integer |
None. |
|
| NextPage | string |
None. |
|
| PreviousPage | string |
None. |
|
| LastPage | string |
None. |
|
| FirstPage | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.