iSheets API
iSheets API version 2 - iSheet admin - API - iSheet CRUD operations - Edit iSheet

iSheets API version 2 - iSheet admin - API - iSheet CRUD operations - Edit iSheet

OVERVIEW


API method to edit an existing iSheet. 

Request

PUT   /api/3/isheets/admin/{isheetid}

Parameters

 

Parameter Value Description
iSheet ID Number The ID of the iSheet which is being edited

 

Request XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>



An iSheet Object

 

Response

If successful, the API returns the 200 http OK message with the following payload

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<isheet>

    <isheet>{numeric value of updated isheet}</isheet>

</isheet>

If the operation fails,  the following error codes are sent back in the response header

Code Meaning
201 iSheet edited  successfully
401 Unauthorised
403 Validation failed/ Forbidden
405 Method not allowed (calling API endpoint with the wrong method)
500 Internal error occurred 

 

 

 

 

 

 

 

Comments


0 Comments

Last Updated: Jun 09,2023