POST api/mls/agentauditreport

Request Information

URI Parameters

None.

Body Parameters

AgentAuditReportMaster
NameDescriptionTypeAdditional 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-04-24T20:05:50.6653605+00:00",
  "EndDate": "2024-04-24T20:05:50.6653605+00:00",
  "LastUpdate": "2024-04-24T20:05:50.6653605+00:00"
}

text/html

Sample:
{"ID":1,"MLSID":"sample string 2","Success":true,"TotalAgents":1,"NewAgents":1,"StartDate":"2024-04-24T20:05:50.6653605+00:00","EndDate":"2024-04-24T20:05:50.6653605+00:00","LastUpdate":"2024-04-24T20:05:50.6653605+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-04-24T20:05:50.6653605+00:00</EndDate>
  <ID>1</ID>
  <LastUpdate>2024-04-24T20:05:50.6653605+00:00</LastUpdate>
  <MLSID>sample string 2</MLSID>
  <NewAgents>1</NewAgents>
  <StartDate>2024-04-24T20:05:50.6653605+00:00</StartDate>
  <Success>true</Success>
  <TotalAgents>1</TotalAgents>
</AgentAuditReportMaster>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AgentAuditReportMaster'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.