Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"serviceId": 0,
"serviceCode": "string",
"skuCode": "string",
"skuName": "string",
"serviceNumber": 0,
"originalCostAmount": 0,
"currentPriceAmount": 0,
"distributionAmount": 0,
"commissionRate": 0,
"details": "string",
"serviceStatus": "string",
"isExperience": 0,
"isDelete": 0,
"score": 0,
"sort": 0,
"isAnnualCard": 0,
"buyExpiryDate": "2019-08-24T14:15:22Z",
"reserveExpiryDate": "2019-08-24T14:15:22Z",
"buyRestrictions": 0
}
curl --location --request POST '/back/serviceSku' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"serviceId": 0,
"serviceCode": "string",
"skuCode": "string",
"skuName": "string",
"serviceNumber": 0,
"originalCostAmount": 0,
"currentPriceAmount": 0,
"distributionAmount": 0,
"commissionRate": 0,
"details": "string",
"serviceStatus": "string",
"isExperience": 0,
"isDelete": 0,
"score": 0,
"sort": 0,
"isAnnualCard": 0,
"buyExpiryDate": "2019-08-24T14:15:22Z",
"reserveExpiryDate": "2019-08-24T14:15:22Z",
"buyRestrictions": 0
}'
{
"code": 0,
"msg": "string",
"data": "string"
}