POST api/CommonMaster/ConstantValueMaster
Request Information
URI Parameters
None.
Body Parameters
ConstantValueViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ConstantValueId | integer |
None. |
|
| ConstantValueType | string |
None. |
|
| ConstantValueCode | string |
None. |
|
| ConstantValue | byte |
None. |
|
| ConstantValueDescription | string |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ModifyDate | date |
None. |
|
| ModifyBy | integer |
None. |
|
| IpAddress | string |
None. |
|
| MasterValue | integer |
None. |
|
| DisplayOrder | integer |
None. |
|
| LocalIpAddress | string |
None. |
|
| DbUserAccount | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ConstantValueId": 1,
"ConstantValueType": "sample string 2",
"ConstantValueCode": "sample string 3",
"ConstantValue": 64,
"ConstantValueDescription": "sample string 5",
"IsActive": true,
"CreatedDate": "2026-01-08T22:10:38.5912455+05:30",
"CreatedBy": 8,
"ModifyDate": "2026-01-08T22:10:38.5912455+05:30",
"ModifyBy": 1,
"IpAddress": "sample string 9",
"MasterValue": 1,
"DisplayOrder": 1,
"LocalIpAddress": "sample string 10",
"DbUserAccount": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.