POST Report/AgentReport
Request Information
URI Parameters
None.
Body Parameters
AgentFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| TransNo | integer |
None. |
|
| CompanyId | integer |
None. |
|
| BranchId | integer |
None. |
|
| IsCompanyCenterialized | integer |
None. |
|
| CustomerId | integer |
None. |
|
| InvoiceNo | integer |
None. |
|
| LineOfBussniess | integer |
None. |
|
| AreaId | integer |
None. |
|
| CityId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromDate": "2025-10-29T05:52:18.5893888+03:00",
"ToDate": "2025-10-29T05:52:18.5893888+03:00",
"TransNo": 3,
"CompanyId": 4,
"BranchId": 5,
"IsCompanyCenterialized": 6,
"CustomerId": 1,
"InvoiceNo": 1,
"LineOfBussniess": 1,
"AreaId": 1,
"CityId": 1
}
application/xml, text/xml
Sample:
<AgentFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO"> <AreaId>1</AreaId> <BranchId>5</BranchId> <CityId>1</CityId> <CompanyId>4</CompanyId> <CustomerId>1</CustomerId> <FromDate>2025-10-29T05:52:18.5893888+03:00</FromDate> <InvoiceNo>1</InvoiceNo> <IsCompanyCenterialized>6</IsCompanyCenterialized> <LineOfBussniess>1</LineOfBussniess> <ToDate>2025-10-29T05:52:18.5893888+03:00</ToDate> <TransNo>3</TransNo> </AgentFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorCode | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| IsScusses | boolean |
None. |
|
| ResponseDetails | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ErrorCode": 1,
"ErrorMessage": "sample string 2",
"IsScusses": true,
"ResponseDetails": {}
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accounting.API.Models"> <ErrorCode>1</ErrorCode> <ErrorMessage>sample string 2</ErrorMessage> <IsScusses>true</IsScusses> <ResponseDetails /> </Response>