{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"id": 0,
"planTotalHour": "string",
"planServiceCount": 0,
"templateList": [
{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"id": 0,
"templateNo": "string",
"templateType": 0,
"planType": 0,
"serviceDate": "string",
"serviceBegin": "string",
"serviceEnd": "string",
"serviceCount": 0,
"serviceItemIds": "string",
"serviceItemNames": "string",
"serviceItemHours": "string",
"remarks": "string",
"waiterNo": "string"
}
],
"autoCopyPlan": true,
"autoCreateOrder": true,
"waiterNo": "string"
}
curl --location --request POST '/plan/template/updatePlanTemplatePersonalSingle' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"id": 0,
"planTotalHour": "string",
"planServiceCount": 0,
"templateList": [
{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"id": 0,
"templateNo": "string",
"templateType": 0,
"planType": 0,
"serviceDate": "string",
"serviceBegin": "string",
"serviceEnd": "string",
"serviceCount": 0,
"serviceItemIds": "string",
"serviceItemNames": "string",
"serviceItemHours": "string",
"remarks": "string",
"waiterNo": "string"
}
],
"autoCopyPlan": true,
"autoCreateOrder": true,
"waiterNo": "string"
}'
{
"success": false,
"code": "",
"message": "",
"data": {}
}