POST api/realdata/addmappingprogress

Request Information

URI Parameters

None.

Body Parameters

MappingProgress
NameDescriptionTypeAdditional information
ID

integer

None.

MLSID

string

None.

MappedBy

string

None.

SFDTComplete

MappingProgressStatus

None.

THCondoComplete

MappingProgressStatus

None.

SoldsComplete

MappingProgressStatus

None.

RentalComplete

MappingProgressStatus

None.

AgentComplete

MappingProgressStatus

None.

OfficeComplete

MappingProgressStatus

None.

QAComplete

MappingProgressStatus

None.

InProd

boolean

None.

Comments

string

None.

LastUpdated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "MLSID": "sample string 2",
  "MappedBy": "sample string 3",
  "SFDTComplete": 1,
  "THCondoComplete": 1,
  "SoldsComplete": 1,
  "RentalComplete": 1,
  "AgentComplete": 1,
  "OfficeComplete": 1,
  "QAComplete": 1,
  "InProd": true,
  "Comments": "sample string 5",
  "LastUpdated": "2024-04-25T04:07:03.4055965+00:00"
}

text/html

Sample:
{"ID":1,"MLSID":"sample string 2","MappedBy":"sample string 3","SFDTComplete":1,"THCondoComplete":1,"SoldsComplete":1,"RentalComplete":1,"AgentComplete":1,"OfficeComplete":1,"QAComplete":1,"InProd":true,"Comments":"sample string 5","LastUpdated":"2024-04-25T04:07:03.4055965+00:00"}

application/xml, text/xml

Sample:
<MappingProgress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NPlay.RealDataFlow.Mapping.Models.Maps">
  <AgentComplete>NotStarted</AgentComplete>
  <Comments>sample string 5</Comments>
  <ID>1</ID>
  <InProd>true</InProd>
  <LastUpdated>2024-04-25T04:07:03.4055965+00:00</LastUpdated>
  <MLSID>sample string 2</MLSID>
  <MappedBy>sample string 3</MappedBy>
  <OfficeComplete>NotStarted</OfficeComplete>
  <QAComplete>NotStarted</QAComplete>
  <RentalComplete>NotStarted</RentalComplete>
  <SFDTComplete>NotStarted</SFDTComplete>
  <SoldsComplete>NotStarted</SoldsComplete>
  <THCondoComplete>NotStarted</THCondoComplete>
</MappingProgress>

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 'MappingProgress'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.