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": "f114b210-88c2-4e3b-a18d-0a4395b751b1",
"OfficeQOCID": "f299916c-c03e-45c2-8c51-7a6104805bb7",
"AgentQOCID": "eb53eb83-e76c-46ee-8a8f-416af3d35e59",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-07-28T12:21:06.6218289+00:00",
"DatePaid": "2026-07-28T12:21:06.6218289+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>eb53eb83-e76c-46ee-8a8f-416af3d35e59</AgentQOCID> <BrokerageQOCID>f114b210-88c2-4e3b-a18d-0a4395b751b1</BrokerageQOCID> <CreditValue>1</CreditValue> <DateAccrued>2026-07-28T12:21:06.6218289+00:00</DateAccrued> <DatePaid>2026-07-28T12:21:06.6218289+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>f299916c-c03e-45c2-8c51-7a6104805bb7</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": "d0526770-77f7-46a0-a65d-4e42b850fe62",
"OfficeQOCID": "5d292d08-ba85-4015-a52a-5888a6d1a85f",
"AgentQOCID": "1417edd3-a948-4701-8009-61b58446976c",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-07-28T12:21:06.6218289+00:00",
"DatePaid": "2026-07-28T12:21:06.6218289+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>1417edd3-a948-4701-8009-61b58446976c</d2p1:AgentQOCID>
<d2p1:BrokerageQOCID>d0526770-77f7-46a0-a65d-4e42b850fe62</d2p1:BrokerageQOCID>
<d2p1:CreditValue>1</d2p1:CreditValue>
<d2p1:DateAccrued>2026-07-28T12:21:06.6218289+00:00</d2p1:DateAccrued>
<d2p1:DatePaid>2026-07-28T12:21:06.6218289+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>5d292d08-ba85-4015-a52a-5888a6d1a85f</d2p1:OfficeQOCID>
<d2p1:PaidValue>8</d2p1:PaidValue>
<d2p1:RREID>1</d2p1:RREID>
<d2p1:Transaction>sample string 11</d2p1:Transaction>
</SourceEntity>
</PostResultOfAgentChargeDTOm_PmVAP2a>