Org industry sector APIs
Update Org industry sector
OVERVIEW
Update an existing Org industry sector in Collaborate
This API call is used to update an existing Org industry sector in the system.
HTTP Request
PUT /api/4/industries/<INDUSTRYID>
Example
PUT http://example.com/context/api/4/industries/4
URL Parameters
| Parameter | Description |
|---|---|
| INDUSTRYID | The ID of the organisation industry sector to update |
XML format request
<industry>
<name>Banking</name>
</industry>
JSON format request
{
"name": "Banking"
}
HTTP Response
Success
HTTP response 200
Error
Error messages
| Summary | Ref Code (V4) | Ref Code (before V4) |
| The industry sector id is invalid | 273 | N/A |
| You cannot modify or delete predefined industry sector | 297 | N/A |
| Industry sector name is invalid | 293 | N/A |
| This industry sector name already exists | 296 | N/A |
Last Updated: Nov 08,2024
Comments
0 Comments