POST api/business/saveIndustryCategory
Request Information
URI Parameters
None.
Body Parameters
IndustryCategoryPostModel| Name | Description | Type | Additional information |
|---|---|---|---|
| industryCategoryId | integer |
None. |
|
| industryCategoryName | string |
None. |
|
| remark | string |
None. |
|
| status | integer |
None. |
|
| setEmployeeNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"industryCategoryId": 1,
"industryCategoryName": "sample string 2",
"remark": "sample string 3",
"status": 4,
"setEmployeeNumber": 5
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3"
}