PUT api/DistrictZoneMapping

Request Information

URI Parameters

None.

Body Parameters

C_DistrictZoneMapping
NameDescriptionTypeAdditional information
Id

integer

None.

DistrictId

integer

None.

EmpCode

string

None.

StateId

integer

None.

ZoneCode

integer

None.

HeadEmpCode

string

None.

CreatedBy

integer

None.

CreatedOn

date

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "DistrictId": 2,
  "EmpCode": "sample string 3",
  "StateId": 4,
  "ZoneCode": 5,
  "HeadEmpCode": "sample string 6",
  "CreatedBy": 1,
  "CreatedOn": "2024-04-28T11:29:19.1640065+00:00",
  "ModifiedBy": 1,
  "ModifiedOn": "2024-04-28T11:29:19.1640065+00:00"
}

application/xml, text/xml

Sample:
<C_DistrictZoneMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models">
  <CreatedBy>1</CreatedBy>
  <CreatedOn>2024-04-28T11:29:19.1640065+00:00</CreatedOn>
  <DistrictId>2</DistrictId>
  <EmpCode>sample string 3</EmpCode>
  <HeadEmpCode>sample string 6</HeadEmpCode>
  <Id>1</Id>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedOn>2024-04-28T11:29:19.1640065+00:00</ModifiedOn>
  <StateId>4</StateId>
  <ZoneCode>5</ZoneCode>
</C_DistrictZoneMapping>

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_DistrictZoneMapping'.

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.