GET TCG2/api/TaskDay/TaskDay

Request Information

URI Parameters

None.

Body Parameters

QInformationModel
NameDescriptionTypeAdditional information
factoryId

string

None.

code

string

None.

date1

string

None.

date2

string

None.

Qty

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "factoryId": "sample string 1",
  "code": "sample string 2",
  "date1": "sample string 3",
  "date2": "sample string 4",
  "Qty": 5
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'QInformationModel'.

Response Information

Resource Description

Task7Model
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

data

Collection of PlantQtyType

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "data": [
    {
      "WorkName": "sample string 1",
      "TQtydt": 2,
      "TQtydt1": 3,
      "TQtydt2": 4,
      "TQtydt3": 5,
      "TQtydt4": 6,
      "TQtydt5": 7,
      "TQtydt6": 8
    },
    {
      "WorkName": "sample string 1",
      "TQtydt": 2,
      "TQtydt1": 3,
      "TQtydt2": 4,
      "TQtydt3": 5,
      "TQtydt4": 6,
      "TQtydt5": 7,
      "TQtydt6": 8
    }
  ]
}