PUT api/agentcharges/PutAgentCharges
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "829d9a2a-53ed-4717-9e39-76bbdd633198",
"OfficeQOCID": "b9d91310-6bb4-4b2a-8f44-c08e08549ccc",
"AgentQOCID": "d124aef8-bd98-4b5e-ae02-b36d1fc22b8e",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-05-07T22:26:11.4998685+00:00",
"DatePaid": "2026-05-07T22:26:11.4998685+00:00",
"Description": "sample string 9",
"GLCode": "sample string 10",
"Transaction": "sample string 11",
"AccountDescription": "sample string 12",
"IsMarkAsDeleted": true,
"CreditValue": 1.0
},
{
"RREID": 1,
"BrokerageQOCID": "829d9a2a-53ed-4717-9e39-76bbdd633198",
"OfficeQOCID": "b9d91310-6bb4-4b2a-8f44-c08e08549ccc",
"AgentQOCID": "d124aef8-bd98-4b5e-ae02-b36d1fc22b8e",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-05-07T22:26:11.4998685+00:00",
"DatePaid": "2026-05-07T22:26:11.4998685+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:
<ArrayOfAgentChargeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListingHub.Application.Common.DTO">
<AgentChargeDTO>
<AccountDescription>sample string 12</AccountDescription>
<AccruedValue>7</AccruedValue>
<AgentQOCID>d124aef8-bd98-4b5e-ae02-b36d1fc22b8e</AgentQOCID>
<BrokerageQOCID>829d9a2a-53ed-4717-9e39-76bbdd633198</BrokerageQOCID>
<CreditValue>1</CreditValue>
<DateAccrued>2026-05-07T22:26:11.4998685+00:00</DateAccrued>
<DatePaid>2026-05-07T22:26:11.4998685+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>b9d91310-6bb4-4b2a-8f44-c08e08549ccc</OfficeQOCID>
<PaidValue>8</PaidValue>
<RREID>1</RREID>
<Transaction>sample string 11</Transaction>
</AgentChargeDTO>
<AgentChargeDTO>
<AccountDescription>sample string 12</AccountDescription>
<AccruedValue>7</AccruedValue>
<AgentQOCID>d124aef8-bd98-4b5e-ae02-b36d1fc22b8e</AgentQOCID>
<BrokerageQOCID>829d9a2a-53ed-4717-9e39-76bbdd633198</BrokerageQOCID>
<CreditValue>1</CreditValue>
<DateAccrued>2026-05-07T22:26:11.4998685+00:00</DateAccrued>
<DatePaid>2026-05-07T22:26:11.4998685+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>b9d91310-6bb4-4b2a-8f44-c08e08549ccc</OfficeQOCID>
<PaidValue>8</PaidValue>
<RREID>1</RREID>
<Transaction>sample string 11</Transaction>
</AgentChargeDTO>
</ArrayOfAgentChargeDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of 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": "651a45e2-cec9-4c59-8582-7133d38b65d4",
"OfficeQOCID": "732e3070-c554-4b45-809d-da9752d7a4b7",
"AgentQOCID": "3eb55392-9009-4ef8-9f90-c015023a78ee",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-05-07T22:26:11.4998685+00:00",
"DatePaid": "2026-05-07T22:26:11.4998685+00:00",
"Description": "sample string 9",
"GLCode": "sample string 10",
"Transaction": "sample string 11",
"AccountDescription": "sample string 12",
"IsMarkAsDeleted": true,
"CreditValue": 1.0
}
},
{
"PostStatus": "Successfully",
"Message": "sample string 1",
"SourceEntity": {
"RREID": 1,
"BrokerageQOCID": "651a45e2-cec9-4c59-8582-7133d38b65d4",
"OfficeQOCID": "732e3070-c554-4b45-809d-da9752d7a4b7",
"AgentQOCID": "3eb55392-9009-4ef8-9f90-c015023a78ee",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-05-07T22:26:11.4998685+00:00",
"DatePaid": "2026-05-07T22:26:11.4998685+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:
<ArrayOfPostResultOfAgentChargeDTOm_PmVAP2a xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListingHub.Application.Common.APIDTO">
<PostResultOfAgentChargeDTOm_PmVAP2a>
<Message>sample string 1</Message>
<PostStatus>Successfully</PostStatus>
<SourceEntity xmlns:d3p1="http://schemas.datacontract.org/2004/07/ListingHub.Application.Common.DTO">
<d3p1:AccountDescription>sample string 12</d3p1:AccountDescription>
<d3p1:AccruedValue>7</d3p1:AccruedValue>
<d3p1:AgentQOCID>3eb55392-9009-4ef8-9f90-c015023a78ee</d3p1:AgentQOCID>
<d3p1:BrokerageQOCID>651a45e2-cec9-4c59-8582-7133d38b65d4</d3p1:BrokerageQOCID>
<d3p1:CreditValue>1</d3p1:CreditValue>
<d3p1:DateAccrued>2026-05-07T22:26:11.4998685+00:00</d3p1:DateAccrued>
<d3p1:DatePaid>2026-05-07T22:26:11.4998685+00:00</d3p1:DatePaid>
<d3p1:Description>sample string 9</d3p1:Description>
<d3p1:FirstName>sample string 5</d3p1:FirstName>
<d3p1:GLCode>sample string 10</d3p1:GLCode>
<d3p1:IsMarkAsDeleted>true</d3p1:IsMarkAsDeleted>
<d3p1:LastName>sample string 6</d3p1:LastName>
<d3p1:OfficeQOCID>732e3070-c554-4b45-809d-da9752d7a4b7</d3p1:OfficeQOCID>
<d3p1:PaidValue>8</d3p1:PaidValue>
<d3p1:RREID>1</d3p1:RREID>
<d3p1:Transaction>sample string 11</d3p1:Transaction>
</SourceEntity>
</PostResultOfAgentChargeDTOm_PmVAP2a>
<PostResultOfAgentChargeDTOm_PmVAP2a>
<Message>sample string 1</Message>
<PostStatus>Successfully</PostStatus>
<SourceEntity xmlns:d3p1="http://schemas.datacontract.org/2004/07/ListingHub.Application.Common.DTO">
<d3p1:AccountDescription>sample string 12</d3p1:AccountDescription>
<d3p1:AccruedValue>7</d3p1:AccruedValue>
<d3p1:AgentQOCID>3eb55392-9009-4ef8-9f90-c015023a78ee</d3p1:AgentQOCID>
<d3p1:BrokerageQOCID>651a45e2-cec9-4c59-8582-7133d38b65d4</d3p1:BrokerageQOCID>
<d3p1:CreditValue>1</d3p1:CreditValue>
<d3p1:DateAccrued>2026-05-07T22:26:11.4998685+00:00</d3p1:DateAccrued>
<d3p1:DatePaid>2026-05-07T22:26:11.4998685+00:00</d3p1:DatePaid>
<d3p1:Description>sample string 9</d3p1:Description>
<d3p1:FirstName>sample string 5</d3p1:FirstName>
<d3p1:GLCode>sample string 10</d3p1:GLCode>
<d3p1:IsMarkAsDeleted>true</d3p1:IsMarkAsDeleted>
<d3p1:LastName>sample string 6</d3p1:LastName>
<d3p1:OfficeQOCID>732e3070-c554-4b45-809d-da9752d7a4b7</d3p1:OfficeQOCID>
<d3p1:PaidValue>8</d3p1:PaidValue>
<d3p1:RREID>1</d3p1:RREID>
<d3p1:Transaction>sample string 11</d3p1:Transaction>
</SourceEntity>
</PostResultOfAgentChargeDTOm_PmVAP2a>
</ArrayOfPostResultOfAgentChargeDTOm_PmVAP2a>