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": "0f8e0c43-db36-4536-b268-3b181831d229",
"OfficeQOCID": "9e855d28-b866-4871-a531-cc74b5504c03",
"AgentQOCID": "8d5c9897-7c2f-40e3-bf63-ab1692499085",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-05-08T00:46:43.6487345+00:00",
"DatePaid": "2026-05-08T00:46:43.6487345+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": "0f8e0c43-db36-4536-b268-3b181831d229",
"OfficeQOCID": "9e855d28-b866-4871-a531-cc74b5504c03",
"AgentQOCID": "8d5c9897-7c2f-40e3-bf63-ab1692499085",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-05-08T00:46:43.6487345+00:00",
"DatePaid": "2026-05-08T00:46:43.6487345+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>8d5c9897-7c2f-40e3-bf63-ab1692499085</AgentQOCID>
<BrokerageQOCID>0f8e0c43-db36-4536-b268-3b181831d229</BrokerageQOCID>
<CreditValue>1</CreditValue>
<DateAccrued>2026-05-08T00:46:43.6487345+00:00</DateAccrued>
<DatePaid>2026-05-08T00:46:43.6487345+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>9e855d28-b866-4871-a531-cc74b5504c03</OfficeQOCID>
<PaidValue>8</PaidValue>
<RREID>1</RREID>
<Transaction>sample string 11</Transaction>
</AgentChargeDTO>
<AgentChargeDTO>
<AccountDescription>sample string 12</AccountDescription>
<AccruedValue>7</AccruedValue>
<AgentQOCID>8d5c9897-7c2f-40e3-bf63-ab1692499085</AgentQOCID>
<BrokerageQOCID>0f8e0c43-db36-4536-b268-3b181831d229</BrokerageQOCID>
<CreditValue>1</CreditValue>
<DateAccrued>2026-05-08T00:46:43.6487345+00:00</DateAccrued>
<DatePaid>2026-05-08T00:46:43.6487345+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>9e855d28-b866-4871-a531-cc74b5504c03</OfficeQOCID>
<PaidValue>8</PaidValue>
<RREID>1</RREID>
<Transaction>sample string 11</Transaction>
</AgentChargeDTO>
</ArrayOfAgentChargeDTO>