PUT api/shares/{id}
【沃分享】新增沃分享数据
请求信息
URI 参数
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body 请求体 参数
ShareCreateDtoName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
title | string |
None. |
|
sfactor | string |
None. |
|
cont | string |
None. |
|
ins_number | string |
None. |
|
ins_number_pic | string |
None. |
|
ins_fee | decimal number |
None. |
|
is_vobao_sign | integer |
None. |
|
is_shouxian | integer |
None. |
|
bao_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "title": "sample string 2", "sfactor": "sample string 3", "cont": "sample string 4", "ins_number": "sample string 5", "ins_number_pic": "sample string 6", "ins_fee": 7.0, "is_vobao_sign": 8, "is_shouxian": 9, "bao_id": 10 }
application/x-www-form-urlencoded
Sample:
Sample not available.
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.
响应消息
内容 描述
CxccApiMsgName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
msg | string |
None. |
响应示例
application/json, text/json
Sample:
{ "code": 1, "msg": "sample string 2" }
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.