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": "213cdd32-f933-42bd-9e79-732cd5b0b110",
"OfficeQOCID": "6415f8d5-0abc-48c4-8e9e-f69ad9e4e560",
"AgentQOCID": "779b6be6-638a-4f38-9a2b-bfe5df3b038b",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-03-10T01:13:06.5565047+00:00",
"DatePaid": "2026-03-10T01:13:06.5565047+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": "213cdd32-f933-42bd-9e79-732cd5b0b110",
"OfficeQOCID": "6415f8d5-0abc-48c4-8e9e-f69ad9e4e560",
"AgentQOCID": "779b6be6-638a-4f38-9a2b-bfe5df3b038b",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-03-10T01:13:06.5565047+00:00",
"DatePaid": "2026-03-10T01:13:06.5565047+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>779b6be6-638a-4f38-9a2b-bfe5df3b038b</AgentQOCID>
<BrokerageQOCID>213cdd32-f933-42bd-9e79-732cd5b0b110</BrokerageQOCID>
<CreditValue>1</CreditValue>
<DateAccrued>2026-03-10T01:13:06.5565047+00:00</DateAccrued>
<DatePaid>2026-03-10T01:13:06.5565047+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>6415f8d5-0abc-48c4-8e9e-f69ad9e4e560</OfficeQOCID>
<PaidValue>8</PaidValue>
<RREID>1</RREID>
<Transaction>sample string 11</Transaction>
</AgentChargeDTO>
<AgentChargeDTO>
<AccountDescription>sample string 12</AccountDescription>
<AccruedValue>7</AccruedValue>
<AgentQOCID>779b6be6-638a-4f38-9a2b-bfe5df3b038b</AgentQOCID>
<BrokerageQOCID>213cdd32-f933-42bd-9e79-732cd5b0b110</BrokerageQOCID>
<CreditValue>1</CreditValue>
<DateAccrued>2026-03-10T01:13:06.5565047+00:00</DateAccrued>
<DatePaid>2026-03-10T01:13:06.5565047+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>6415f8d5-0abc-48c4-8e9e-f69ad9e4e560</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": "d791c1ec-aea8-4965-925a-24a14283a732",
"OfficeQOCID": "bd1aa587-fc8c-4f34-96a7-1a90975a3c9b",
"AgentQOCID": "99578b6e-7bde-45da-9af5-608961858e83",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-03-10T01:13:06.7752669+00:00",
"DatePaid": "2026-03-10T01:13:06.7752669+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": "d791c1ec-aea8-4965-925a-24a14283a732",
"OfficeQOCID": "bd1aa587-fc8c-4f34-96a7-1a90975a3c9b",
"AgentQOCID": "99578b6e-7bde-45da-9af5-608961858e83",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"AccruedValue": 7.0,
"PaidValue": 8.0,
"DateAccrued": "2026-03-10T01:13:06.7752669+00:00",
"DatePaid": "2026-03-10T01:13:06.7752669+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>99578b6e-7bde-45da-9af5-608961858e83</d3p1:AgentQOCID>
<d3p1:BrokerageQOCID>d791c1ec-aea8-4965-925a-24a14283a732</d3p1:BrokerageQOCID>
<d3p1:CreditValue>1</d3p1:CreditValue>
<d3p1:DateAccrued>2026-03-10T01:13:06.7752669+00:00</d3p1:DateAccrued>
<d3p1:DatePaid>2026-03-10T01:13:06.7752669+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>bd1aa587-fc8c-4f34-96a7-1a90975a3c9b</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>99578b6e-7bde-45da-9af5-608961858e83</d3p1:AgentQOCID>
<d3p1:BrokerageQOCID>d791c1ec-aea8-4965-925a-24a14283a732</d3p1:BrokerageQOCID>
<d3p1:CreditValue>1</d3p1:CreditValue>
<d3p1:DateAccrued>2026-03-10T01:13:06.7752669+00:00</d3p1:DateAccrued>
<d3p1:DatePaid>2026-03-10T01:13:06.7752669+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>bd1aa587-fc8c-4f34-96a7-1a90975a3c9b</d3p1:OfficeQOCID>
<d3p1:PaidValue>8</d3p1:PaidValue>
<d3p1:RREID>1</d3p1:RREID>
<d3p1:Transaction>sample string 11</d3p1:Transaction>
</SourceEntity>
</PostResultOfAgentChargeDTOm_PmVAP2a>
</ArrayOfPostResultOfAgentChargeDTOm_PmVAP2a>