Authorization: Bearer ********************
{
"id": 0,
"shareLevel": 0,
"startCondition": 0,
"endCondition": 0,
"commissionPercent": "string",
"levelImage": "string",
"isDelete": 0,
"remark": "string",
"createTime": "2019-08-24T14:15:22Z",
"createBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"updateBy": "string"
}
curl --location --request POST '/shareLevel/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"shareLevel": 0,
"startCondition": 0,
"endCondition": 0,
"commissionPercent": "string",
"levelImage": "string",
"isDelete": 0,
"remark": "string",
"createTime": "2019-08-24T14:15:22Z",
"createBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"updateBy": "string"
}'
{
"empty": true,
"property1": {},
"property2": {}
}