GET api/ExamPlan/DeleteExamTimeRange?examTimeRangeId={examTimeRangeId}

保存场次信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
examTimeRangeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

保存场次信息

JsonRtnDtoOfExamTimeRange
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

ExamTimeRange

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": {
    "Id": 1,
    "SessionId": "sample string 2",
    "SessionName": "sample string 3",
    "BeginTime": "2024-09-25T00:10:27.3122703+08:00",
    "DisplayBeginTime": "00:10",
    "EndTime": "2024-09-25T00:10:27.3122703+08:00",
    "DisplayEndTime": "00:10",
    "Enabled": true,
    "TotalMinute": 7,
    "IsDeleted": true
  }
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":{"Id":1,"SessionId":"sample string 2","SessionName":"sample string 3","BeginTime":"2024-09-25T00:10:27.3122703+08:00","DisplayBeginTime":"00:10","EndTime":"2024-09-25T00:10:27.3122703+08:00","DisplayEndTime":"00:10","Enabled":true,"TotalMinute":7,"IsDeleted":true}}

application/xml, text/xml

Sample:
<JsonRtnDtoOfExamTimeRangemEDjlcEG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Data">
    <d2p1:BeginTime>2024-09-25T00:10:27.3122703+08:00</d2p1:BeginTime>
    <d2p1:Enabled>true</d2p1:Enabled>
    <d2p1:EndTime>2024-09-25T00:10:27.3122703+08:00</d2p1:EndTime>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:IsDeleted>true</d2p1:IsDeleted>
    <d2p1:SessionId>sample string 2</d2p1:SessionId>
    <d2p1:SessionName>sample string 3</d2p1:SessionName>
    <d2p1:TotalMinute>7</d2p1:TotalMinute>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfExamTimeRangemEDjlcEG>

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Id":1,"SessionId":"sample string 2","SessionName":"sample string 3","BeginTime":"2024-09-25T00:10:27.3122703+08:00","DisplayBeginTime":"00:10","EndTime":"2024-09-25T00:10:27.3122703+08:00","DisplayEndTime":"00:10","Enabled":true,"TotalMinute":7,"IsDeleted":true}});