Vesica API - Adding a Piece |
|
To create or add a new piece, you need to send the name of the piece to Vesica. Following is the sample form for creating new piece. All the requests must be sent to https://vesica.ws/api/index.php. The demand for requesting piece lists must be "PIECE_CREATE". Following is the sample form for creating a new piece. All the fields in the form are mandatory and must be filled in with correct values. <form method="post" action="https://vesica.ws/api/index.php"> If the submitted values are correct, the Vesica API will return the following XML. <?xml version="1.0" encoding="iso-8859-1"?> If the "name" variable is empty, the Vesica API will return the following XML. <?xml version="1.0" encoding="iso-8859-1"?> |
Browse Documenation |