Custom Inventory Summary

Allows you to execute the custom inventory summary report for only a single item per request. This request returns the result set as a file attached to the response.

If output format is pipe-delimited, use the following:

GET.../report/custom_inventory_summary/?facility_id__code=FAC1&company_id_code=COM1&item_code=ITEM1

If the output format is XML use the following:

GET.../report/custom_inventory_summary.xml?item_code=<item_code>&company_id=<company_id>&facility_id=<facility_id>

The following “parameters” are required:

Parameter Type Required Default Description
facility_id integer C Required facility context.
facility_id__code string C Required facility context.
company_id integer C Required company context.
company_id_code string C Required company context.
item_code string X Specific item for the report.
write_header_line_flg boolean False Include the header line with field names?
  • Either `facility_id` or `facility_id__code` is required
  • Either `company_id` or company_id_code` is required