POST api/agentcharges/PostAgentCharge
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"RREID": 1,
"BrokerageQOCID": "eb222c66-e4e5-40e2-b1a2-7b900a408dfb",
"OfficeQOCID": "244e7377-6ece-4420-a693-f3d717848db4",
"AgentQOCID": "11fd8eb8-095b-4964-be73-87b5cf8ee348",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-03-10T01:13:06.6815056+00:00",
"DatePaid": "2026-03-10T01:13:06.6815056+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:
<AgentChargeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListingHub.Application.Common.DTO"> <AccountDescription>sample string 12</AccountDescription> <AccruedValue>7</AccruedValue> <AgentQOCID>11fd8eb8-095b-4964-be73-87b5cf8ee348</AgentQOCID> <BrokerageQOCID>eb222c66-e4e5-40e2-b1a2-7b900a408dfb</BrokerageQOCID> <CreditValue>1</CreditValue> <DateAccrued>2026-03-10T01:13:06.6815056+00:00</DateAccrued> <DatePaid>2026-03-10T01:13:06.6815056+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>244e7377-6ece-4420-a693-f3d717848db4</OfficeQOCID> <PaidValue>8</PaidValue> <RREID>1</RREID> <Transaction>sample string 11</Transaction> </AgentChargeDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PostResultOfAgentChargeDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PostStatus | PostStatuses |
None. |
|
| Message | string |
None. |
|
| SourceEntity | AgentChargeDTO |
None. |
Response Formats
application/json, text/json
Sample:
{
"PostStatus": "Successfully",
"Message": "sample string 1",
"SourceEntity": {
"RREID": 1,
"BrokerageQOCID": "4509b4a3-aea1-45ee-adce-f8ac16769db1",
"OfficeQOCID": "578b8e3d-af8f-41d3-bb2c-fc45c285c1dd",
"AgentQOCID": "b034ce9f-2996-4d19-9236-824d65cd24cc",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-03-10T01:13:06.7908848+00:00",
"DatePaid": "2026-03-10T01:13:06.7908848+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:
<PostResultOfAgentChargeDTOm_PmVAP2a xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListingHub.Application.Common.APIDTO">
<Message>sample string 1</Message>
<PostStatus>Successfully</PostStatus>
<SourceEntity xmlns:d2p1="http://schemas.datacontract.org/2004/07/ListingHub.Application.Common.DTO">
<d2p1:AccountDescription>sample string 12</d2p1:AccountDescription>
<d2p1:AccruedValue>7</d2p1:AccruedValue>
<d2p1:AgentQOCID>b034ce9f-2996-4d19-9236-824d65cd24cc</d2p1:AgentQOCID>
<d2p1:BrokerageQOCID>4509b4a3-aea1-45ee-adce-f8ac16769db1</d2p1:BrokerageQOCID>
<d2p1:CreditValue>1</d2p1:CreditValue>
<d2p1:DateAccrued>2026-03-10T01:13:06.7908848+00:00</d2p1:DateAccrued>
<d2p1:DatePaid>2026-03-10T01:13:06.7908848+00:00</d2p1:DatePaid>
<d2p1:Description>sample string 9</d2p1:Description>
<d2p1:FirstName>sample string 5</d2p1:FirstName>
<d2p1:GLCode>sample string 10</d2p1:GLCode>
<d2p1:IsMarkAsDeleted>true</d2p1:IsMarkAsDeleted>
<d2p1:LastName>sample string 6</d2p1:LastName>
<d2p1:OfficeQOCID>578b8e3d-af8f-41d3-bb2c-fc45c285c1dd</d2p1:OfficeQOCID>
<d2p1:PaidValue>8</d2p1:PaidValue>
<d2p1:RREID>1</d2p1:RREID>
<d2p1:Transaction>sample string 11</d2p1:Transaction>
</SourceEntity>
</PostResultOfAgentChargeDTOm_PmVAP2a>