POST Api/COVID/SaveCOVIDSurvey

Request Information

URI Parameters

None.

Body Parameters

StaffAttendanceCurbSide
NameDescriptionTypeAdditional information
StaffID

decimal number

None.

StudentID

decimal number

None.

SchoolDay

date

None.

TimeOffReason

integer

None.

TimeOffUnit

integer

None.

TimeOffDuration

integer

None.

Comment

string

None.

entry_person

string

None.

entry_time

date

None.

StudentPresent

integer

None.

flgFever

integer

None.

flgSymptoms

integer

None.

flgExposure

integer

None.

descFever

decimal number

None.

descSymptoms

string

None.

descExposure

string

None.

timeLastTylenol

decimal number

None.

calcResult

integer

None.

noteToSchool

string

None.

nurseTempCheck

decimal number

None.

nurseTempCheckTime

string

None.

nurseNotes

string

None.

PPIHXRowID

decimal number

None.

flgTravel

integer

None.

Errormsg

string

None.

SMSPhoneNo

string

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:
{
  "StaffID": 1.0,
  "StudentID": 1.0,
  "SchoolDay": "2025-05-31T23:11:56.7432028-04:00",
  "TimeOffReason": 1,
  "TimeOffUnit": 1,
  "TimeOffDuration": 1,
  "Comment": "sample string 2",
  "entry_person": "sample string 3",
  "entry_time": "2025-05-31T23:11:56.7432028-04:00",
  "StudentPresent": 1,
  "flgFever": 1,
  "flgSymptoms": 1,
  "flgExposure": 1,
  "descFever": 1.1,
  "descSymptoms": "sample string 4",
  "descExposure": "sample string 5",
  "timeLastTylenol": 1.0,
  "calcResult": 1,
  "noteToSchool": "sample string 6",
  "nurseTempCheck": 1.0,
  "nurseTempCheckTime": "sample string 7",
  "nurseNotes": "sample string 8",
  "PPIHXRowID": 1.0,
  "flgTravel": 1,
  "Errormsg": "sample string 9",
  "SMSPhoneNo": "sample string 10",
  "CampusName": "sample string 11",
  "UserID": "sample string 12",
  "DeviceID": "sample string 13",
  "DeviceOS": "sample string 14",
  "Version": "sample string 15",
  "accessToken": "sample string 16"
}

text/html

Sample:
{"StaffID":1.0,"StudentID":1.0,"SchoolDay":"2025-05-31T23:11:56.7432028-04:00","TimeOffReason":1,"TimeOffUnit":1,"TimeOffDuration":1,"Comment":"sample string 2","entry_person":"sample string 3","entry_time":"2025-05-31T23:11:56.7432028-04:00","StudentPresent":1,"flgFever":1,"flgSymptoms":1,"flgExposure":1,"descFever":1.1,"descSymptoms":"sample string 4","descExposure":"sample string 5","timeLastTylenol":1.0,"calcResult":1,"noteToSchool":"sample string 6","nurseTempCheck":1.0,"nurseTempCheckTime":"sample string 7","nurseNotes":"sample string 8","PPIHXRowID":1.0,"flgTravel":1,"Errormsg":"sample string 9","SMSPhoneNo":"sample string 10","CampusName":"sample string 11","UserID":"sample string 12","DeviceID":"sample string 13","DeviceOS":"sample string 14","Version":"sample string 15","accessToken":"sample string 16"}

application/xml, text/xml

Sample:
<StaffAttendanceCurbSide xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">
  <CampusName>sample string 11</CampusName>
  <DeviceID>sample string 13</DeviceID>
  <DeviceOS>sample string 14</DeviceOS>
  <UserID>sample string 12</UserID>
  <Version>sample string 15</Version>
  <accessToken>sample string 16</accessToken>
  <Comment>sample string 2</Comment>
  <Errormsg>sample string 9</Errormsg>
  <PPIHXRowID>1</PPIHXRowID>
  <SMSPhoneNo>sample string 10</SMSPhoneNo>
  <SchoolDay>2025-05-31T23:11:56.7432028-04:00</SchoolDay>
  <StaffID>1</StaffID>
  <StudentID>1</StudentID>
  <StudentPresent>1</StudentPresent>
  <TimeOffDuration>1</TimeOffDuration>
  <TimeOffReason>1</TimeOffReason>
  <TimeOffUnit>1</TimeOffUnit>
  <calcResult>1</calcResult>
  <descExposure>sample string 5</descExposure>
  <descFever>1.1</descFever>
  <descSymptoms>sample string 4</descSymptoms>
  <entry_person>sample string 3</entry_person>
  <entry_time>2025-05-31T23:11:56.7432028-04:00</entry_time>
  <flgExposure>1</flgExposure>
  <flgFever>1</flgFever>
  <flgSymptoms>1</flgSymptoms>
  <flgTravel>1</flgTravel>
  <noteToSchool>sample string 6</noteToSchool>
  <nurseNotes>sample string 8</nurseNotes>
  <nurseTempCheck>1</nurseTempCheck>
  <nurseTempCheckTime>sample string 7</nurseTempCheckTime>
  <timeLastTylenol>1</timeLastTylenol>
</StaffAttendanceCurbSide>

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/" />