POST api/UserSocialTransfer/GetSendZNSHistoryList
Request Information
URI Parameters
None.
Body Parameters
RequestGetZNSHistoryListByUserModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| page | integer |
None. |
|
| pageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"DateFrom": "2026-06-13T22:55:46.8111354+07:00",
"DateTo": "2026-06-13T22:55:46.8111354+07:00",
"page": 4,
"pageSize": 5
}
application/xml, text/xml
Sample:
<ZaloZNSModel.RequestGetZNSHistoryListByUserModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Bus.Model"> <DateFrom>2026-06-13T22:55:46.8111354+07:00</DateFrom> <DateTo>2026-06-13T22:55:46.8111354+07:00</DateTo> <UserId>sample string 1</UserId> <page>4</page> <pageSize>5</pageSize> </ZaloZNSModel.RequestGetZNSHistoryListByUserModel>
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/" />