POST services/api/v1/Get_SalesAnalysisDetails

Request Information

URI Parameters

None.

Body Parameters

FromDate_ToDate_LocationId_Id
NameDescriptionTypeAdditional information
FromDate

date

None.

ToDate

date

None.

LocationId

integer

None.

Id

integer

None.

Type

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "FromDate": "2026-09-09T15:08:03.2698135+04:00",
  "ToDate": "2026-09-09T15:08:03.2698135+04:00",
  "LocationId": 3,
  "Id": 4,
  "Type": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of FromDate_ToDate_LocationId_Id
NameDescriptionTypeAdditional information
FromDate

date

None.

ToDate

date

None.

LocationId

integer

None.

Id

integer

None.

Type

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "FromDate": "2026-09-09T15:08:03.2698135+04:00",
    "ToDate": "2026-09-09T15:08:03.2698135+04:00",
    "LocationId": 3,
    "Id": 4,
    "Type": 5
  },
  {
    "FromDate": "2026-09-09T15:08:03.2698135+04:00",
    "ToDate": "2026-09-09T15:08:03.2698135+04:00",
    "LocationId": 3,
    "Id": 4,
    "Type": 5
  }
]