POST api/CHAImpMstrs/PostIFTMaster
Request Information
URI Parameters
None.
Body Parameters
CHAIFTMasterInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| IFT_ID | integer |
None. |
|
| IFT_NOTN | string |
None. |
|
| IFT_NOTN_TYP | string |
None. |
|
| IFT_NOTN_DATE | date |
None. |
|
| IFT_CO_ID | integer |
None. |
|
| IFT_CO_NAME_ID | integer |
None. |
|
| IFT_DOC_CODE | string |
None. |
|
| IFT_CREATED_BY | integer |
None. |
|
| IFT_FTA_TYP | string |
None. |
|
| IFT_FTA_DESC | string |
None. |
|
| IFT_CP_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IFT_ID": 1,
"IFT_NOTN": "sample string 1",
"IFT_NOTN_TYP": "sample string 2",
"IFT_NOTN_DATE": "2025-12-06T04:24:51.3990198+00:00",
"IFT_CO_ID": 1,
"IFT_CO_NAME_ID": 1,
"IFT_DOC_CODE": "sample string 3",
"IFT_CREATED_BY": 1,
"IFT_FTA_TYP": "sample string 4",
"IFT_FTA_DESC": "sample string 5",
"IFT_CP_ID": 1
}
application/xml, text/xml
Sample:
<CHAIFTMasterInputs 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_CO_NAME_ID>1</IFT_CO_NAME_ID> <IFT_CP_ID>1</IFT_CP_ID> <IFT_CREATED_BY>1</IFT_CREATED_BY> <IFT_DOC_CODE>sample string 3</IFT_DOC_CODE> <IFT_FTA_DESC>sample string 5</IFT_FTA_DESC> <IFT_FTA_TYP>sample string 4</IFT_FTA_TYP> <IFT_ID>1</IFT_ID> <IFT_NOTN>sample string 1</IFT_NOTN> <IFT_NOTN_DATE>2025-12-06T04:24:51.3990198+00:00</IFT_NOTN_DATE> <IFT_NOTN_TYP>sample string 2</IFT_NOTN_TYP> </CHAIFTMasterInputs>
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. |