GET Query/AgentSummary/{CompanyCode}/{FromDate}/{ToDate}/{AgentAccTypeId}/{AgentAccId}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
CompanyCode | No documentation available. |
Define this parameter in the request URI. |
FromDate | No documentation available. |
Define this parameter in the request URI. |
ToDate | No documentation available. |
Define this parameter in the request URI. |
AgentAccTypeId | No documentation available. |
Define this parameter in the request URI. |
AgentAccId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "CompanyCode": "sample string 1", "AgentName": "sample string 2", "AgentAccTypeId": 3, "AgentAccId": 4, "AccTypeName": "sample string 5", "CollAmt": 1.0 }, { "CompanyCode": "sample string 1", "AgentName": "sample string 2", "AgentAccTypeId": 3, "AgentAccId": 4, "AccTypeName": "sample string 5", "CollAmt": 1.0 }, { "CompanyCode": "sample string 1", "AgentName": "sample string 2", "AgentAccTypeId": 3, "AgentAccId": 4, "AccTypeName": "sample string 5", "CollAmt": 1.0 } ]
text/html
Sample:
[{"CompanyCode":"sample string 1","AgentName":"sample string 2","AgentAccTypeId":3,"AgentAccId":4,"AccTypeName":"sample string 5","CollAmt":1.0},{"CompanyCode":"sample string 1","AgentName":"sample string 2","AgentAccTypeId":3,"AgentAccId":4,"AccTypeName":"sample string 5","CollAmt":1.0},{"CompanyCode":"sample string 1","AgentName":"sample string 2","AgentAccTypeId":3,"AgentAccId":4,"AccTypeName":"sample string 5","CollAmt":1.0}]
application/xml, text/xml
Sample:
<ArrayOfQueryController.AgentSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DailyBancoComm.Controllers"> <QueryController.AgentSummary> <AccTypeName>sample string 5</AccTypeName> <AgentAccId>4</AgentAccId> <AgentAccTypeId>3</AgentAccTypeId> <AgentName>sample string 2</AgentName> <CollAmt>1</CollAmt> <CompanyCode>sample string 1</CompanyCode> </QueryController.AgentSummary> <QueryController.AgentSummary> <AccTypeName>sample string 5</AccTypeName> <AgentAccId>4</AgentAccId> <AgentAccTypeId>3</AgentAccTypeId> <AgentName>sample string 2</AgentName> <CollAmt>1</CollAmt> <CompanyCode>sample string 1</CompanyCode> </QueryController.AgentSummary> <QueryController.AgentSummary> <AccTypeName>sample string 5</AccTypeName> <AgentAccId>4</AgentAccId> <AgentAccTypeId>3</AgentAccTypeId> <AgentName>sample string 2</AgentName> <CollAmt>1</CollAmt> <CompanyCode>sample string 1</CompanyCode> </QueryController.AgentSummary> </ArrayOfQueryController.AgentSummary>