POST api/Notify/SaveNotificationSocialInteractive
Request Information
URI Parameters
None.
Body Parameters
SocialNetworkSendNotifyInteractiveModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentPortalCommentId | integer |
None. |
|
| ObjectStudentPortalCommentId | string |
None. |
|
| Name | string |
None. |
|
| UserSocialName | string |
None. |
|
| SocialNetworkName | string |
None. |
|
| Avatar | string |
None. |
|
| CreateDate | date |
None. |
|
| NotificationId | integer |
None. |
|
| StudentPortalPostTitle | string |
None. |
|
| Content | string |
None. |
|
| TypeNotify | string |
None. |
|
| SocialNetworkId | string |
None. |
|
| ListUserPICId | string |
None. |
|
| SocialAccountId | string |
None. |
|
| TypeShareData | string |
None. |
|
| UserOAId | integer |
None. |
|
| TypeAction | string |
None. |
|
| StudentPortalPostId | integer |
None. |
|
| ObjectStudentPortalPostId | string |
None. |
|
| CenterId | integer |
None. |
|
| TypeObject | string |
None. |
|
| UserId | string |
None. |
|
| Type | integer |
None. |
|
| CommentContent | string |
None. |
|
| UserSocialId | string |
None. |
|
| SocialNetworkType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentPortalCommentId": 1,
"ObjectStudentPortalCommentId": "sample string 2",
"Name": "sample string 3",
"UserSocialName": "sample string 4",
"SocialNetworkName": "sample string 5",
"Avatar": "sample string 6",
"CreateDate": "2026-06-15T16:06:36.9894311+07:00",
"NotificationId": 8,
"StudentPortalPostTitle": "sample string 9",
"Content": "sample string 10",
"TypeNotify": "sample string 11",
"SocialNetworkId": "sample string 12",
"ListUserPICId": "sample string 13",
"SocialAccountId": "sample string 14",
"TypeShareData": "sample string 15",
"UserOAId": 1,
"TypeAction": "sample string 16",
"StudentPortalPostId": 17,
"ObjectStudentPortalPostId": "sample string 18",
"CenterId": 19,
"TypeObject": "sample string 20",
"UserId": "sample string 21",
"Type": 22,
"CommentContent": "sample string 23",
"UserSocialId": "sample string 24",
"SocialNetworkType": "sample string 25"
}
application/xml, text/xml
Sample:
<FacebookModel.SocialNetworkSendNotifyInteractiveModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Bus.Model"> <Avatar>sample string 6</Avatar> <CenterId>19</CenterId> <CommentContent>sample string 23</CommentContent> <Content>sample string 10</Content> <CreateDate>2026-06-15T16:06:36.9894311+07:00</CreateDate> <ListUserPICId>sample string 13</ListUserPICId> <Name>sample string 3</Name> <NotificationId>8</NotificationId> <ObjectStudentPortalCommentId>sample string 2</ObjectStudentPortalCommentId> <ObjectStudentPortalPostId>sample string 18</ObjectStudentPortalPostId> <SocialAccountId>sample string 14</SocialAccountId> <SocialNetworkId>sample string 12</SocialNetworkId> <SocialNetworkName>sample string 5</SocialNetworkName> <SocialNetworkType>sample string 25</SocialNetworkType> <StudentPortalCommentId>1</StudentPortalCommentId> <StudentPortalPostId>17</StudentPortalPostId> <StudentPortalPostTitle>sample string 9</StudentPortalPostTitle> <Type>22</Type> <TypeAction>sample string 16</TypeAction> <TypeNotify>sample string 11</TypeNotify> <TypeObject>sample string 20</TypeObject> <TypeShareData>sample string 15</TypeShareData> <UserId>sample string 21</UserId> <UserOAId>1</UserOAId> <UserSocialId>sample string 24</UserSocialId> <UserSocialName>sample string 4</UserSocialName> </FacebookModel.SocialNetworkSendNotifyInteractiveModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />