POST api/SocialNetworkMessageTemplateTransfer/GetSocialTemplateList
Request Information
URI Parameters
None.
Body Parameters
GetSocialTemplateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| Method | string |
None. |
|
| TypeTemplate | Collection of string |
None. |
|
| Name | string |
None. |
|
| page | integer |
None. |
|
| pageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DateFrom": "2026-06-13T22:53:42.1228831+07:00",
"DateTo": "2026-06-13T22:53:42.1228831+07:00",
"Method": "sample string 1",
"TypeTemplate": [
"sample string 1",
"sample string 2"
],
"Name": "sample string 2",
"page": 3,
"pageSize": 4
}
application/xml, text/xml
Sample:
<GetSocialTemplateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Bus.Model">
<DateFrom>2026-06-13T22:53:42.1228831+07:00</DateFrom>
<DateTo>2026-06-13T22:53:42.1228831+07:00</DateTo>
<Method>sample string 1</Method>
<Name>sample string 2</Name>
<TypeTemplate xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</TypeTemplate>
<page>3</page>
<pageSize>4</pageSize>
</GetSocialTemplateModel>
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/" />