POST api/ISSYGetMappingHeader

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "MapId": 1
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "MappingHeader": {
    "SourceCode": "sample string 1",
    "SourceDescription": "sample string 2",
    "FieldMapping": "sample string 3",
    "SourceID": 4,
    "MapId": 5,
    "FieldID": 6,
    "DoesSourceHaveMapping": true
  }
}