POST api/ISSYGetSourceHeader

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "SourceID": 1
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "SourceHeader": {
    "SourceCode": "sample string 1",
    "SourceDescription": "sample string 2",
    "SourceID": 3,
    "DoesSourceHaveMapping": true
  }
}