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
NameDescriptionTypeAdditional information
InventoryBasisHeadResponses

Collection of InventoryBasisHead

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.