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": "2025-04-03T12:08:08.7398373-07:00", "UPD_USER": "sample string 7", "UPD_DATE": "2025-04-03T12:08:08.7398373-07:00" } }