POST api/ISGetImportTypes
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"ISModuleCode": "sample string 1"
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"ImportTypes": [
{
"IMPORT_TYPE_CODE": "sample string 1",
"LICENCE_ID": 2,
"IMPORT_TYPE_NAME": "sample string 3"
},
{
"IMPORT_TYPE_CODE": "sample string 1",
"LICENCE_ID": 2,
"IMPORT_TYPE_NAME": "sample string 3"
},
{
"IMPORT_TYPE_CODE": "sample string 1",
"LICENCE_ID": 2,
"IMPORT_TYPE_NAME": "sample string 3"
}
]
}