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