DELETE api/DistrictMaster/DELETE

Request Information

URI Parameters

None.

Body Parameters

C_DistrictMaster
NameDescriptionTypeAdditional information
Id

integer

None.

DistrictName

string

None.

StateId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "DistrictName": "sample string 2",
  "StateId": 3
}

application/xml, text/xml

Sample:
<C_DistrictMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models">
  <DistrictName>sample string 2</DistrictName>
  <Id>1</Id>
  <StateId>3</StateId>
</C_DistrictMaster>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'C_DistrictMaster'.

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.