Update Shell
PUT /ws/rest/service/v2/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.
Update Shell supports all options available through the user interface, including:
- Currency
- All currencies added by the user
- Options
- Phase, Email Address, Send Notifications To (list of emails), Document Manager Attribute Form, E-Signature Type, Time Zone, Financial Period, Template Name
- Links
- Any links added by the user
- Default Calendar
- Custom Print Template
- Gateway Integration
- Project ID
- Primavera Integration
- Project ID
- View Forms
- Form Name, Permission Structure
Related Topics
Last Published Tuesday, July 1, 2025