POST api/v1/setup_LocalGovt
Request Information
URI Parameters
None.
Body Parameters
Setup_LocalGovtVM| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
            Sample:
                    
Sample not available.