Zvini
22:29:37

« Place » sendExisting

place/sendExisting - Sends an existing place.
Method parameters:
id - The ID of the place to send.
receiver_username - The Zvini username of the receiver.
Returns a JSON document of the following format:
<boolean> - Always true.
Expected errors:
PLACE_NOT_FOUND - A place with the ID doesn't exist.
ENTER_RECEIVER_USERNAME - The receiver username is empty.
INVALID_RECEIVER_USERNAME - The receiver username is invalid.
RECEIVER_NOT_FOUND - No such receiver with the username.
RECEIVER_NOT_RECEIVING - The receiver hasn't opened a connection to receive places from you.