POST api/ExamPlan/SaveExamTimeRangeTeacherPlace
保存监考人员信息
Request Information
URI Parameters
None.
Body Parameters
ExamTimeRangeTeacherPlaceInputDtoName | Description | Type | Additional information |
---|---|---|---|
ExamTimeRangeClassRooms |
保存监考人员信息 |
Collection of ExamTimeRangeClassRoom |
None. |
Request Formats
application/json, text/json
Sample:
{ "ExamTimeRangeClassRooms": [ { "ExamPlanId": "05f087f3-6870-4def-822e-2bbb74ce588b", "ExamDate": "2024-09-25T00:06:27.5624447+08:00", "ExamTimeRangeId": 3, "ExamPlaceId": 4, "TeaCode": [ "sample string 1", "sample string 2" ] }, { "ExamPlanId": "05f087f3-6870-4def-822e-2bbb74ce588b", "ExamDate": "2024-09-25T00:06:27.5624447+08:00", "ExamTimeRangeId": 3, "ExamPlaceId": 4, "TeaCode": [ "sample string 1", "sample string 2" ] } ] }
text/html
Sample:
{"ExamTimeRangeClassRooms":[{"ExamPlanId":"05f087f3-6870-4def-822e-2bbb74ce588b","ExamDate":"2024-09-25T00:06:27.5624447+08:00","ExamTimeRangeId":3,"ExamPlaceId":4,"TeaCode":["sample string 1","sample string 2"]},{"ExamPlanId":"05f087f3-6870-4def-822e-2bbb74ce588b","ExamDate":"2024-09-25T00:06:27.5624447+08:00","ExamTimeRangeId":3,"ExamPlaceId":4,"TeaCode":["sample string 1","sample string 2"]}]}
application/xml, text/xml
Sample:
<ExamTimeRangeTeacherPlaceInputDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <ExamTimeRangeClassRooms> <ExamTimeRangeClassRoom> <ExamDate>2024-09-25T00:06:27.5624447+08:00</ExamDate> <ExamPlaceId>4</ExamPlaceId> <ExamPlanId>05f087f3-6870-4def-822e-2bbb74ce588b</ExamPlanId> <ExamTimeRangeId>3</ExamTimeRangeId> <TeaCode xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:string>sample string 1</d4p1:string> <d4p1:string>sample string 2</d4p1:string> </TeaCode> </ExamTimeRangeClassRoom> <ExamTimeRangeClassRoom> <ExamDate>2024-09-25T00:06:27.5624447+08:00</ExamDate> <ExamPlaceId>4</ExamPlaceId> <ExamPlanId>05f087f3-6870-4def-822e-2bbb74ce588b</ExamPlanId> <ExamTimeRangeId>3</ExamTimeRangeId> <TeaCode xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:string>sample string 1</d4p1:string> <d4p1:string>sample string 2</d4p1:string> </TeaCode> </ExamTimeRangeClassRoom> </ExamTimeRangeClassRooms> </ExamTimeRangeTeacherPlaceInputDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
保存监考人员信息
JsonRtnDtoOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": true }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":true}
application/xml, text/xml
Sample:
<JsonRtnDtoOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Data>true</Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfboolean>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":true});