POST api/usermas/saveparavalue
Request Information
URI Parameters
None.
Body Parameters
GLOBAL_PARA| Name | Description | Type | Additional information |
|---|---|---|---|
| SEQ_NO | integer |
None. |
|
| PARA_NAME | string |
Required String length: inclusive between 0 and 50 |
|
| PARA_VALUE | string |
Required String length: inclusive between 0 and 50 |
|
| COMMENTS | string |
String length: inclusive between 0 and 100 |
|
| DESCRIPTION | string |
String length: inclusive between 0 and 1000 |
|
| PARA_TYPE | string |
String length: inclusive between 0 and 25 |
Request Formats
application/json, text/json
Sample:
{
"SEQ_NO": 1,
"PARA_NAME": "sample string 2",
"PARA_VALUE": "sample string 3",
"COMMENTS": "sample string 4",
"DESCRIPTION": "sample string 5",
"PARA_TYPE": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | string |
None. |
|
| MESSAGE | string |
None. |
|
| VALUE | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": "sample string 1",
"MESSAGE": "sample string 2",
"VALUE": "sample string 3"
}