POST api/CHAImpMstrs/GetNFMIMMaster

Request Information

URI Parameters

None.

Body Parameters

GetCHANFMIMSMaster
NameDescriptionTypeAdditional information
NFM_CTH

string

None.

NFM_NFMIMS

string

None.

NFM_CATG

string

None.

NFM_DESC

string

None.

Request Formats

application/json, text/json

Sample:
{
  "NFM_CTH": "sample string 1",
  "NFM_NFMIMS": "sample string 2",
  "NFM_CATG": "sample string 3",
  "NFM_DESC": "sample string 4"
}

application/xml, text/xml

Sample:
<GetCHANFMIMSMaster 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_CTH>sample string 1</NFM_CTH>
  <NFM_DESC>sample string 4</NFM_DESC>
  <NFM_NFMIMS>sample string 2</NFM_NFMIMS>
</GetCHANFMIMSMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.