POST api/InspectorInspectionNumbers
Request Information
URI Parameters
None.
Body Parameters
InspectionNumber| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| FullName | string |
None. |
|
| LevelDetailId | integer |
None. |
|
| Department | string |
None. |
|
| StartDate | string |
None. |
|
| ScheduleID | integer |
None. |
|
| IndustryId | integer |
None. |
|
| IndustryName | string |
None. |
|
| InspectionType | string |
None. |
|
| INT_TYPE | integer |
None. |
|
| DistrictId | integer |
None. |
|
| DistrictName | string |
None. |
|
| BlockId | integer |
None. |
|
| BlockName | string |
None. |
|
| IndustryNamew | string |
None. |
|
| token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"FullName": "sample string 2",
"LevelDetailId": 3,
"Department": "sample string 4",
"StartDate": "sample string 5",
"ScheduleID": 6,
"IndustryId": 7,
"IndustryName": "sample string 8",
"InspectionType": "sample string 9",
"INT_TYPE": 10,
"DistrictId": 11,
"DistrictName": "sample string 12",
"BlockId": 13,
"BlockName": "sample string 14",
"IndustryNamew": "sample string 15",
"token": "sample string 16"
}
application/xml, text/xml
Sample:
<InspectionNumber xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobileAPI_CICG.Models"> <BlockId>13</BlockId> <BlockName>sample string 14</BlockName> <Department>sample string 4</Department> <DistrictId>11</DistrictId> <DistrictName>sample string 12</DistrictName> <FullName>sample string 2</FullName> <INT_TYPE>10</INT_TYPE> <IndustryId>7</IndustryId> <IndustryName>sample string 8</IndustryName> <IndustryNamew>sample string 15</IndustryNamew> <InspectionType>sample string 9</InspectionType> <LevelDetailId>3</LevelDetailId> <ScheduleID>6</ScheduleID> <StartDate>sample string 5</StartDate> <UserId>1</UserId> <token>sample string 16</token> </InspectionNumber>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.