GET api/Inventory/Lines/{headId}
Get all inventory basis lines associated with a given inventory basis head in paged format
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| headId |
The associated inventory basis head ID |
globally unique identifier |
Required |
Body Parameters
None.
Remarks
None.
Example
Gets all inventory bases on the fifth page
http://localhost/api/Inventory/Lines/90F0BF41-2473-47BD-A084-DBEEE0CFB0AD?pageNumber=5&pageSize=25
Response Information
Resource Description
A paged response containing a list of the affected subset of inventory basis lines
PagedInventoryBasisLineResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| InventoryBasisLineResponses | Collection of InventoryBasisLine |
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.