PUT api/ItemClassification/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ItemClassification| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemClassificationId | integer |
None. |
|
| ClassficationCode | string |
None. |
|
| ClassificationName | string |
None. |
|
| ClassficationDescription | string |
None. |
|
| ParentItemClassificationId | integer |
None. |
|
| CreatedDate | date |
Data type: DateTime |
|
| CreatedBy | string |
None. |
|
| CreatedByUserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ItemClassificationId": 1,
"ClassficationCode": "sample string 2",
"ClassificationName": "sample string 3",
"ClassficationDescription": "sample string 4",
"ParentItemClassificationId": 1,
"CreatedDate": "2026-01-27T19:12:46.0323418+05:30",
"CreatedBy": "sample string 6",
"CreatedByUserId": 7
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |