{
"itemName": "string",
"clientId": "string",
"clientName": "string",
"clientPhone": "string",
"addressAreaCode": "string",
"addressInfo": "string",
"longitude": 0,
"latitude": 0,
"personName": "string",
"personPhone": "string",
"contactPersonName": "string",
"contactPersonPhone": "string",
"itemTotalMoney": 0,
"servicePrice": 0,
"brandId": 0,
"brandName": "string",
"remark": "string",
"itemNodes": [
{
"basicsNodeId": 0,
"offerType": "string",
"servicePriceProportion": 0,
"fixedPrice": 0,
"acceptanceId": "string"
}
],
"files": [
{
"attId": "string",
"fileName": "string",
"fileUrl": "string",
"fileSize": "string",
"fileSuffix": "string"
}
],
"isDel": "string"
}curl --location 'http://192.168.1.76:8081/sys/item/saveItem' \
--header 'fmfauthorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijk0MzNhZmU2LTIzMWYtNGZjZi1iYTRmLWMxNzAxNDMxYmVkZiJ9.UGRopckd3axXiTU306jSC0-_EcOQvjy0PQob-wUkLBrNjdWPiwxUZsnEDsIeYMlskYim_HyaEh_393SFDFAlWw' \
--header 'Content-Type: application/json' \
--data '{
"itemName": "string",
"clientId": "string",
"clientName": "string",
"clientPhone": "string",
"addressAreaCode": "string",
"addressInfo": "string",
"longitude": 0,
"latitude": 0,
"personName": "string",
"personPhone": "string",
"contactPersonName": "string",
"contactPersonPhone": "string",
"itemTotalMoney": 0,
"servicePrice": 0,
"brandId": 0,
"brandName": "string",
"remark": "string",
"itemNodes": [
{
"basicsNodeId": 0,
"offerType": "string",
"servicePriceProportion": 0,
"fixedPrice": 0,
"acceptanceId": "string"
}
],
"files": [
{
"attId": "string",
"fileName": "string",
"fileUrl": "string",
"fileSize": "string",
"fileSuffix": "string"
}
],
"isDel": "string"
}'{}