POST CityMaster/GetComboCityMaster

Request Information

URI Parameters

None.

Body Parameters

tbl_CityMasterProp
NameDescriptionTypeAdditional information
CityCode

integer

None.

isActive

integer

None.

CityName

string

None.

StateCode

integer

None.

CreatedBy

integer

None.

CreatedDateTime

date

None.

UpdatedBy

integer

None.

UpdatedDateTime

date

None.

SearchBy

string

None.

SearchVal

string

None.

PageNo

integer

None.

RecordCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CityCode": 1,
  "isActive": 2,
  "CityName": "sample string 3",
  "StateCode": 4,
  "CreatedBy": 5,
  "CreatedDateTime": "2024-03-28T09:29:10.2157231-07:00",
  "UpdatedBy": 7,
  "UpdatedDateTime": "2024-03-28T09:29:10.2157231-07:00",
  "SearchBy": "sample string 9",
  "SearchVal": "sample string 10",
  "PageNo": 11,
  "RecordCount": 12
}

text/html

Sample:
{"CityCode":1,"isActive":2,"CityName":"sample string 3","StateCode":4,"CreatedBy":5,"CreatedDateTime":"2024-03-28T09:29:10.2157231-07:00","UpdatedBy":7,"UpdatedDateTime":"2024-03-28T09:29:10.2157231-07:00","SearchBy":"sample string 9","SearchVal":"sample string 10","PageNo":11,"RecordCount":12}

application/xml, text/xml

Sample:
<tbl_CityMasterProp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClaimManagementProp">
  <CityCode>1</CityCode>
  <CityName>sample string 3</CityName>
  <CreatedBy>5</CreatedBy>
  <CreatedDateTime>2024-03-28T09:29:10.2157231-07:00</CreatedDateTime>
  <PageNo>11</PageNo>
  <RecordCount>12</RecordCount>
  <SearchBy>sample string 9</SearchBy>
  <SearchVal>sample string 10</SearchVal>
  <StateCode>4</StateCode>
  <UpdatedBy>7</UpdatedBy>
  <UpdatedDateTime>2024-03-28T09:29:10.2157231-07:00</UpdatedDateTime>
  <isActive>2</isActive>
</tbl_CityMasterProp>

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

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.