Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Get the list of all the cleanings for the next 2 weeks (from today until 15 days).

Endpoint: https://ws.icnea.net/cleaning_get_services.aspx?user=$8$8$8$&owner=8

You will get this information in the JSON:

Parameter

Type

Description

lodging_id

integer

property ID

cleaning_id

string

unique ID for this cleaning

booking_id

integer

reservation ID in Icnea.

This field will be empty when the cleaning is not from a reservation.

date

date

date of the cleaning. It wil never be empty.

hour

string

hour of the cleaning. It will only be provided when the PM has added it in the system.

type

string

type of cleaning

  • check_out_cleaning: cleaning the day of the check-out

  • extra_cleaning: extra cleaning during the stay of the hsot

  • maintenance_cleaning: cleaning outside of a reservation, the ones that are done to have the apartments in good conditions on long periods of emtpy apartments

remarks

string

any information that the PM has put in the system for the cleaning staff

Example of a JSON:

{
  "cleaning_services":{
    "services":[
    {
      "lodging_id":"81003",
      "cleaning_id":"42e88b96-6071-4fdf-961c-e1fccea38f49",
      "booking_id":"135454",
      "date":"2020-02-29",
      "hour":"",
      "type":"extra_cleaning",
      "remarks":""
    },{
      "lodging_id":"81006",
      "cleaning_id":"aa926ac5-5b3e-4e59-834b-d6367a8f53d4",
      "booking_id":"135398",
      "date":"2020-03-08",
      "hour":"",
      "type":"check_out_cleaning",
      "remarks":""
    }]
  }
}

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.