PUT api/datavaultsetting

Request Information

URI Parameters

None.

Body Parameters

MlsReDataVaultSettingModel
NameDescriptionTypeAdditional information
MlsId

string

None.

Subject

string

None.

SendToAgent

boolean

None.

SendToBroker

boolean

None.

SendToNplay

boolean

None.

AutoApproveAgent

boolean

None.

CcSendToBroker

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "MlsId": "sample string 1",
  "Subject": "sample string 2",
  "SendToAgent": true,
  "SendToBroker": true,
  "SendToNplay": true,
  "AutoApproveAgent": true,
  "CcSendToBroker": true
}

text/html

Sample:
{"MlsId":"sample string 1","Subject":"sample string 2","SendToAgent":true,"SendToBroker":true,"SendToNplay":true,"AutoApproveAgent":true,"CcSendToBroker":true}

application/xml, text/xml

Sample:
<MlsReDataVaultSettingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NPlay.Common.Models.Services">
  <AutoApproveAgent>true</AutoApproveAgent>
  <CcSendToBroker>true</CcSendToBroker>
  <MlsId>sample string 1</MlsId>
  <SendToAgent>true</SendToAgent>
  <SendToBroker>true</SendToBroker>
  <SendToNplay>true</SendToNplay>
  <Subject>sample string 2</Subject>
</MlsReDataVaultSettingModel>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.