iSheets API
iSheets API version 2 - iSheet admin - API - iSheet CRUD operations - Edit iSheet
iSheets API version 2 - iSheet admin - API - Import iSheet templates - Edit imported iSheet template
iSheets API version 2 - iSheet admin - API - iSheet document template - Add iSheet document template
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"?>
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>
<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 |
Last Updated: Nov 08,2024
Write a Review
Your opinion is important to us. We would like your review to improve our API.
Thank you
Your review has been submitted.
Comments
0 Comments