POST api/CHAImpMstrs/UploadNFMIMMaster

Request Information

URI Parameters

None.

Body Parameters

UploadNFMIMSMasterInput
NameDescriptionTypeAdditional information
NFM_DETAILS

Collection of CHANFMIMSMasterList

None.

NFM_CP_ID

integer

None.

NFM_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "NFM_DETAILS": [
    {
      "NFM_ID": 1,
      "NFM_CTH": "sample string 1",
      "NFM_NFMIMS": "sample string 2",
      "NFM_CATG": "sample string 3",
      "NFM_DESC": "sample string 4"
    },
    {
      "NFM_ID": 1,
      "NFM_CTH": "sample string 1",
      "NFM_NFMIMS": "sample string 2",
      "NFM_CATG": "sample string 3",
      "NFM_DESC": "sample string 4"
    }
  ],
  "NFM_CP_ID": 1,
  "NFM_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<UploadNFMIMSMasterInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <NFM_CP_ID>1</NFM_CP_ID>
  <NFM_CREATED_BY>1</NFM_CREATED_BY>
  <NFM_DETAILS>
    <CHANFMIMSMasterList>
      <NFM_CATG>sample string 3</NFM_CATG>
      <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>
    </CHANFMIMSMasterList>
    <CHANFMIMSMasterList>
      <NFM_CATG>sample string 3</NFM_CATG>
      <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>
    </CHANFMIMSMasterList>
  </NFM_DETAILS>
</UploadNFMIMSMasterInput>

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.