curl --location --request GET '/meddoc/cpoe/item/getBodyTermCompare' \
--header 'Authorizations: {{token}}'
{
"body": [
{
"bodyCode": 0,
"bodyCodeParent": 0,
"bodyName": "string",
"classGroupCode": 0,
"classGroupName": "string",
"classTypeCode": "string",
"classTypeName": "string",
"operCode": "string",
"operDate": "2019-08-24T14:15:22Z",
"operator": "string",
"overDate": "2019-08-24T14:15:22Z",
"positionList": [
{}
],
"remark": "string",
"termClassId": "string",
"termCode": 0,
"termName": "string",
"validFlag": 0
}
],
"resultCode": "string",
"resultMessage": "string"
}