POST api/minor/insertinspection
Request Information
URI Parameters
None.
Body Parameters
InpectionRequestEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiUserName | string |
None. |
|
| Token | string |
None. |
|
| Id | integer |
None. |
|
| SchemeId | integer |
None. |
|
| FinYearId | integer |
None. |
|
| ApplicantId | integer |
None. |
|
| Latitute | string |
None. |
|
| Longitute | string |
None. |
|
| Photo | string |
None. |
|
| Remark | string |
None. |
|
| StatusId | integer |
None. |
|
| DeviceId | string |
None. |
|
| ProcId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ApiUserName": "sample string 1",
"Token": "sample string 2",
"Id": 3,
"SchemeId": 4,
"FinYearId": 5,
"ApplicantId": 6,
"Latitute": "sample string 7",
"Longitute": "sample string 8",
"Photo": "sample string 9",
"Remark": "sample string 10",
"StatusId": 11,
"DeviceId": "sample string 12",
"ProcId": 13
}
application/xml, text/xml
Sample:
<InpectionRequestEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MinorAPI.Models"> <ApiUserName>sample string 1</ApiUserName> <ApplicantId>6</ApplicantId> <DeviceId>sample string 12</DeviceId> <FinYearId>5</FinYearId> <Id>3</Id> <Latitute>sample string 7</Latitute> <Longitute>sample string 8</Longitute> <Photo>sample string 9</Photo> <ProcId>13</ProcId> <Remark>sample string 10</Remark> <SchemeId>4</SchemeId> <StatusId>11</StatusId> <Token>sample string 2</Token> </InpectionRequestEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
InpectionResponseEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| respCode | string |
None. |
|
| respMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"respCode": "sample string 1",
"respMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<InpectionResponseEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MinorAPI.Models"> <respCode>sample string 1</respCode> <respMessage>sample string 2</respMessage> </InpectionResponseEntity>