Authorization: ********************
{
"companySettingType": "GENERAL",
"settings": {
"companyName": "string",
"companyDescription": "string"
}
}
curl --location --request POST 'https://api.qal.eazy2biz.com/v1/identityManagement/companySettings' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"companySettingType": "GENERAL",
"settings": {
"companyName": "string",
"companyDescription": "string"
}
}'
{
"_id": 0,
"companyEmail": "string",
"details": {
"name": "string",
"companyId": 0,
"description": "string"
},
"metaData": {
"createdBy": "string",
"lastUpdatedBy": "string",
"createdDate": "2019-08-24T14:15:22Z",
"lastUpdatedDate": "2019-08-24T14:15:22Z",
"version": 0
},
"enabled": true
}