POST api/InventoryTurnReport

Request Information

URI Parameters

None.

Body Parameters

IConnect.Domain.Reports.Products.InventoryTurnReport.ReportViewModel
NameDescriptionTypeAdditional information
SelectedCategory

integer

None.

SelectedManufacturer

integer

None.

SearchTerm

string

None.

SelectedCompanies

Collection of integer

None.

OrderSource

IConnect.Domain.Orders.DisplayOrderSource

None.

Start

date

None.

End

date

None.

StartDateObjectString

string

None.

EndDateObjectString

string

None.

SkipTimeZoneConvertion

boolean

None.

ForceImmediateExport

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "SelectedCategory": 1,
  "SelectedManufacturer": 2,
  "SearchTerm": "sample string 3",
  "SelectedCompanies": [
    1,
    2
  ],
  "OrderSource": 1,
  "Start": "2024-10-18T04:36:53.4591828-04:00",
  "End": "2024-10-18T04:36:53.4591828-04:00",
  "StartDateObjectString": "{\"year\":2024,\"month\":10,\"date\":18,\"hours\":4,\"minutes\":36,\"seconds\":53,\"miliseconds\":459}",
  "EndDateObjectString": "{\"year\":2024,\"month\":10,\"date\":18,\"hours\":4,\"minutes\":36,\"seconds\":53,\"miliseconds\":459}",
  "SkipTimeZoneConvertion": true,
  "ForceImmediateExport": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IConnect.Domain.Reports.Products.InventoryTurnReport.ReportItem
NameDescriptionTypeAdditional information
LocationName

string

None.

Category

string

None.

Cost

decimal number

None.

QuantitySold

decimal number

None.

CostOfGoodSold

decimal number

None.

StartInventoryCost

decimal number

None.

EndInventoryCost

decimal number

None.

InventoryTurn

decimal number

None.

ProductId

integer

None.

LocationId

integer

None.

CategoryId

integer

None.

ParentCategoryId

integer

None.

Order

integer

None.

IsLeaf

boolean

None.

Level

integer

None.

ChildrenList

Collection of IConnect.Domain.Reports.Products.InventoryTurnReport.ReportItem

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.