GET Notification/GetRentNotifications?renter_id={renter_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
renter_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

NotificationRenterListResponse
NameDescriptionTypeAdditional information
success

boolean

None.

message

string

None.

notifications

Collection of NotificationRenterResponseForListNew

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "message": "sample string 2",
  "notifications": [
    {
      "ID": 1,
      "adv_id": 1,
      "type": 1,
      "owner_id": 1,
      "renter_id": 1,
      "rent_status": 1,
      "created_date": "2025-11-08T13:19:42.5358047+03:00",
      "rent_start_date": "2025-11-08T13:19:42.5358047+03:00",
      "rent_end_date": "2025-11-08T13:19:42.5358047+03:00",
      "price": 1.0,
      "renter_note": "sample string 1",
      "cancel_note": "sample string 2",
      "owner_name": "sample string 3",
      "owner_surname": "sample string 4",
      "owner_email": "sample string 5",
      "owner_phone": "sample string 6",
      "is_owner_load_before_photo": true,
      "is_owner_load_after_photo": true,
      "is_renter_load_before_photo": true,
      "is_renter_load_after_photo": true,
      "payment_status": true,
      "renterComment": [
        {
          "ID": 1,
          "UserID": 1,
          "CommentedBy": 1,
          "RentID": 1,
          "Comment": "sample string 2",
          "Point": 1,
          "Status": 1,
          "CreatedDate": "2025-11-08T13:19:42.5358047+03:00"
        },
        {
          "ID": 1,
          "UserID": 1,
          "CommentedBy": 1,
          "RentID": 1,
          "Comment": "sample string 2",
          "Point": 1,
          "Status": 1,
          "CreatedDate": "2025-11-08T13:19:42.5358047+03:00"
        }
      ]
    },
    {
      "ID": 1,
      "adv_id": 1,
      "type": 1,
      "owner_id": 1,
      "renter_id": 1,
      "rent_status": 1,
      "created_date": "2025-11-08T13:19:42.5358047+03:00",
      "rent_start_date": "2025-11-08T13:19:42.5358047+03:00",
      "rent_end_date": "2025-11-08T13:19:42.5358047+03:00",
      "price": 1.0,
      "renter_note": "sample string 1",
      "cancel_note": "sample string 2",
      "owner_name": "sample string 3",
      "owner_surname": "sample string 4",
      "owner_email": "sample string 5",
      "owner_phone": "sample string 6",
      "is_owner_load_before_photo": true,
      "is_owner_load_after_photo": true,
      "is_renter_load_before_photo": true,
      "is_renter_load_after_photo": true,
      "payment_status": true,
      "renterComment": [
        {
          "ID": 1,
          "UserID": 1,
          "CommentedBy": 1,
          "RentID": 1,
          "Comment": "sample string 2",
          "Point": 1,
          "Status": 1,
          "CreatedDate": "2025-11-08T13:19:42.5358047+03:00"
        },
        {
          "ID": 1,
          "UserID": 1,
          "CommentedBy": 1,
          "RentID": 1,
          "Comment": "sample string 2",
          "Point": 1,
          "Status": 1,
          "CreatedDate": "2025-11-08T13:19:42.5358047+03:00"
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<NotificationRenterListResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RentekerAPIProject.Controllers">
  <message>sample string 2</message>
  <notifications>
    <NotificationRenterResponseForListNew>
      <ID>1</ID>
      <adv_id>1</adv_id>
      <cancel_note>sample string 2</cancel_note>
      <created_date>2025-11-08T13:19:42.5358047+03:00</created_date>
      <is_owner_load_after_photo>true</is_owner_load_after_photo>
      <is_owner_load_before_photo>true</is_owner_load_before_photo>
      <is_renter_load_after_photo>true</is_renter_load_after_photo>
      <is_renter_load_before_photo>true</is_renter_load_before_photo>
      <owner_email>sample string 5</owner_email>
      <owner_id>1</owner_id>
      <owner_name>sample string 3</owner_name>
      <owner_phone>sample string 6</owner_phone>
      <owner_surname>sample string 4</owner_surname>
      <payment_status>true</payment_status>
      <price>1</price>
      <rent_end_date>2025-11-08T13:19:42.5358047+03:00</rent_end_date>
      <rent_start_date>2025-11-08T13:19:42.5358047+03:00</rent_start_date>
      <rent_status>1</rent_status>
      <renterComment xmlns:d4p1="http://schemas.datacontract.org/2004/07/RentekerAPIProject">
        <d4p1:RenterComments>
          <d4p1:Comment>sample string 2</d4p1:Comment>
          <d4p1:CommentedBy>1</d4p1:CommentedBy>
          <d4p1:CreatedDate>2025-11-08T13:19:42.5358047+03:00</d4p1:CreatedDate>
          <d4p1:ID>1</d4p1:ID>
          <d4p1:Point>1</d4p1:Point>
          <d4p1:RentID>1</d4p1:RentID>
          <d4p1:Status>1</d4p1:Status>
          <d4p1:UserID>1</d4p1:UserID>
        </d4p1:RenterComments>
        <d4p1:RenterComments>
          <d4p1:Comment>sample string 2</d4p1:Comment>
          <d4p1:CommentedBy>1</d4p1:CommentedBy>
          <d4p1:CreatedDate>2025-11-08T13:19:42.5358047+03:00</d4p1:CreatedDate>
          <d4p1:ID>1</d4p1:ID>
          <d4p1:Point>1</d4p1:Point>
          <d4p1:RentID>1</d4p1:RentID>
          <d4p1:Status>1</d4p1:Status>
          <d4p1:UserID>1</d4p1:UserID>
        </d4p1:RenterComments>
      </renterComment>
      <renter_id>1</renter_id>
      <renter_note>sample string 1</renter_note>
      <type>1</type>
    </NotificationRenterResponseForListNew>
    <NotificationRenterResponseForListNew>
      <ID>1</ID>
      <adv_id>1</adv_id>
      <cancel_note>sample string 2</cancel_note>
      <created_date>2025-11-08T13:19:42.5358047+03:00</created_date>
      <is_owner_load_after_photo>true</is_owner_load_after_photo>
      <is_owner_load_before_photo>true</is_owner_load_before_photo>
      <is_renter_load_after_photo>true</is_renter_load_after_photo>
      <is_renter_load_before_photo>true</is_renter_load_before_photo>
      <owner_email>sample string 5</owner_email>
      <owner_id>1</owner_id>
      <owner_name>sample string 3</owner_name>
      <owner_phone>sample string 6</owner_phone>
      <owner_surname>sample string 4</owner_surname>
      <payment_status>true</payment_status>
      <price>1</price>
      <rent_end_date>2025-11-08T13:19:42.5358047+03:00</rent_end_date>
      <rent_start_date>2025-11-08T13:19:42.5358047+03:00</rent_start_date>
      <rent_status>1</rent_status>
      <renterComment xmlns:d4p1="http://schemas.datacontract.org/2004/07/RentekerAPIProject">
        <d4p1:RenterComments>
          <d4p1:Comment>sample string 2</d4p1:Comment>
          <d4p1:CommentedBy>1</d4p1:CommentedBy>
          <d4p1:CreatedDate>2025-11-08T13:19:42.5358047+03:00</d4p1:CreatedDate>
          <d4p1:ID>1</d4p1:ID>
          <d4p1:Point>1</d4p1:Point>
          <d4p1:RentID>1</d4p1:RentID>
          <d4p1:Status>1</d4p1:Status>
          <d4p1:UserID>1</d4p1:UserID>
        </d4p1:RenterComments>
        <d4p1:RenterComments>
          <d4p1:Comment>sample string 2</d4p1:Comment>
          <d4p1:CommentedBy>1</d4p1:CommentedBy>
          <d4p1:CreatedDate>2025-11-08T13:19:42.5358047+03:00</d4p1:CreatedDate>
          <d4p1:ID>1</d4p1:ID>
          <d4p1:Point>1</d4p1:Point>
          <d4p1:RentID>1</d4p1:RentID>
          <d4p1:Status>1</d4p1:Status>
          <d4p1:UserID>1</d4p1:UserID>
        </d4p1:RenterComments>
      </renterComment>
      <renter_id>1</renter_id>
      <renter_note>sample string 1</renter_note>
      <type>1</type>
    </NotificationRenterResponseForListNew>
  </notifications>
  <success>true</success>
</NotificationRenterListResponse>