{
"ParkCode": "140123001",
"CarNos": [
"aute quis tempor Ut"
],
"UserName": "testsu---5555666670",
"userMobile": "18679681247",
"lotDesc": [
{
"lotNo": "A-D309",
"chargeType": "MONTH",
"startTime": "2024-03-02",
"endTime": "2024-03-09",
"monthRuleId": "40",
"fixRuleId": "99"
}
],
"garageNames": [""]
}
curl --location --request POST 'http://testlpn.ebopark.com/partnerService/ModifyMonthCarV2?partnerid=test&sign=ebo2019' \
--header 'Content-Type: application/json' \
--data-raw '{
"ParkCode": "140123001",
"CarNos": [
"aute quis tempor Ut"
],
"UserName": "testsu---5555666670",
"userMobile": "18679681247",
"lotDesc": [
{
"lotNo": "A-D309",
"chargeType": "MONTH",
"startTime": "2024-03-02",
"endTime": "2024-03-09",
"monthRuleId": "40",
"fixRuleId": "99"
}
],
"garageNames": [""]
}'
{"state":-1,"total":0,"desc":"车位类型错误"}