POST api/UpdateIndustry
Request Information
URI Parameters
None.
Body Parameters
Industry| Name | Description | Type | Additional information |
|---|---|---|---|
| IndustryID | integer |
None. |
|
| Description | string |
None. |
|
| Status | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| ModifiedBy | integer |
None. |
|
| DateCreated | date |
None. |
|
| DateModified | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"IndustryID": 1,
"Description": "sample string 2",
"Status": 3,
"CreatedBy": 4,
"ModifiedBy": 5,
"DateCreated": "2026-04-07T15:45:57.3583897+01:00",
"DateModified": "2026-04-07T15:45:57.3583897+01:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.