POST api/IntegrationHubAPI/SaveFormApiMapping
Request Information
URI Parameters
None.
Body Parameters
FieldMapping_VM| Name | Description | Type | Additional information |
|---|---|---|---|
| FIELD_MAPPING_CONFIG_ID | integer |
None. |
|
| API_ID | integer |
None. |
|
| FORM_NAME | string |
None. |
|
| STAGING_TABLE_NAME | string |
None. |
|
| IS_ACTIVE | boolean |
None. |
|
| FIELD_MAPPING_COLUMNS | string |
None. |
|
| FIELD_MAPPING_NAME | string |
None. |
|
| FILE_NAME | string |
None. |
|
| FILE_LOCATION | string |
None. |
|
| SOURCE_TYPE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FIELD_MAPPING_CONFIG_ID": 1,
"API_ID": 2,
"FORM_NAME": "sample string 3",
"STAGING_TABLE_NAME": "sample string 4",
"IS_ACTIVE": true,
"FIELD_MAPPING_COLUMNS": "sample string 6",
"FIELD_MAPPING_NAME": "sample string 7",
"FILE_NAME": "sample string 8",
"FILE_LOCATION": "sample string 9",
"SOURCE_TYPE": "sample string 10"
}
multipart/form-data
Sample:
{"FIELD_MAPPING_CONFIG_ID":1,"API_ID":2,"FORM_NAME":"sample string 3","STAGING_TABLE_NAME":"sample string 4","IS_ACTIVE":true,"FIELD_MAPPING_COLUMNS":"sample string 6","FIELD_MAPPING_NAME":"sample string 7","FILE_NAME":"sample string 8","FILE_LOCATION":"sample string 9","SOURCE_TYPE":"sample string 10"}
application/xml, text/xml
Sample:
<FieldMapping_VM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPMS.FT.Business.Entities.ViewModel"> <API_ID>2</API_ID> <FIELD_MAPPING_COLUMNS>sample string 6</FIELD_MAPPING_COLUMNS> <FIELD_MAPPING_CONFIG_ID>1</FIELD_MAPPING_CONFIG_ID> <FIELD_MAPPING_NAME>sample string 7</FIELD_MAPPING_NAME> <FILE_LOCATION>sample string 9</FILE_LOCATION> <FILE_NAME>sample string 8</FILE_NAME> <FORM_NAME>sample string 3</FORM_NAME> <IS_ACTIVE>true</IS_ACTIVE> <SOURCE_TYPE>sample string 10</SOURCE_TYPE> <STAGING_TABLE_NAME>sample string 4</STAGING_TABLE_NAME> </FieldMapping_VM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data, application/xml, text/xml
Sample:
Sample not available.