{
"id": 0,
"goodsCode": "string",
"goodsName": "string",
"minNum": 0,
"activityType": "string",
"activityStatus": "string",
"activityPrice": "string",
"presentPrice": 0,
"originPrice": 0,
"goodsImage": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"goodsId": 0
}
curl --location --request POST '/mlSpecialOffer/addSpecialOffer' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"goodsCode": "string",
"goodsName": "string",
"minNum": 0,
"activityType": "string",
"activityStatus": "string",
"activityPrice": "string",
"presentPrice": 0,
"originPrice": 0,
"goodsImage": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"goodsId": 0
}'
{
"empty": true,
"property1": {},
"property2": {}
}