POST Api/MetricMinder/SaveBathtoomSchedule

Request Information

URI Parameters

None.

Body Parameters

BathroomRequest
NameDescriptionTypeAdditional information
ClientID

decimal number

None.

BathroomDate

date

None.

BathroomTime

date

None.

BathroomWindow

decimal number

None.

BathroomInfo

string

None.

BathroomID

decimal number

None.

CampusName

string

None.

UserID

string

None.

DeviceID

string

None.

DeviceOS

string

None.

Version

string

None.

accessToken

string

Required

Matching regular expression pattern: ^a4768b1a-b5c1-4561-86e7-324b8a368354$

Request Formats

application/json, text/json

Sample:
{
  "ClientID": 1.0,
  "BathroomDate": "2025-08-02T18:19:32.33241-04:00",
  "BathroomTime": "2025-08-02T18:19:32.33241-04:00",
  "BathroomWindow": 4.0,
  "BathroomInfo": "sample string 5",
  "BathroomID": 6.0,
  "CampusName": "sample string 7",
  "UserID": "sample string 8",
  "DeviceID": "sample string 9",
  "DeviceOS": "sample string 10",
  "Version": "sample string 11",
  "accessToken": "sample string 12"
}

text/html

Sample:
{"ClientID":1.0,"BathroomDate":"2025-08-02T18:19:32.33241-04:00","BathroomTime":"2025-08-02T18:19:32.33241-04:00","BathroomWindow":4.0,"BathroomInfo":"sample string 5","BathroomID":6.0,"CampusName":"sample string 7","UserID":"sample string 8","DeviceID":"sample string 9","DeviceOS":"sample string 10","Version":"sample string 11","accessToken":"sample string 12"}

application/xml, text/xml

Sample:
<BathroomRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">
  <CampusName>sample string 7</CampusName>
  <DeviceID>sample string 9</DeviceID>
  <DeviceOS>sample string 10</DeviceOS>
  <UserID>sample string 8</UserID>
  <Version>sample string 11</Version>
  <accessToken>sample string 12</accessToken>
  <BathroomDate>2025-08-02T18:19:32.33241-04:00</BathroomDate>
  <BathroomID>6</BathroomID>
  <BathroomInfo>sample string 5</BathroomInfo>
  <BathroomTime>2025-08-02T18:19:32.33241-04:00</BathroomTime>
  <BathroomWindow>4</BathroomWindow>
  <ClientID>1</ClientID>
</BathroomRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json, text/html

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />