documentation of operations possible between peers?

Hello,
Is there any documentation that outlines the list of operations that can be performed between Orthanc peers and how to perform these operations? For example how can I send a study from one peer to another and get the StudyID oin the newly stored study on the peer?

Thanks in advance for any assistance.

The StudyInstanceUID and the Orthanc ID of the study on the remote peer are the same as the ones in the origin peer.

the /peers/{id}/store is currently the only route available in 1.5.9 although I’ve just introduced a /peers/{id}/system GET route to test the connection with a peer.
https://book.orthanc-server.com/users/rest.html#peering

https://docs.google.com/spreadsheets/u/1/d/e/2PACX-1vSBEymDKGZgskFEFF6yzge5JovGHPK_FIbEnW5a6SWUbPkX06tkoObUHh6T1XQhgj-HqFd0AWSnVFOv/pubhtml?gid=654036639&single=true

Thank you for the helpful reply. Cheers.