POST api/FinalInspReport/ExportRawDataColumnWise

Request Information

URI Parameters

None.

Body Parameters

FinalInspectionModel
NameDescriptionTypeAdditional information
from_date

string

None.

to_date

string

None.

date_type

string

None.

userId

integer

None.

type

string

None.

activity_id

integer

None.

vendor_id

integer

None.

category_id

integer

None.

act_name

string

None.

path

string

None.

fg_code

string

None.

style_no

string

None.

inspection_id

integer

None.

json

string

None.

FileName

string

None.

fileName

string

None.

file

string

None.

webApiHostingUrl

string

None.

defectImgPath

string

None.

inspectionReportFilePath

string

None.

repfilepth

string

None.

activity_fixed_type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "from_date": "sample string 1",
  "to_date": "sample string 2",
  "date_type": "sample string 3",
  "userId": 4,
  "type": "sample string 5",
  "activity_id": 6,
  "vendor_id": 7,
  "category_id": 8,
  "act_name": "sample string 9",
  "path": "sample string 10",
  "fg_code": "sample string 11",
  "style_no": "sample string 12",
  "inspection_id": 13,
  "json": "sample string 14",
  "FileName": "sample string 15",
  "fileName": "sample string 16",
  "file": "sample string 17",
  "webApiHostingUrl": "sample string 18",
  "defectImgPath": "sample string 19",
  "inspectionReportFilePath": "sample string 20",
  "repfilepth": "sample string 21",
  "activity_fixed_type": "sample string 22"
}

application/xml, text/xml

Sample:
<FinalInspectionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BKSource2Api.Models">
  <FileName>sample string 15</FileName>
  <act_name>sample string 9</act_name>
  <activity_fixed_type>sample string 22</activity_fixed_type>
  <activity_id>6</activity_id>
  <category_id>8</category_id>
  <date_type>sample string 3</date_type>
  <defectImgPath>sample string 19</defectImgPath>
  <fg_code>sample string 11</fg_code>
  <file>sample string 17</file>
  <fileName>sample string 16</fileName>
  <from_date>sample string 1</from_date>
  <inspectionReportFilePath>sample string 20</inspectionReportFilePath>
  <inspection_id>13</inspection_id>
  <json>sample string 14</json>
  <path>sample string 10</path>
  <repfilepth>sample string 21</repfilepth>
  <style_no>sample string 12</style_no>
  <to_date>sample string 2</to_date>
  <type>sample string 5</type>
  <userId>4</userId>
  <vendor_id>7</vendor_id>
  <webApiHostingUrl>sample string 18</webApiHostingUrl>
</FinalInspectionModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.