POST api/ItemClassification
Request Information
URI Parameters
None.
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. |
Request Formats
application/json, text/json
Sample:
{
"ItemClassificationId": 1,
"ClassficationCode": "sample string 2",
"ClassificationName": "sample string 3",
"ClassficationDescription": "sample string 4",
"ParentItemClassificationId": 1,
"CreatedDate": "2025-12-08T01:53:21.423839+05:30",
"CreatedBy": "sample string 6"
}
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. |