{
"shopIds": [
"string"
],
"name": "string",
"serviceCardName": "string",
"description": "string",
"keywords": "string",
"specs": "string",
"cover": "string",
"imgs": [
"string"
],
"tags": [
"string"
],
"onSale": true,
"detail": "string",
"parameters": [
{
"key": "string",
"value": "string"
}
],
"markingPriceRatio": 0,
"goodsBrandId": "string",
"vip": {
"projectInfos": [
{
"projectId": "string",
"quantity": 0
}
],
"VipPriceInfos": [
{
"carModels": [
"string"
],
"carModelsList": [
[
"string"
]
],
"price": 0
}
]
}
}
curl --location --request POST '/4s/goods/create_vip' \
--header 'User-Token: {{User-Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopIds": [
"string"
],
"name": "string",
"serviceCardName": "string",
"description": "string",
"keywords": "string",
"specs": "string",
"cover": "string",
"imgs": [
"string"
],
"tags": [
"string"
],
"onSale": true,
"detail": "string",
"parameters": [
{
"key": "string",
"value": "string"
}
],
"markingPriceRatio": 0,
"goodsBrandId": "string",
"vip": {
"projectInfos": [
{
"projectId": "string",
"quantity": 0
}
],
"VipPriceInfos": [
{
"carModels": [
"string"
],
"carModelsList": [
[
"string"
]
],
"price": 0
}
]
}
}'
{}