POST api/agentcharges/PostAgentCharges
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": "5585e8fd-610f-45d6-9441-e56b7f1c0e6a",
"OfficeQOCID": "4b487baf-eed3-4f35-8f57-524afa174010",
"AgentQOCID": "e3173e1b-9ff9-47fa-b4c2-322d6beb184b",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-07-28T12:21:06.1062656+00:00",
"DatePaid": "2026-07-28T12:21:06.1062656+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": "5585e8fd-610f-45d6-9441-e56b7f1c0e6a",
"OfficeQOCID": "4b487baf-eed3-4f35-8f57-524afa174010",
"AgentQOCID": "e3173e1b-9ff9-47fa-b4c2-322d6beb184b",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-07-28T12:21:06.1062656+00:00",
"DatePaid": "2026-07-28T12:21:06.1062656+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>e3173e1b-9ff9-47fa-b4c2-322d6beb184b</AgentQOCID>
<BrokerageQOCID>5585e8fd-610f-45d6-9441-e56b7f1c0e6a</BrokerageQOCID>
<CreditValue>1</CreditValue>
<DateAccrued>2026-07-28T12:21:06.1062656+00:00</DateAccrued>
<DatePaid>2026-07-28T12:21:06.1062656+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>4b487baf-eed3-4f35-8f57-524afa174010</OfficeQOCID>
<PaidValue>8</PaidValue>
<RREID>1</RREID>
<Transaction>sample string 11</Transaction>
</AgentChargeDTO>
<AgentChargeDTO>
<AccountDescription>sample string 12</AccountDescription>
<AccruedValue>7</AccruedValue>
<AgentQOCID>e3173e1b-9ff9-47fa-b4c2-322d6beb184b</AgentQOCID>
<BrokerageQOCID>5585e8fd-610f-45d6-9441-e56b7f1c0e6a</BrokerageQOCID>
<CreditValue>1</CreditValue>
<DateAccrued>2026-07-28T12:21:06.1062656+00:00</DateAccrued>
<DatePaid>2026-07-28T12:21:06.1062656+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>4b487baf-eed3-4f35-8f57-524afa174010</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": "8acf072f-faeb-4710-912e-bea56acd8c2e",
"OfficeQOCID": "8dab55fd-90a6-43a1-bcdb-5267be457c5c",
"AgentQOCID": "8fd3bf6b-9ade-407d-99a8-66142e713597",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-07-28T12:21:06.1218151+00:00",
"DatePaid": "2026-07-28T12:21:06.1218151+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": "8acf072f-faeb-4710-912e-bea56acd8c2e",
"OfficeQOCID": "8dab55fd-90a6-43a1-bcdb-5267be457c5c",
"AgentQOCID": "8fd3bf6b-9ade-407d-99a8-66142e713597",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-07-28T12:21:06.1218151+00:00",
"DatePaid": "2026-07-28T12:21:06.1218151+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>8fd3bf6b-9ade-407d-99a8-66142e713597</d3p1:AgentQOCID>
<d3p1:BrokerageQOCID>8acf072f-faeb-4710-912e-bea56acd8c2e</d3p1:BrokerageQOCID>
<d3p1:CreditValue>1</d3p1:CreditValue>
<d3p1:DateAccrued>2026-07-28T12:21:06.1218151+00:00</d3p1:DateAccrued>
<d3p1:DatePaid>2026-07-28T12:21:06.1218151+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>8dab55fd-90a6-43a1-bcdb-5267be457c5c</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>8fd3bf6b-9ade-407d-99a8-66142e713597</d3p1:AgentQOCID>
<d3p1:BrokerageQOCID>8acf072f-faeb-4710-912e-bea56acd8c2e</d3p1:BrokerageQOCID>
<d3p1:CreditValue>1</d3p1:CreditValue>
<d3p1:DateAccrued>2026-07-28T12:21:06.1218151+00:00</d3p1:DateAccrued>
<d3p1:DatePaid>2026-07-28T12:21:06.1218151+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>8dab55fd-90a6-43a1-bcdb-5267be457c5c</d3p1:OfficeQOCID>
<d3p1:PaidValue>8</d3p1:PaidValue>
<d3p1:RREID>1</d3p1:RREID>
<d3p1:Transaction>sample string 11</d3p1:Transaction>
</SourceEntity>
</PostResultOfAgentChargeDTOm_PmVAP2a>
</ArrayOfPostResultOfAgentChargeDTOm_PmVAP2a>