[
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": 0,
"name": "string",
"quotationTemplateId": 0
}
]
curl --location --request POST 'http://127.0.0.1:8585/quotationsTemplateItem/delete' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": 0,
"name": "string",
"quotationTemplateId": 0
}
]'
{
"code": 0,
"data": {},
"msg": "string"
}