LostItem
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the LostItem. |
property | Property | true | Property related to this LostItem. |
date | Date | true | The date when the item was lost. |
name | String | true | Name of the LostItem. |
foundBy | String | false | Name of who found the LostItem. |
room | Room | false | Room where the LostItem was found. |
location | String | false | Location of the LostItem. |
reservationRoomStay | ReservationRoomStay | false | ReservationRoomStay related to the LostItem. |
profile | Profile | false | Profile related to the LostItem. |
guest | String | false | Guest name related to the LostItem. |
remark | String | false | Some comments, explanations or remarks about the LostItem. |
deliveredTo | String | false | Name of the person who received the LostItem. |
dateOfDelivery | Date | false | Date when the LostItem was delivered to its owner. |
documentNumber | String | false | Document number of the person who receives the LostItem. |
remarkOfDelivery | String | false | Comments, remarks or explanations about the delivery of the LostItem. |
lostItemStatusType | LostItemStatusType | true | Status of the LostItem. |
JSON representation
{ "id": 1, "createdDate": "2018-08-03T13:51:53.547Z", "modifiedDate": "2018-08-03T13:51:53.547Z", "createdUser": 0, "modifiedUser": 0, "date": "2018-01-01", "name": "Item 1", "foundBy": "Pedro", "location": "Hall", "guest": "Carl Anaïs", "remark": "Remark item", "lostItemStatusType": { "id": 2, "code": "2", "name": "Lost", "nameI18n": "Lost", "colorCode": "#f57c00" }, "lostItemImageSet": [ { "id": 1, "createdDate": "2018-08-03T13:51:55.100Z", "modifiedDate": "2018-08-03T13:51:55.097Z", "createdUser": 0, "modifiedUser": 0, "imageName": "a5712954-b697-435b-b674-774d69dfdc28.jpg" } ], "mainImage": "a5712954-b697-435b-b674-774d69dfdc28.jpg" }