POST api/SlotSchedule/OverrideSchedule

Request Information

URI Parameters

None.

Body Parameters

OverrideScheduleViewModel
NameDescriptionTypeAdditional information
terminal_uid

integer

None.

schedule_date

string

None.

move_type

string

None.

template_type

string

None.

slotprofileversion_id

integer

None.

schedule_uids

Collection of integer

None.

slot_reserved

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "terminal_uid": 1,
  "schedule_date": "sample string 2",
  "move_type": "sample string 3",
  "template_type": "sample string 4",
  "slotprofileversion_id": 5,
  "schedule_uids": [
    1,
    2
  ],
  "slot_reserved": 6
}

application/xml, text/xml

Sample:
<OverrideScheduleViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TerminalInterfaceAPI.ViewModels">
  <ApptSlotSchedule_Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:long>1</d2p1:long>
    <d2p1:long>2</d2p1:long>
  </ApptSlotSchedule_Ids>
  <MTO_Id>1</MTO_Id>
  <Move_Type>sample string 3</Move_Type>
  <Schedule_Date>sample string 2</Schedule_Date>
  <SlotProfileVersion_Id>5</SlotProfileVersion_Id>
  <Template_Type>sample string 4</Template_Type>
  <TotalAppts>6</TotalAppts>
</OverrideScheduleViewModel>

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.