Update Industry
Developing
Request
Body Params application/json
{
"industryName": "HC",
"industryDesc": "Human Resource"
}
Request Code Samples
curl --location --request PUT 'https://service-dash.dlabssaas.io/rest/admin/secured/industry/master-industry/update/111' \
--header 'Content-Type: application/json' \
--data-raw '{
"industryName": "HC",
"industryDesc": "Human Resource"
}'
Responses
application/json {
"status": "success",
"data": {
"industryId": 111,
"industryName": "HC",
"industryDesc": "Human Resource"
},
"info": {
"id": "SUCCESS_EDIT_DATA",
"message": "Industry successfully edited !",
"messageEn": null,
"messageId": null,
"field": null,
"redirect": null
}
}
Modified at 2024-06-07 14:37:16