POST api/SocialNetworkLabelTransfer/GetSocialNetworkLabelList
Request Information
URI Parameters
None.
Body Parameters
RequestSocialNetworkLabelModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| TypeSocial | string |
None. |
|
| ListFanpage | Collection of string |
None. |
|
| Name | string |
None. |
|
| ColorCode | string |
None. |
|
| page | integer |
None. |
|
| pageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DateFrom": "2026-06-14T00:28:27.3278158+07:00",
"DateTo": "2026-06-14T00:28:27.3278158+07:00",
"TypeSocial": "sample string 3",
"ListFanpage": [
"sample string 1",
"sample string 2"
],
"Name": "sample string 4",
"ColorCode": "sample string 5",
"page": 6,
"pageSize": 7
}
application/xml, text/xml
Sample:
<RequestSocialNetworkLabelModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Bus.Model">
<ColorCode>sample string 5</ColorCode>
<DateFrom>2026-06-14T00:28:27.3278158+07:00</DateFrom>
<DateTo>2026-06-14T00:28:27.3278158+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>
<Name>sample string 4</Name>
<TypeSocial>sample string 3</TypeSocial>
<page>6</page>
<pageSize>7</pageSize>
</RequestSocialNetworkLabelModel>
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/" />