{
"id": 28393,
"number": "string",
"settlementMonth": "string",
"licensePlateNumber": "string",
"collaborativeDrivers": "string",
"attendanceDays": "string",
"operatingMileageTotal": "string",
"oilMonthTotal": "string",
"fuelConsumptionHundred": "string",
"etcUsageMonth": "string",
"freightCostTotal": 0,
"maintenanceCostTotal": 0,
"oilCostTotal": 0,
"wages": 0,
"totalCost": 0,
"driverSettlement": 0,
"lastMonthReading": "string",
"mileageThisMonth": "string",
"settlementStartAndEndTime": "string",
"etcRechargeThisMonth": 0,
"etcBalanceThisMonth": 0,
"oilFillingThisMonth": 0,
"oilUsedThisMonth": 0,
"oilRechargeThisMonth": 0,
"finalRejection": "string",
"financialReviewStatus": "2",
"orderReceivableAmount": 0,
"orderActualAmountReceived": 0,
"orderFinalPayment": 0,
"orderPayableAmount": 0,
"orderActualPaymentAmount": 0,
"orderPayableBalance": 0,
"profit": 0,
"collaborationMode": "string",
"totalFreightDetails": 0,
"totalExpenditureDetails": 0,
"profitThisMonth": 0,
"remark": "你说的对",
"financialSummary": "string",
"transportCosts": [
{
"id": 4127,
"dateTime": "string",
"supplyDetails": "string",
"place": "string",
"tonnage": 0,
"unitPrice": 15114,
"money": 0
}
],
"businessCosts": [
{
"id": 14545,
"year": 0,
"month": 0,
"day": 0,
"date": "string",
"expenditureItems": "string",
"detail": "string",
"quantity": 0,
"unitPrice": 27975,
"money": 0
}
]
}
curl --location --request PUT '/zk/erp-collaborative-main/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 28393,
"number": "string",
"settlementMonth": "string",
"licensePlateNumber": "string",
"collaborativeDrivers": "string",
"attendanceDays": "string",
"operatingMileageTotal": "string",
"oilMonthTotal": "string",
"fuelConsumptionHundred": "string",
"etcUsageMonth": "string",
"freightCostTotal": 0,
"maintenanceCostTotal": 0,
"oilCostTotal": 0,
"wages": 0,
"totalCost": 0,
"driverSettlement": 0,
"lastMonthReading": "string",
"mileageThisMonth": "string",
"settlementStartAndEndTime": "string",
"etcRechargeThisMonth": 0,
"etcBalanceThisMonth": 0,
"oilFillingThisMonth": 0,
"oilUsedThisMonth": 0,
"oilRechargeThisMonth": 0,
"finalRejection": "string",
"financialReviewStatus": "2",
"orderReceivableAmount": 0,
"orderActualAmountReceived": 0,
"orderFinalPayment": 0,
"orderPayableAmount": 0,
"orderActualPaymentAmount": 0,
"orderPayableBalance": 0,
"profit": 0,
"collaborationMode": "string",
"totalFreightDetails": 0,
"totalExpenditureDetails": 0,
"profitThisMonth": 0,
"remark": "你说的对",
"financialSummary": "string",
"transportCosts": [
{
"id": 4127,
"dateTime": "string",
"supplyDetails": "string",
"place": "string",
"tonnage": 0,
"unitPrice": 15114,
"money": 0
}
],
"businessCosts": [
{
"id": 14545,
"year": 0,
"month": 0,
"day": 0,
"date": "string",
"expenditureItems": "string",
"detail": "string",
"quantity": 0,
"unitPrice": 27975,
"money": 0
}
]
}'
{
"code": 0,
"data": false,
"msg": ""
}