POST programschedulemanage/create

Request Information

URI Parameters

None.

Body Parameters

m_programschedule_request_create
NameDescriptionTypeAdditional information
ProgramName

string

Required

String length: inclusive between 0 and 255

ProgramDetail

string

String length: inclusive between 0 and 1000

StartTime

date

None.

EndTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ProgramName": "sample string 1",
  "ProgramDetail": "sample string 2",
  "StartTime": "2024-11-21T16:12:04.8345482+07:00",
  "EndTime": "2024-11-21T16:12:04.8345482+07:00"
}

application/xml, text/xml

Sample:
<m_programschedule_request_create xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Modules.Models.Request">
  <EndTime>2024-11-21T16:12:04.8345482+07:00</EndTime>
  <ProgramDetail>sample string 2</ProgramDetail>
  <ProgramName>sample string 1</ProgramName>
  <StartTime>2024-11-21T16:12:04.8345482+07:00</StartTime>
</m_programschedule_request_create>

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.