POST api/VenderSettings/UpdateMongoAtlasSettings

Request Information

URI Parameters

None.

Body Parameters

UpdateMognoAtlasSettingsRequestVM
NameDescriptionTypeAdditional information
AdminUserId

string

Required

Id

string

Required

IsScalingEnabled

boolean

None.

DaysOfWeek

Collection of DaysOfWeek

None.

StartHour

integer

None.

EndHour

integer

None.

FromScale

string

None.

ToScale

string

None.

Password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AdminUserId": "sample string 1",
  "Id": "sample string 2",
  "IsScalingEnabled": true,
  "DaysOfWeek": [
    "Sunday",
    "Sunday"
  ],
  "StartHour": 4,
  "EndHour": 5,
  "FromScale": "sample string 6",
  "ToScale": "sample string 7",
  "Password": "sample string 8"
}

application/xml, text/xml

Sample:
<UpdateMognoAtlasSettingsRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services.RequestViewModels.VenderSettings">
  <AdminUserId>sample string 1</AdminUserId>
  <DaysOfWeek xmlns:d2p1="http://schemas.datacontract.org/2004/07/MindMe.Shared.Common">
    <d2p1:DaysOfWeek>Sunday</d2p1:DaysOfWeek>
    <d2p1:DaysOfWeek>Sunday</d2p1:DaysOfWeek>
  </DaysOfWeek>
  <EndHour>5</EndHour>
  <FromScale>sample string 6</FromScale>
  <Id>sample string 2</Id>
  <IsScalingEnabled>true</IsScalingEnabled>
  <Password>sample string 8</Password>
  <StartHour>4</StartHour>
  <ToScale>sample string 7</ToScale>
</UpdateMognoAtlasSettingsRequestVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.