POST api/Notify/GetNotifySocial
Request Information
URI Parameters
None.
Body Parameters
GetSocialNotifyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Title | string |
None. |
|
| TypeSocial | string |
None. |
|
| ListFanpage | Collection of string |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| page | integer |
None. |
|
| pageSize | integer |
None. |
|
| TypeNotify | string |
None. |
|
| ListUserManager | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Title": "sample string 1",
"TypeSocial": "sample string 2",
"ListFanpage": [
"sample string 1",
"sample string 2"
],
"DateFrom": "2026-06-15T16:22:22.008518+07:00",
"DateTo": "2026-06-15T16:22:22.008518+07:00",
"page": 3,
"pageSize": 4,
"TypeNotify": "sample string 5",
"ListUserManager": [
1,
2
]
}
application/xml, text/xml
Sample:
<GetSocialNotifyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Bus.Model">
<DateFrom>2026-06-15T16:22:22.008518+07:00</DateFrom>
<DateTo>2026-06-15T16:22:22.008518+07:00</DateTo>
<ListFanpage xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ListFanpage>
<ListUserManager xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</ListUserManager>
<Title>sample string 1</Title>
<TypeNotify>sample string 5</TypeNotify>
<TypeSocial>sample string 2</TypeSocial>
<page>3</page>
<pageSize>4</pageSize>
</GetSocialNotifyModel>
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/" />