Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Now the partner should match the available user with their user. First priority should be on the given clientID.

when the partner manages the users:

As there is no clientID given for user 16, the partner should update this user. Either the user can be matched – the user will be sent via PUT /users/{ID}, or the matching is unclear and no action is taken fromt he partner.

...

Codeblock
PUT /users/16 
{
    "ID": "16"
    "clientID":"123_258"
    .... //more fields
}

If the partner does not manage the users and uses only functionality userList, he can not address unmatched users in hotelkit.

Request Import

When a user could be matched between both systems he can be adressed in the message import.

...