Update Shell
PUT /ws/rest/service/v1/admin/shell
Input JSON
{
"options" : {
"shelltype" : "All Properties"
},
"data" :
[
{
"uPropertyNumber" : "RE00000",
"description" : "TEST35"
} ,
{
"uPropertyNumber" : "BLD0005",
"description" : "TEST35"
}
]
}
Output JSON
{
"data":
[
],
"message":
[
{
"_record_status":"SUCCESS",
"description":"TEST35",
"uPropertyNumber":"RE00000"
},
{
"_record_status":"Shell Number is not correct. ",
"description":"TEST35",
"uPropertyNumber":"BLD0005"
}
],
"status":3000
}
If all the shells are updated successfully, then the response status code will be 200.
The Response will have the input data sent in plus the _record_status.
The _record_status will indicate if the shell update is a success or the respective error message.
Related Topics
Last Published Tuesday, July 1, 2025