Social Post Mass Approval Input

List of social post IDs and the action to approve or reject publishing them.
Root XML tag
<massApproveReject>
JSON example
1{
2   "isApproved" : "true",
3   "socialPostIdList" : {"socialPostIdList": ["0STxx0000004CHG","0STxx0000005THX"]}
4}
Properties
Name Type Description Required or Optional Available Version
isApproved Boolean Specifies whether to approve (true) or reject (false) publishing the social posts. If unspecified, defaults to false. Optional 46.0
socialPost​IdList String[] A list of up to 200 social post IDs. Required 46.0