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": "af47da54-e044-4f78-8371-57ba979257c1",
"OfficeQOCID": "47539006-a3a2-4a15-be41-c7b6b77ba739",
"AgentQOCID": "56ead160-cdc4-4e95-a9aa-c2d61a2e569c",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-05-07T22:26:11.7810505+00:00",
"DatePaid": "2026-05-07T22:26:11.7810505+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>56ead160-cdc4-4e95-a9aa-c2d61a2e569c</AgentQOCID> <BrokerageQOCID>af47da54-e044-4f78-8371-57ba979257c1</BrokerageQOCID> <CreditValue>1</CreditValue> <DateAccrued>2026-05-07T22:26:11.7810505+00:00</DateAccrued> <DatePaid>2026-05-07T22:26:11.7810505+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>47539006-a3a2-4a15-be41-c7b6b77ba739</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": "a245381d-6c1a-4121-a57e-31b5ff60d8d5",
"OfficeQOCID": "3f14685c-209f-4023-8a68-1c7468f21bca",
"AgentQOCID": "f069df78-3a69-4a7a-923d-1a3445bd719c",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-05-07T22:26:11.7810505+00:00",
"DatePaid": "2026-05-07T22:26:11.7810505+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>f069df78-3a69-4a7a-923d-1a3445bd719c</d2p1:AgentQOCID>
<d2p1:BrokerageQOCID>a245381d-6c1a-4121-a57e-31b5ff60d8d5</d2p1:BrokerageQOCID>
<d2p1:CreditValue>1</d2p1:CreditValue>
<d2p1:DateAccrued>2026-05-07T22:26:11.7810505+00:00</d2p1:DateAccrued>
<d2p1:DatePaid>2026-05-07T22:26:11.7810505+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>3f14685c-209f-4023-8a68-1c7468f21bca</d2p1:OfficeQOCID>
<d2p1:PaidValue>8</d2p1:PaidValue>
<d2p1:RREID>1</d2p1:RREID>
<d2p1:Transaction>sample string 11</d2p1:Transaction>
</SourceEntity>
</PostResultOfAgentChargeDTOm_PmVAP2a>