POST api/Schedule/DeleteInstructions

Request Information

URI Parameters

None.

Body Parameters

TermsAndConditions
NameDescriptionTypeAdditional information
TermsAndCondition

string

None.

onlineClassInstruction

string

None.

measurementInstruction

string

None.

measurementInstructionDel

string

None.

onlineClassInstructionDel

string

None.

Id

integer

None.

TermsAndConditionId

integer

None.

UpdatedOn

string

None.

UpdatedBy

string

None.

row

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TermsAndCondition": "sample string 1",
  "onlineClassInstruction": "sample string 2",
  "measurementInstruction": "sample string 3",
  "measurementInstructionDel": "sample string 4",
  "onlineClassInstructionDel": "sample string 5",
  "Id": 6,
  "TermsAndConditionId": 7,
  "UpdatedOn": "sample string 8",
  "UpdatedBy": "sample string 9",
  "row": 10
}

application/xml, text/xml

Sample:
<TermsAndConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HLSClientPortal.Models">
  <Id>6</Id>
  <TermsAndCondition>sample string 1</TermsAndCondition>
  <TermsAndConditionId>7</TermsAndConditionId>
  <UpdatedBy>sample string 9</UpdatedBy>
  <UpdatedOn>sample string 8</UpdatedOn>
  <measurementInstruction>sample string 3</measurementInstruction>
  <measurementInstructionDel>sample string 4</measurementInstructionDel>
  <onlineClassInstruction>sample string 2</onlineClassInstruction>
  <onlineClassInstructionDel>sample string 5</onlineClassInstructionDel>
  <row>10</row>
</TermsAndConditions>

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

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

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