POST api/mls/agentauditreport
Request Information
URI Parameters
None.
Body Parameters
AgentAuditReportMasterName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
MLSID | string |
None. |
|
Success | boolean |
None. |
|
TotalAgents | integer |
None. |
|
NewAgents | integer |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
LastUpdate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "MLSID": "sample string 2", "Success": true, "TotalAgents": 1, "NewAgents": 1, "StartDate": "2024-12-21T15:51:23.439506+00:00", "EndDate": "2024-12-21T15:51:23.439506+00:00", "LastUpdate": "2024-12-21T15:51:23.439506+00:00" }
text/html
Sample:
{"ID":1,"MLSID":"sample string 2","Success":true,"TotalAgents":1,"NewAgents":1,"StartDate":"2024-12-21T15:51:23.439506+00:00","EndDate":"2024-12-21T15:51:23.439506+00:00","LastUpdate":"2024-12-21T15:51:23.439506+00:00"}
application/xml, text/xml
Sample:
<AgentAuditReportMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NPlay.Common.Models"> <EndDate>2024-12-21T15:51:23.439506+00:00</EndDate> <ID>1</ID> <LastUpdate>2024-12-21T15:51:23.439506+00:00</LastUpdate> <MLSID>sample string 2</MLSID> <NewAgents>1</NewAgents> <StartDate>2024-12-21T15:51:23.439506+00:00</StartDate> <Success>true</Success> <TotalAgents>1</TotalAgents> </AgentAuditReportMaster>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.