POST api/ISSYGetSource

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:
{
  "Source": {
    "ORIG_HASH": "sample string 1",
    "CustomFieldList": [
      {
        "EntityName": "sample string 1",
        "FieldName": "sample string 2",
        "Value": "sample string 3",
        "Label": "sample string 4",
        "FieldType": "sample string 5"
      },
      {
        "EntityName": "sample string 1",
        "FieldName": "sample string 2",
        "Value": "sample string 3",
        "Label": "sample string 4",
        "FieldType": "sample string 5"
      },
      {
        "EntityName": "sample string 1",
        "FieldName": "sample string 2",
        "Value": "sample string 3",
        "Label": "sample string 4",
        "FieldType": "sample string 5"
      }
    ],
    "SOURCE_ID": 2,
    "SOURCE_CODE": "sample string 3",
    "DESCRIPTION": "sample string 4",
    "INS_USER": "sample string 5",
    "INS_DATE": "2024-09-19T04:53:48.8645432-07:00",
    "UPD_USER": "sample string 7",
    "UPD_DATE": "2024-09-19T04:53:48.8645432-07:00"
  }
}