POST api/ZilaPradesh/ZilaPardeshAddUpdate

Request Information

URI Parameters

None.

Body Parameters

ZilaListEntity
NameDescriptionTypeAdditional information
Id

integer

None.

DID

integer

None.

PradeshName

string

None.

JilaName

string

None.

OfAddress

string

None.

Pradeshadhyaksh

string

None.

PradeshadhyakshSignPath

string

None.

Pradeshmahamantri

string

None.

PradeshmahamantriSignPath

string

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "DID": 2,
  "PradeshName": "sample string 3",
  "JilaName": "sample string 4",
  "OfAddress": "sample string 5",
  "Pradeshadhyaksh": "sample string 6",
  "PradeshadhyakshSignPath": "sample string 7",
  "Pradeshmahamantri": "sample string 8",
  "PradeshmahamantriSignPath": "sample string 9",
  "IsActive": true
}

application/xml, text/xml

Sample:
<ZilaListEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
  <DID>2</DID>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <JilaName>sample string 4</JilaName>
  <OfAddress>sample string 5</OfAddress>
  <PradeshName>sample string 3</PradeshName>
  <Pradeshadhyaksh>sample string 6</Pradeshadhyaksh>
  <PradeshadhyakshSignPath>sample string 7</PradeshadhyakshSignPath>
  <Pradeshmahamantri>sample string 8</Pradeshmahamantri>
  <PradeshmahamantriSignPath>sample string 9</PradeshmahamantriSignPath>
</ZilaListEntity>

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.