POST api/ImportMapping
Request Information
URI Parameters
None.
Body Parameters
MPW.DataAccess.Models.ImportMappingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MappingType | MPW.Common.Enumeration.MappingTypeEnum |
None. |
|
| Mappings | Collection of MPW.Entities.DataAccess.ImportMapping |
None. |
Request Formats
application/json, text/json
Sample:
{
"MappingType": 1,
"Mappings": [
{
"Id": 1,
"InternalField": "sample string 2",
"ExternalField": "sample string 3",
"MappingTypeId": 4,
"HeaderId": 5
},
{
"Id": 1,
"InternalField": "sample string 2",
"ExternalField": "sample string 3",
"MappingTypeId": 4,
"HeaderId": 5
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |