POST public-api/ic/item/inventory-activity-csv

Returns the same inventory-activity data as , but as a CSV file download (text/csv, attachment). Column names are the raw result field names. All filter options on (ExcludeEmptyQuantity, ExcludeMoveTransaction, etc.) are honored identically to the JSON endpoint.



Request Information

URI Parameters

None.

Body Parameters

InventoryActivityRequest
NameDescriptionTypeAdditional information
StartDate

date

None.

EndDate

date

None.

ItemNumber

string

None.

ExcludeMoveTransaction

boolean

None.

ExcludeEmptyQuantity

boolean

None.

Request Formats

application/json

Sample:
{
  "StartDate": "2026-07-18T14:17:00.7422843+00:00",
  "EndDate": "2026-07-18T14:17:00.7448054+00:00",
  "ItemNumber": "sample string 1",
  "ExcludeMoveTransaction": true,
  "ExcludeEmptyQuantity": true
}



Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.