POST api/eScheduler/SendContactSupervisorReason
Request Information
URI Parameters
None.
Body Parameters
ContactSupervisorReasonEmail| Name | Description | Type | Additional 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": "2025-12-20T16:52:22.1640105Z"
}
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>2025-12-20T16:52:22.1640105+00:00</TimeStamp> </ContactSupervisorReasonEmail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>