POST api/BVGMaintenance?i={i}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| i | integer |
Required |
Body Parameters
BVGMaintenanceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | integer |
None. |
|
| AccId | integer |
None. |
|
| UserId | integer |
None. |
|
| RoleId | integer |
None. |
|
| VehicleId | integer |
None. |
|
| TechnicianId | integer |
None. |
|
| ComplaintId | integer |
None. |
|
| Status | string |
None. |
|
| ComplaintDtls | string |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| ComplImage | string |
None. |
|
| FromDate | string |
None. |
|
| Date | string |
None. |
|
| ToDate | string |
None. |
|
| WardName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": 1,
"AccId": 2,
"UserId": 3,
"RoleId": 4,
"VehicleId": 5,
"TechnicianId": 6,
"ComplaintId": 7,
"Status": "sample string 8",
"ComplaintDtls": "sample string 9",
"Latitude": 10.1,
"Longitude": 11.1,
"ComplImage": "sample string 12",
"FromDate": "sample string 13",
"Date": "sample string 14",
"ToDate": "sample string 15",
"WardName": "sample string 16"
}
application/xml, text/xml
Sample:
<BVGMaintenanceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SWMAPIs.Models"> <AccId>2</AccId> <ComplImage>sample string 12</ComplImage> <ComplaintDtls>sample string 9</ComplaintDtls> <ComplaintId>7</ComplaintId> <Date>sample string 14</Date> <FromDate>sample string 13</FromDate> <Latitude>10.1</Latitude> <Longitude>11.1</Longitude> <Mode>1</Mode> <RoleId>4</RoleId> <Status>sample string 8</Status> <TechnicianId>6</TechnicianId> <ToDate>sample string 15</ToDate> <UserId>3</UserId> <VehicleId>5</VehicleId> <WardName>sample string 16</WardName> </BVGMaintenanceModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |