POST api/CHAImpMstrs/GetIFTMaster

Request Information

URI Parameters

None.

Body Parameters

GetIFTMasterInput
NameDescriptionTypeAdditional information
IFT_NOTN

string

None.

IFT_NOTN_TYP

string

None.

IFT_NOTN_DATE

date

None.

IFT_CO_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IFT_NOTN": "sample string 1",
  "IFT_NOTN_TYP": "sample string 2",
  "IFT_NOTN_DATE": "2025-12-06T05:22:19.2303188+00:00",
  "IFT_CO_ID": 1
}

application/xml, text/xml

Sample:
<GetIFTMasterInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <IFT_CO_ID>1</IFT_CO_ID>
  <IFT_NOTN>sample string 1</IFT_NOTN>
  <IFT_NOTN_DATE>2025-12-06T05:22:19.2303188+00:00</IFT_NOTN_DATE>
  <IFT_NOTN_TYP>sample string 2</IFT_NOTN_TYP>
</GetIFTMasterInput>

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.