POST Client/GetOtherClientTransactions
Request Information
URI Parameters
None.
Body Parameters
ApiClientStatementTransaction| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientID | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| PageSize | integer |
None. |
|
| PageNumber | integer |
None. |
|
| userID |
Gets or sets the user identifier. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientID": 1,
"StartDate": "2025-12-06T06:54:23.8963424+02:00",
"EndDate": "2025-12-06T06:54:23.8963424+02:00",
"PageSize": 4,
"PageNumber": 5,
"userID": 6
}
application/xml, text/xml
Sample:
<ApiClientStatementTransaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models"> <userID>6</userID> <ClientID>1</ClientID> <EndDate>2025-12-06T06:54:23.8963424+02:00</EndDate> <PageNumber>5</PageNumber> <PageSize>4</PageSize> <StartDate>2025-12-06T06:54:23.8963424+02:00</StartDate> </ApiClientStatementTransaction>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseType | integer |
None. |
|
| ResponseMessage | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.