iSheets API
iSheets API version 2 - iSheet module - API - iSheet item - edit

iSheets API version 2 - iSheet module - API - iSheet item - edit

OVERVIEW

 

Method used to edit an iSheet item.

 

PUT

For the iSheet item ID : /api/3/isheet/{isheetid}/{isheetid}/items/{itemid}
For the external ID      : /api/3/isheet/{isheetid}/{isheetid}/items/byexternalid/{externalid}

 

isheetid number The ID of the isheet
itemid number The ID of the isheet item
externalid String (A alpha-numeric value representing the ID of the item in an external system) External system ID which is linked with an iSheet item ID. You can get the external ID from the get all isheet item api call.

Request body

Send an iSheet item - Common Object - Add/Edit 

 

Response

Case 1 : If the column data is incorrect the method returns a 403 http response for a un-successful request
 

<items>
    <item>
        <index>1</index>
        <columns>
            <column>
                <columnid>1216</columnid>
                <status>ERROR</status>
                <statuscode>403</statuscode>
                <message>#Name is required</message>
            </column>
            <column>
                <columnid>1357</columnid>
                <status>ERROR</status>
                <statuscode>403</statuscode>
                <message>#Invalid number for pincode</message>
            </column>
        </columns>
    </item>
</items>


Case 2 : If the request is successful the columns will be added and the method returns a 200 http response

 

Comments


21 Comments

Last Updated: Nov 08,2024