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": "f6c58acb-dabf-4c42-9b8b-7e9d42e310e6",
"OfficeQOCID": "00d7eeca-4973-477b-9c10-3de3b7cbd65f",
"AgentQOCID": "1de626d9-52c9-4386-bcad-75ff5a6a6f58",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-07-28T12:21:42.4509605+00:00",
"DatePaid": "2026-07-28T12:21:42.4509605+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>1de626d9-52c9-4386-bcad-75ff5a6a6f58</AgentQOCID> <BrokerageQOCID>f6c58acb-dabf-4c42-9b8b-7e9d42e310e6</BrokerageQOCID> <CreditValue>1</CreditValue> <DateAccrued>2026-07-28T12:21:42.4509605+00:00</DateAccrued> <DatePaid>2026-07-28T12:21:42.4509605+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>00d7eeca-4973-477b-9c10-3de3b7cbd65f</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": "7da05e73-823c-43a2-bf3c-ae2e993991ba",
"OfficeQOCID": "f8b56445-dbcb-4e45-9465-6527113dc51e",
"AgentQOCID": "a8d6edb3-4205-4cfc-81cc-e782f7854891",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-07-28T12:21:42.4509605+00:00",
"DatePaid": "2026-07-28T12:21:42.4509605+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>a8d6edb3-4205-4cfc-81cc-e782f7854891</d2p1:AgentQOCID>
<d2p1:BrokerageQOCID>7da05e73-823c-43a2-bf3c-ae2e993991ba</d2p1:BrokerageQOCID>
<d2p1:CreditValue>1</d2p1:CreditValue>
<d2p1:DateAccrued>2026-07-28T12:21:42.4509605+00:00</d2p1:DateAccrued>
<d2p1:DatePaid>2026-07-28T12:21:42.4509605+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>f8b56445-dbcb-4e45-9465-6527113dc51e</d2p1:OfficeQOCID>
<d2p1:PaidValue>8</d2p1:PaidValue>
<d2p1:RREID>1</d2p1:RREID>
<d2p1:Transaction>sample string 11</d2p1:Transaction>
</SourceEntity>
</PostResultOfAgentChargeDTOm_PmVAP2a>