{
"params": {
"basematerialid": "string",
"applier_type": "string",
"cert_type": "string",
"applier_code": "string"
}
}
curl --location --request POST '/materialcenter/gethistorycase' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"basematerialid": "string",
"applier_type": "string",
"cert_type": "string",
"applier_code": "string"
}
}'
{
"custom": {
"code": 0,
"text": "string",
"instanceList": [
{
"instanceguid": "string",
"attachlist": [
{
"cliengtag": "string",
"attachguid": "string",
"attachname": "string",
"attachsize": 0,
"contenttype": "string",
"attachurl": "string"
}
]
}
]
},
"status": {
"code": 0,
"text": "string"
}
}