POST api/Property
Request Information
URI Parameters
None.
Body Parameters
Property| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ClientId | integer |
None. |
|
| Client | string |
None. |
|
| PropertyNumber | string |
None. |
|
| SocietyName | string |
None. |
|
| LandMark | string |
None. |
|
| Area | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| FullAddress | string |
None. |
|
| ZipCode | string |
None. |
|
| AuditId | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| LastModifiedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ClientId": 2,
"Client": "sample string 3",
"PropertyNumber": "sample string 4",
"SocietyName": "sample string 5",
"LandMark": "sample string 6",
"Area": "sample string 7",
"City": "sample string 8",
"State": "sample string 9",
"FullAddress": "sample string 10",
"ZipCode": "sample string 11",
"AuditId": 12,
"CreatedBy": 13,
"LastModifiedBy": 1
}
application/xml, text/xml
Sample:
<Property xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GRFMWebService.Domain"> <CreatedBy>13</CreatedBy> <LastModifiedBy>1</LastModifiedBy> <Area>sample string 7</Area> <AuditId>12</AuditId> <City>sample string 8</City> <Client>sample string 3</Client> <ClientId>2</ClientId> <FullAddress>sample string 10</FullAddress> <Id>1</Id> <LandMark>sample string 6</LandMark> <PropertyNumber>sample string 4</PropertyNumber> <SocietyName>sample string 5</SocietyName> <State>sample string 9</State> <ZipCode>sample string 11</ZipCode> </Property>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |