{
"saleType": 0,
"level": [
{
"id": 0,
"name": "string",
"rate": "string",
"downSalesmanRate": "string",
"condition": {
"selfBuyAmount": {
"checked": true,
"value": "string",
"title": "string",
"unit": "string",
"disabled": true
},
"salesAmount": {
"checked": true,
"value": "string",
"title": "string",
"unit": "string",
"disabled": true
},
"salesInviteUsers": {
"checked": true,
"value": "string",
"title": "string",
"unit": "string",
"disabled": true
}
}
}
],
"settlementType": 0,
"dateType": 0,
"desc": "string",
"authorityCheckSubPermissionName": "string"
}
curl --location --request POST '/adminapi/salesman/config/save?code' \
--header 'Content-Type: application/json' \
--data-raw '{
"saleType": 0,
"level": [
{
"id": 0,
"name": "string",
"rate": "string",
"downSalesmanRate": "string",
"condition": {
"selfBuyAmount": {
"checked": true,
"value": "string",
"title": "string",
"unit": "string",
"disabled": true
},
"salesAmount": {
"checked": true,
"value": "string",
"title": "string",
"unit": "string",
"disabled": true
},
"salesInviteUsers": {
"checked": true,
"value": "string",
"title": "string",
"unit": "string",
"disabled": true
}
}
}
],
"settlementType": 0,
"dateType": 0,
"desc": "string",
"authorityCheckSubPermissionName": "string"
}'