POST api/eScheduler/SendContactSupervisorReason

Request Information

URI Parameters

None.

Body Parameters

ContactSupervisorReasonEmail
NameDescriptionTypeAdditional information
ID

integer

None.

Description

string

None.

AccountID

integer

None.

ScheduleID

integer

None.

Building

string

None.

CurrentLocation

string

None.

Notes

string

None.

EmployeeID

integer

None.

EmployeeName

string

None.

ScheduleName

string

None.

TimeStamp

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Description": "sample string 2",
  "AccountID": 3,
  "ScheduleID": 4,
  "Building": "sample string 5",
  "CurrentLocation": "sample string 6",
  "Notes": "sample string 7",
  "EmployeeID": 8,
  "EmployeeName": "sample string 9",
  "ScheduleName": "sample string 10",
  "TimeStamp": "2024-05-18T06:16:24.5208688Z"
}

application/xml, text/xml

Sample:
<ContactSupervisorReasonEmail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aramark.ISIS.Domain.Models.eScheduler.Mobile">
  <AccountID>3</AccountID>
  <Building>sample string 5</Building>
  <CurrentLocation>sample string 6</CurrentLocation>
  <Description>sample string 2</Description>
  <EmployeeID>8</EmployeeID>
  <EmployeeName>sample string 9</EmployeeName>
  <ID>1</ID>
  <Notes>sample string 7</Notes>
  <ScheduleID>4</ScheduleID>
  <ScheduleName>sample string 10</ScheduleName>
  <TimeStamp>2024-05-18T06:16:24.5208688+00:00</TimeStamp>
</ContactSupervisorReasonEmail>

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

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>