GET api/store/{id}/stocktake/export.csv?StoreID={StoreID}&HostIdentifier={HostIdentifier}&DepartmentCode={DepartmentCode}&ActiveOnly={ActiveOnly}
Export a .csv file for a third party stocktake export
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Store to export details from |
integer |
Required |
StoreID |
The store identifier for a new stocktake export file |
integer |
None. |
HostIdentifier |
The host identifier to use for item number information if specified |
globally unique identifier |
None. |
DepartmentCode |
The single department to product a file for if specified (will be all if not) |
string |
None. |
ActiveOnly |
Exclude inactive products from the stocktake file |
boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
.csv file
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel
Sample:
Sample not available.