GET api/agentcharges/{brokerQOCGUID},{officeQOCGUID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
brokerQOCGUID

globally unique identifier

Required

officeQOCGUID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AgentChargeDTO
NameDescriptionTypeAdditional 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": "38cf88bb-820e-4918-9d22-4ca156556ce3",
    "OfficeQOCID": "8ca312e5-085b-4d54-b145-93c163c07d62",
    "AgentQOCID": "5554f31e-8ae2-4b2e-8087-16e4615cf9fa",
    "FirstName": "sample string 5",
    "LastName": "sample string 6",
    "AccruedValue": 7.0,
    "PaidValue": 8.0,
    "DateAccrued": "2026-03-10T01:15:32.1633818+00:00",
    "DatePaid": "2026-03-10T01:15:32.1633818+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": "38cf88bb-820e-4918-9d22-4ca156556ce3",
    "OfficeQOCID": "8ca312e5-085b-4d54-b145-93c163c07d62",
    "AgentQOCID": "5554f31e-8ae2-4b2e-8087-16e4615cf9fa",
    "FirstName": "sample string 5",
    "LastName": "sample string 6",
    "AccruedValue": 7.0,
    "PaidValue": 8.0,
    "DateAccrued": "2026-03-10T01:15:32.1633818+00:00",
    "DatePaid": "2026-03-10T01:15:32.1633818+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>5554f31e-8ae2-4b2e-8087-16e4615cf9fa</AgentQOCID>
    <BrokerageQOCID>38cf88bb-820e-4918-9d22-4ca156556ce3</BrokerageQOCID>
    <CreditValue>1</CreditValue>
    <DateAccrued>2026-03-10T01:15:32.1633818+00:00</DateAccrued>
    <DatePaid>2026-03-10T01:15:32.1633818+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>8ca312e5-085b-4d54-b145-93c163c07d62</OfficeQOCID>
    <PaidValue>8</PaidValue>
    <RREID>1</RREID>
    <Transaction>sample string 11</Transaction>
  </AgentChargeDTO>
  <AgentChargeDTO>
    <AccountDescription>sample string 12</AccountDescription>
    <AccruedValue>7</AccruedValue>
    <AgentQOCID>5554f31e-8ae2-4b2e-8087-16e4615cf9fa</AgentQOCID>
    <BrokerageQOCID>38cf88bb-820e-4918-9d22-4ca156556ce3</BrokerageQOCID>
    <CreditValue>1</CreditValue>
    <DateAccrued>2026-03-10T01:15:32.1633818+00:00</DateAccrued>
    <DatePaid>2026-03-10T01:15:32.1633818+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>8ca312e5-085b-4d54-b145-93c163c07d62</OfficeQOCID>
    <PaidValue>8</PaidValue>
    <RREID>1</RREID>
    <Transaction>sample string 11</Transaction>
  </AgentChargeDTO>
</ArrayOfAgentChargeDTO>