GET api/Inventory/Heads
Get all inventory basis heads in paged format
Request Information
URI Parameters
None.
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 and lines
PagedInventoryBasisHeadResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| InventoryBasisHeadResponses |
Collection of inventory basis responses |
Collection of InventoryBasisHead |
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.