POST api/ChartVacancy/UploadCSV

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

AlhDataTableServerSideResponseModel
NameDescriptionTypeAdditional information
draw

integer

None.

recordsTotal

integer

None.

recordsFiltered

integer

None.

data

Collection of DbSetModel

None.

ColSums

Dictionary of string [key] and Object [value]

None.

dataType

Type

None.

Response Formats

application/json, text/json

Sample:
{
  "draw": 1,
  "recordsTotal": 2,
  "recordsFiltered": 3,
  "data": [
    {},
    {}
  ],
  "ColSums": {
    "sample string 1": {},
    "sample string 3": {}
  },
  "dataType": null
}