POST api/MasterDataConfig/Save
Request Information
URI Parameters
None.
Body Parameters
ConfigModel| Name | Description | Type | Additional information |
|---|---|---|---|
| configId | integer |
None. |
|
| configVal | string |
None. |
|
| configVal2 | string |
None. |
|
| configVal3 | string |
None. |
|
| isParentModuleID | integer |
None. |
|
| isParent | string |
None. |
|
| configValDesc | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"configId": 1,
"configVal": "sample string 2",
"configVal2": "sample string 3",
"configVal3": "sample string 4",
"isParentModuleID": 5,
"isParent": "sample string 6",
"configValDesc": "sample string 7"
}
application/xml, text/xml
Sample:
<ConfigModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASM_API.Models"> <configId>1</configId> <configVal>sample string 2</configVal> <configVal2>sample string 3</configVal2> <configVal3>sample string 4</configVal3> <configValDesc>sample string 7</configValDesc> <isParent>sample string 6</isParent> <isParentModuleID>5</isParentModuleID> </ConfigModel>
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. |