POST api/CHAImpMstrs/UploadIFTMaster
Request Information
URI Parameters
None.
Body Parameters
UploadIFTMasterInput| Name | Description | Type | Additional information |
|---|---|---|---|
| IFT_DETAILS | Collection of CHAIFTMasterList |
None. |
|
| IFT_CP_ID | integer |
None. |
|
| IFT_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IFT_DETAILS": [
{
"IFT_ID": 1,
"IFT_NOTN": "sample string 1",
"IFT_NOTN_TYP": "sample string 2",
"IFT_NOTN_DATE": "2025-12-06T04:25:21.5404864+00:00",
"IFT_CO_ID": 1,
"IFT_CO_CODE": "sample string 3",
"IFT_CO_NAME_ID": 1,
"IFT_CO_NAME_CODE": "sample string 4",
"IFT_DOC_CODE": "sample string 5",
"IFT_FTA_TYP": "sample string 6",
"IFT_FTA_DESC": "sample string 7"
},
{
"IFT_ID": 1,
"IFT_NOTN": "sample string 1",
"IFT_NOTN_TYP": "sample string 2",
"IFT_NOTN_DATE": "2025-12-06T04:25:21.5404864+00:00",
"IFT_CO_ID": 1,
"IFT_CO_CODE": "sample string 3",
"IFT_CO_NAME_ID": 1,
"IFT_CO_NAME_CODE": "sample string 4",
"IFT_DOC_CODE": "sample string 5",
"IFT_FTA_TYP": "sample string 6",
"IFT_FTA_DESC": "sample string 7"
}
],
"IFT_CP_ID": 1,
"IFT_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<UploadIFTMasterInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
<IFT_CP_ID>1</IFT_CP_ID>
<IFT_CREATED_BY>1</IFT_CREATED_BY>
<IFT_DETAILS>
<CHAIFTMasterList>
<IFT_CO_CODE>sample string 3</IFT_CO_CODE>
<IFT_CO_ID>1</IFT_CO_ID>
<IFT_CO_NAME_CODE>sample string 4</IFT_CO_NAME_CODE>
<IFT_CO_NAME_ID>1</IFT_CO_NAME_ID>
<IFT_DOC_CODE>sample string 5</IFT_DOC_CODE>
<IFT_FTA_DESC>sample string 7</IFT_FTA_DESC>
<IFT_FTA_TYP>sample string 6</IFT_FTA_TYP>
<IFT_ID>1</IFT_ID>
<IFT_NOTN>sample string 1</IFT_NOTN>
<IFT_NOTN_DATE>2025-12-06T04:25:21.5404864+00:00</IFT_NOTN_DATE>
<IFT_NOTN_TYP>sample string 2</IFT_NOTN_TYP>
</CHAIFTMasterList>
<CHAIFTMasterList>
<IFT_CO_CODE>sample string 3</IFT_CO_CODE>
<IFT_CO_ID>1</IFT_CO_ID>
<IFT_CO_NAME_CODE>sample string 4</IFT_CO_NAME_CODE>
<IFT_CO_NAME_ID>1</IFT_CO_NAME_ID>
<IFT_DOC_CODE>sample string 5</IFT_DOC_CODE>
<IFT_FTA_DESC>sample string 7</IFT_FTA_DESC>
<IFT_FTA_TYP>sample string 6</IFT_FTA_TYP>
<IFT_ID>1</IFT_ID>
<IFT_NOTN>sample string 1</IFT_NOTN>
<IFT_NOTN_DATE>2025-12-06T04:25:21.5404864+00:00</IFT_NOTN_DATE>
<IFT_NOTN_TYP>sample string 2</IFT_NOTN_TYP>
</CHAIFTMasterList>
</IFT_DETAILS>
</UploadIFTMasterInput>
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. |