GET api/agentcharges/GetAgentChargesByAgentId/{brokerQOCGUID}?agentQOCGUID={agentQOCGUID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| agentQOCGUID | globally unique identifier |
Required |
|
| brokerQOCGUID | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of AgentChargeDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| RREID | integer |
None. |
|
| BrokerageQOCID | globally unique identifier |
None. |
|
| OfficeQOCID | globally unique identifier |
None. |
|
| AgentQOCID | globally unique identifier |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| AccruedValue | decimal number |
None. |
|
| PaidValue | decimal number |
None. |
|
| DateAccrued | date |
None. |
|
| DatePaid | date |
None. |
|
| Description | string |
None. |
|
| GLCode | string |
None. |
|
| Transaction | string |
None. |
|
| AccountDescription | string |
None. |
|
| IsMarkAsDeleted | boolean |
None. |
|
| CreditValue | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RREID": 1,
"BrokerageQOCID": "4c88abf5-1d5e-4d61-9d14-10b48fdd93a3",
"OfficeQOCID": "3a98a315-22fd-4a0a-bfd0-af59118b499a",
"AgentQOCID": "bb4779a2-0a77-4744-8ac5-354c5c571ced",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-03-10T01:15:31.6478237+00:00",
"DatePaid": "2026-03-10T01:15:31.6478237+00:00",
"Description": "sample string 9",
"GLCode": "sample string 10",
"Transaction": "sample string 11",
"AccountDescription": "sample string 12",
"IsMarkAsDeleted": true,
"CreditValue": 1.0
},
{
"RREID": 1,
"BrokerageQOCID": "4c88abf5-1d5e-4d61-9d14-10b48fdd93a3",
"OfficeQOCID": "3a98a315-22fd-4a0a-bfd0-af59118b499a",
"AgentQOCID": "bb4779a2-0a77-4744-8ac5-354c5c571ced",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-03-10T01:15:31.6478237+00:00",
"DatePaid": "2026-03-10T01:15:31.6478237+00:00",
"Description": "sample string 9",
"GLCode": "sample string 10",
"Transaction": "sample string 11",
"AccountDescription": "sample string 12",
"IsMarkAsDeleted": true,
"CreditValue": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfAgentChargeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListingHub.Application.Common.DTO">
<AgentChargeDTO>
<AccountDescription>sample string 12</AccountDescription>
<AccruedValue>7</AccruedValue>
<AgentQOCID>bb4779a2-0a77-4744-8ac5-354c5c571ced</AgentQOCID>
<BrokerageQOCID>4c88abf5-1d5e-4d61-9d14-10b48fdd93a3</BrokerageQOCID>
<CreditValue>1</CreditValue>
<DateAccrued>2026-03-10T01:15:31.6478237+00:00</DateAccrued>
<DatePaid>2026-03-10T01:15:31.6478237+00:00</DatePaid>
<Description>sample string 9</Description>
<FirstName>sample string 5</FirstName>
<GLCode>sample string 10</GLCode>
<IsMarkAsDeleted>true</IsMarkAsDeleted>
<LastName>sample string 6</LastName>
<OfficeQOCID>3a98a315-22fd-4a0a-bfd0-af59118b499a</OfficeQOCID>
<PaidValue>8</PaidValue>
<RREID>1</RREID>
<Transaction>sample string 11</Transaction>
</AgentChargeDTO>
<AgentChargeDTO>
<AccountDescription>sample string 12</AccountDescription>
<AccruedValue>7</AccruedValue>
<AgentQOCID>bb4779a2-0a77-4744-8ac5-354c5c571ced</AgentQOCID>
<BrokerageQOCID>4c88abf5-1d5e-4d61-9d14-10b48fdd93a3</BrokerageQOCID>
<CreditValue>1</CreditValue>
<DateAccrued>2026-03-10T01:15:31.6478237+00:00</DateAccrued>
<DatePaid>2026-03-10T01:15:31.6478237+00:00</DatePaid>
<Description>sample string 9</Description>
<FirstName>sample string 5</FirstName>
<GLCode>sample string 10</GLCode>
<IsMarkAsDeleted>true</IsMarkAsDeleted>
<LastName>sample string 6</LastName>
<OfficeQOCID>3a98a315-22fd-4a0a-bfd0-af59118b499a</OfficeQOCID>
<PaidValue>8</PaidValue>
<RREID>1</RREID>
<Transaction>sample string 11</Transaction>
</AgentChargeDTO>
</ArrayOfAgentChargeDTO>