Data Type: Like
Parameter | Type | Description | Required/Optional | Notes |
---|---|---|---|---|
like_id | String | Like-Object ID | conditionally required: required under the 'Like' situation | |
like_type | String | Like-Object Type | optional (strongly recommended) | enumeration: merchandise feed article comment other |
author_account_id | String | Author Account ID of Like-Object | conditionally required: required when Like-Object is created by users | Empty when Like-Object is not created by users. Example: merchandise |
{
"like_id": "NHDKDOMO837",
"like_type": "feed",
"author_account_id": "123456"
}