POST api/AED_SocietyNoOfFlat

Request Information

URI Parameters

None.

Body Parameters

Add_No_Of_Flat
NameDescriptionTypeAdditional information
SOCIETY_ID

string

None.

WING_ID

string

None.

FLAT_TYPE

string

None.

NO_OF_FLAT

string

None.

TASK

string

None.

EXTRA1

string

None.

EXTRA2

string

None.

EXTRA3

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SOCIETY_ID": "sample string 1",
  "WING_ID": "sample string 2",
  "FLAT_TYPE": "sample string 3",
  "NO_OF_FLAT": "sample string 4",
  "TASK": "sample string 5",
  "EXTRA1": "sample string 6",
  "EXTRA2": "sample string 7",
  "EXTRA3": "sample string 8"
}

application/xml, text/xml

Sample:
<Add_No_Of_Flat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiTownClub.Models">
  <EXTRA1>sample string 6</EXTRA1>
  <EXTRA2>sample string 7</EXTRA2>
  <EXTRA3>sample string 8</EXTRA3>
  <FLAT_TYPE>sample string 3</FLAT_TYPE>
  <NO_OF_FLAT>sample string 4</NO_OF_FLAT>
  <SOCIETY_ID>sample string 1</SOCIETY_ID>
  <TASK>sample string 5</TASK>
  <WING_ID>sample string 2</WING_ID>
</Add_No_Of_Flat>

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.