DELETE api/VehicleMaster/Delete

Request Information

URI Parameters

None.

Body Parameters

VechicleMasterViewModel
NameDescriptionTypeAdditional information
VechicleMasterId

integer

None.

RegistrationNumber

string

None.

VechicalManufactureNameID

integer

None.

VechicalMakeID

integer

None.

VechicalModelID

integer

None.

Manufactureyear

integer

None.

RegisteredOwner

string

None.

VendorId

integer

None.

RCImageIDpath

string

None.

VechicleImageIDPath

string

None.

TotalSeats

integer

None.

FuelType

integer

None.

VechicleStatusID

integer

None.

Manufacture

string

None.

vendor

string

None.

PageNo

integer

None.

PageSize

integer

None.

SortOrder

string

None.

SortColumn

string

None.

RowCount

integer

None.

CreatedDate

date

None.

CreatedBy_ID

integer

None.

ModifiedDate

date

None.

ModifiedBy_ID

integer

None.

SchoolID

integer

None.

GroupID

integer

None.

ISDeleted

boolean

None.

Sessionyear

integer

None.

ASGMapping_Id

integer

None.

sgmapping_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "vechiclemasterid": 1,
  "registrationnumber": "sample string 2",
  "vechicalmanufacturenameid": 1,
  "vechicalmakeid": 1,
  "vechicalmodelid": 1,
  "manufactureyear": 1,
  "registeredowner": "sample string 3",
  "vendorid": 1,
  "rcimageidpath": "sample string 4",
  "vechicleimageidpath": "sample string 5",
  "totalseats": 1,
  "fueltype": 1,
  "vechiclestatusid": 1,
  "manufacture": "sample string 6",
  "vendor": "sample string 7",
  "pageno": 8,
  "pagesize": 9,
  "sortorder": "sample string 10",
  "sortcolumn": "sample string 11",
  "rowcount": 12,
  "createddate": "2025-12-06T12:29:21.4371775+05:30",
  "createdby_id": 14,
  "modifieddate": "2025-12-06T12:29:21.4371775+05:30",
  "modifiedby_id": 1,
  "schoolid": 1,
  "groupid": 1,
  "isdeleted": true,
  "sessionyear": 1,
  "asgmapping_id": 15,
  "sgmapping_id": 16
}

application/xml, text/xml

Sample:
<VechicleMasterViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Model.Transport">
  <ASGMapping_Id xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">15</ASGMapping_Id>
  <CreatedBy_ID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">14</CreatedBy_ID>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">2025-12-06T12:29:21.4371775+05:30</CreatedDate>
  <GroupID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">1</GroupID>
  <ISDeleted xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">true</ISDeleted>
  <ModifiedBy_ID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">1</ModifiedBy_ID>
  <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">2025-12-06T12:29:21.4371775+05:30</ModifiedDate>
  <SchoolID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">1</SchoolID>
  <Sessionyear xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">1</Sessionyear>
  <sgmapping_id xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">16</sgmapping_id>
  <FuelType>1</FuelType>
  <Manufacture>sample string 6</Manufacture>
  <Manufactureyear>1</Manufactureyear>
  <PageNo>8</PageNo>
  <PageSize>9</PageSize>
  <RCImageIDpath>sample string 4</RCImageIDpath>
  <RegisteredOwner>sample string 3</RegisteredOwner>
  <RegistrationNumber>sample string 2</RegistrationNumber>
  <RowCount>12</RowCount>
  <SortColumn>sample string 11</SortColumn>
  <SortOrder>sample string 10</SortOrder>
  <TotalSeats>1</TotalSeats>
  <VechicalMakeID>1</VechicalMakeID>
  <VechicalManufactureNameID>1</VechicalManufactureNameID>
  <VechicalModelID>1</VechicalModelID>
  <VechicleImageIDPath>sample string 5</VechicleImageIDPath>
  <VechicleMasterId>1</VechicleMasterId>
  <VechicleStatusID>1</VechicleStatusID>
  <VendorId>1</VendorId>
  <vendor>sample string 7</vendor>
</VechicleMasterViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.