Authorization: Bearer ********************{
"isCompleted": "0",
"eventSuppliesList": [
{
"suppliesId": "e384aec8-b360-44ff-9c61-d5418e273aeb",
"quantity": 0,
"remark": "string"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}curl --location --request POST '/api/services/app/emergencyCommand/emergencyEvent/upDisposalResult' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"isCompleted": "0",
"eventSuppliesList": [
{
"suppliesId": "e384aec8-b360-44ff-9c61-d5418e273aeb",
"quantity": 0,
"remark": "string"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}'