GET api/LandRentMazad/GetAllLandRentMazads
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LandRentMazadVM| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Ta2menValue | decimal number |
None. |
|
| KorrasaValue | decimal number |
None. |
|
| NewValue | decimal number |
None. |
|
| MazadAdsDate | date |
None. |
|
| MazadOpenValue | decimal number |
None. |
|
| AinID | integer |
None. |
|
| AinTitle | string |
None. |
|
| WakfName | string |
None. |
|
| WakfDesc | string |
None. |
|
| STREET_NAME | string |
None. |
|
| COUNTRY_NAME | string |
None. |
|
| SECTION_NAME | string |
None. |
|
| SUBSECTION_NAME | string |
None. |
|
| GOVERNORATE_NAME | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Ta2menValue": 1.1,
"KorrasaValue": 1.1,
"NewValue": 1.1,
"MazadAdsDate": "2025-12-06T04:44:29.9195259+02:00",
"MazadOpenValue": 1.1,
"AinID": 2,
"AinTitle": "sample string 3",
"WakfName": "sample string 4",
"WakfDesc": "sample string 5",
"STREET_NAME": "sample string 6",
"COUNTRY_NAME": "sample string 7",
"SECTION_NAME": "sample string 8",
"SUBSECTION_NAME": "sample string 9",
"GOVERNORATE_NAME": "sample string 10"
},
{
"ID": 1,
"Ta2menValue": 1.1,
"KorrasaValue": 1.1,
"NewValue": 1.1,
"MazadAdsDate": "2025-12-06T04:44:29.9195259+02:00",
"MazadOpenValue": 1.1,
"AinID": 2,
"AinTitle": "sample string 3",
"WakfName": "sample string 4",
"WakfDesc": "sample string 5",
"STREET_NAME": "sample string 6",
"COUNTRY_NAME": "sample string 7",
"SECTION_NAME": "sample string 8",
"SUBSECTION_NAME": "sample string 9",
"GOVERNORATE_NAME": "sample string 10"
}
]
application/xml, text/xml
Sample:
<ArrayOfLandRentMazad.LandRentMazadVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FullAwqafDbDomain.Entities">
<LandRentMazad.LandRentMazadVM>
<AinID>2</AinID>
<AinTitle>sample string 3</AinTitle>
<COUNTRY_NAME>sample string 7</COUNTRY_NAME>
<GOVERNORATE_NAME>sample string 10</GOVERNORATE_NAME>
<ID>1</ID>
<KorrasaValue>1.1</KorrasaValue>
<MazadAdsDate>2025-12-06T04:44:29.9195259+02:00</MazadAdsDate>
<MazadOpenValue>1.1</MazadOpenValue>
<NewValue>1.1</NewValue>
<SECTION_NAME>sample string 8</SECTION_NAME>
<STREET_NAME>sample string 6</STREET_NAME>
<SUBSECTION_NAME>sample string 9</SUBSECTION_NAME>
<Ta2menValue>1.1</Ta2menValue>
<WakfDesc>sample string 5</WakfDesc>
<WakfName>sample string 4</WakfName>
</LandRentMazad.LandRentMazadVM>
<LandRentMazad.LandRentMazadVM>
<AinID>2</AinID>
<AinTitle>sample string 3</AinTitle>
<COUNTRY_NAME>sample string 7</COUNTRY_NAME>
<GOVERNORATE_NAME>sample string 10</GOVERNORATE_NAME>
<ID>1</ID>
<KorrasaValue>1.1</KorrasaValue>
<MazadAdsDate>2025-12-06T04:44:29.9195259+02:00</MazadAdsDate>
<MazadOpenValue>1.1</MazadOpenValue>
<NewValue>1.1</NewValue>
<SECTION_NAME>sample string 8</SECTION_NAME>
<STREET_NAME>sample string 6</STREET_NAME>
<SUBSECTION_NAME>sample string 9</SUBSECTION_NAME>
<Ta2menValue>1.1</Ta2menValue>
<WakfDesc>sample string 5</WakfDesc>
<WakfName>sample string 4</WakfName>
</LandRentMazad.LandRentMazadVM>
</ArrayOfLandRentMazad.LandRentMazadVM>