PUT api/v1/setup_LocalGovt/{setup_LocalGovtId}/setup_LocalGovtId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
setup_LocalGovtId

integer

Required

Body Parameters

Setup_LocalGovtVM
NameDescriptionTypeAdditional information
localGovtId

integer

None.

localGovtName

string

None.

stateId

integer

None.

createdBy

integer

None.

tenantId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "localGovtId": 1,
  "localGovtName": "sample string 2",
  "stateId": 1,
  "createdBy": 3,
  "tenantId": 4
}

application/xml, text/xml

Sample:
<Setup_LocalGovtVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <createdBy>3</createdBy>
  <localGovtId>1</localGovtId>
  <localGovtName>sample string 2</localGovtName>
  <stateId>1</stateId>
  <tenantId>4</tenantId>
</Setup_LocalGovtVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.