POST api/bkQuality/reports/getReportsAutoMailer

Request Information

URI Parameters

None.

Body Parameters

BasicParams
NameDescriptionTypeAdditional information
companyID

integer

None.

userID

integer

None.

selectedUserID

integer

None.

appID

integer

None.

factoryID

integer

None.

locationgroupID

integer

None.

emailID

string

None.

lineID

integer

None.

APK_VER

integer

None.

androidToken

string

None.

notifTile

string

None.

notifBody

string

None.

brandID

integer

None.

processID

integer

None.

sizeID

integer

None.

styleID

integer

None.

fgCode

string

None.

vendorID

integer

None.

colorID

integer

None.

defectsID

integer

None.

orderID

integer

None.

markShipped

integer

None.

isShipped

integer

None.

setActive

integer

None.

inspectionID

integer

None.

orderDtID

integer

None.

duration

integer

None.

pieceStatus

string

None.

showInactive

string

None.

categoryID

integer

None.

fromDate

string

None.

toDate

string

None.

companyCode

string

None.

orderCheckingID

integer

None.

comments

string

None.

barcode

string

None.

projectID

integer

None.

projectName

string

None.

companyName

string

None.

uuid

string

None.

deviceName

string

None.

getOrSet

string

None.

reportType

string

None.

prodDate

string

None.

resourceQty

integer

None.

otMins

integer

None.

actualMins

integer

None.

otResourceQty

integer

None.

sourcingCompanyID

integer

None.

vendorCode

string

None.

fullBarcode

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "companyID": 1,
  "userID": 2,
  "selectedUserID": 3,
  "appID": 4,
  "factoryID": 5,
  "locationgroupID": 6,
  "emailID": "sample string 7",
  "lineID": 8,
  "apK_VER": 9,
  "androidToken": "sample string 10",
  "notifTile": "sample string 11",
  "notifBody": "sample string 12",
  "brandID": 13,
  "processID": 14,
  "sizeID": 15,
  "styleID": 16,
  "fgCode": "sample string 17",
  "vendorID": 18,
  "colorID": 19,
  "defectsID": 20,
  "orderID": 21,
  "markShipped": 22,
  "isShipped": 23,
  "setActive": 24,
  "inspectionID": 25,
  "orderDtID": 26,
  "duration": 27,
  "pieceStatus": "sample string 28",
  "showInactive": "sample string 29",
  "categoryID": 30,
  "fromDate": "sample string 31",
  "toDate": "sample string 32",
  "companyCode": "sample string 33",
  "orderCheckingID": 34,
  "comments": "sample string 35",
  "barcode": "sample string 36",
  "projectID": 37,
  "projectName": "sample string 38",
  "companyName": "sample string 39",
  "uuid": "sample string 40",
  "deviceName": "sample string 41",
  "getOrSet": "sample string 42",
  "reportType": "sample string 43",
  "prodDate": "sample string 44",
  "resourceQty": 45,
  "otMins": 46,
  "actualMins": 47,
  "otResourceQty": 48,
  "sourcingCompanyID": 49,
  "vendorCode": "sample string 50",
  "fullBarcode": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.