PUT api/agentcharges/PutAgentCharge
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": "42ac3810-c0a2-441d-afa9-22b612f31536",
"OfficeQOCID": "65b16fca-1791-4344-8cdc-b160983fffe3",
"AgentQOCID": "b9d457f0-ead6-4d48-b1f4-a295ee8756dd",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-03-10T01:14:03.1501623+00:00",
"DatePaid": "2026-03-10T01:14:03.1501623+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>b9d457f0-ead6-4d48-b1f4-a295ee8756dd</AgentQOCID> <BrokerageQOCID>42ac3810-c0a2-441d-afa9-22b612f31536</BrokerageQOCID> <CreditValue>1</CreditValue> <DateAccrued>2026-03-10T01:14:03.1501623+00:00</DateAccrued> <DatePaid>2026-03-10T01:14:03.1501623+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>65b16fca-1791-4344-8cdc-b160983fffe3</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": "ae1912a9-e9b1-4fc5-8df9-38b937374bb5",
"OfficeQOCID": "451c3e7c-9506-4db9-8d95-aac51e832297",
"AgentQOCID": "00904712-f2ab-4f90-94df-e5b3458d8618",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-03-10T01:14:03.1501623+00:00",
"DatePaid": "2026-03-10T01:14:03.1501623+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>00904712-f2ab-4f90-94df-e5b3458d8618</d2p1:AgentQOCID>
<d2p1:BrokerageQOCID>ae1912a9-e9b1-4fc5-8df9-38b937374bb5</d2p1:BrokerageQOCID>
<d2p1:CreditValue>1</d2p1:CreditValue>
<d2p1:DateAccrued>2026-03-10T01:14:03.1501623+00:00</d2p1:DateAccrued>
<d2p1:DatePaid>2026-03-10T01:14:03.1501623+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>451c3e7c-9506-4db9-8d95-aac51e832297</d2p1:OfficeQOCID>
<d2p1:PaidValue>8</d2p1:PaidValue>
<d2p1:RREID>1</d2p1:RREID>
<d2p1:Transaction>sample string 11</d2p1:Transaction>
</SourceEntity>
</PostResultOfAgentChargeDTOm_PmVAP2a>