POST promotion/click_share_link
Request Information
URI Parameters
None.
Body Parameters
ClickShareLinkViewModelName | Description | Type | Additional information |
---|---|---|---|
share_user_id | integer |
Required |
|
client_id | integer |
Required |
|
share_group_id | integer |
None. |
|
share_type_id | integer |
None. |
|
path | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "share_user_id": 1, "client_id": 2, "share_group_id": 3, "share_type_id": 4, "path": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DataResponseOfInt32Name | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
success | boolean |
None. |
|
data | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2", "success": true, "data": 4 }