{
"customerId": "string",
"name": "string",
"total": 0,
"actualTotal": 0,
"amount": 0,
"actualAmount": 0,
"productQuantity": 0,
"remark": "string",
"productList": [
{
"productId": 0,
"name": "string",
"price": "string",
"actualPrice": "string",
"quantity": 0,
"remark": "string",
"subtotal": 0,
"model": "string",
"room": "string",
"combineId": 0,
"combineValue": "string",
"image": "string"
}
],
"surchargeList": [
{
"name": "string",
"by": "string",
"byValue": 0,
"fee": 0
}
]
}
curl --location --request POST '/sys/quote' \
--header 'fmfauthorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjYzOTc0YzdkLTNjZDUtNGQxZC04MDhmLTIyYzFlNjlhOGEzZiJ9.jNJ966JRnICGE7oYZ6xnQe9Tok4ASOoJGk9Zv6E4ThXbvl2JBsBdlA2HatIJOkRvqc835trMfvHGqW5OwbInkA' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": "string",
"name": "string",
"total": 0,
"actualTotal": 0,
"amount": 0,
"actualAmount": 0,
"productQuantity": 0,
"remark": "string",
"productList": [
{
"productId": 0,
"name": "string",
"price": "string",
"actualPrice": "string",
"quantity": 0,
"remark": "string",
"subtotal": 0,
"model": "string",
"room": "string",
"combineId": 0,
"combineValue": "string",
"image": "string"
}
],
"surchargeList": [
{
"name": "string",
"by": "string",
"byValue": 0,
"fee": 0
}
]
}'
{
"data": {
"id": 0
}
}