POST api/CHAImpMstrs/PutNFMIMSMaster
Request Information
URI Parameters
None.
Body Parameters
CHANFMIMSMasterInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| NFM_ID | integer |
None. |
|
| NFM_CP_ID | integer |
None. |
|
| NFM_CTH | string |
None. |
|
| NFM_NFMIMS | string |
None. |
|
| NFM_CATG | string |
None. |
|
| NFM_DESC | string |
None. |
|
| NFM_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"NFM_ID": 1,
"NFM_CP_ID": 1,
"NFM_CTH": "sample string 1",
"NFM_NFMIMS": "sample string 2",
"NFM_CATG": "sample string 3",
"NFM_DESC": "sample string 4",
"NFM_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<CHANFMIMSMasterInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <NFM_CATG>sample string 3</NFM_CATG> <NFM_CP_ID>1</NFM_CP_ID> <NFM_CREATED_BY>1</NFM_CREATED_BY> <NFM_CTH>sample string 1</NFM_CTH> <NFM_DESC>sample string 4</NFM_DESC> <NFM_ID>1</NFM_ID> <NFM_NFMIMS>sample string 2</NFM_NFMIMS> </CHANFMIMSMasterInputs>
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. |