POST api/collegemanagement/save
学院设置保存成功
Request Information
URI Parameters
None.
Body Parameters
CollegeManagementName | Description | Type | Additional information |
---|---|---|---|
Id |
编号 |
integer |
None. |
CollegeName |
学院管理 |
string |
Max length: 128 |
ApiUrl |
Api地址 |
string |
Max length: 128 |
UiUrl |
Ui地址 |
string |
Max length: 128 |
CreatedTime |
创建时间 |
date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "CollegeName": "sample string 2", "ApiUrl": "sample string 3", "UiUrl": "sample string 4", "CreatedTime": "2024-09-25T00:07:26.3437607+08:00" }
text/html
Sample:
{"Id":1,"CollegeName":"sample string 2","ApiUrl":"sample string 3","UiUrl":"sample string 4","CreatedTime":"2024-09-25T00:07:26.3437607+08:00"}
application/xml, text/xml
Sample:
<CollegeManagement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Data"> <ApiUrl>sample string 3</ApiUrl> <CollegeName>sample string 2</CollegeName> <CreatedTime>2024-09-25T00:07:26.3437607+08:00</CreatedTime> <Id>1</Id> <UiUrl>sample string 4</UiUrl> </CollegeManagement>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
学院设置保存成功
JsonRtnDtoOfCollegeManagementName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | CollegeManagement |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": { "Id": 1, "CollegeName": "sample string 2", "ApiUrl": "sample string 3", "UiUrl": "sample string 4", "CreatedTime": "2024-09-25T00:07:26.3437607+08:00" } }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":{"Id":1,"CollegeName":"sample string 2","ApiUrl":"sample string 3","UiUrl":"sample string 4","CreatedTime":"2024-09-25T00:07:26.3437607+08:00"}}
application/xml, text/xml
Sample:
<JsonRtnDtoOfCollegeManagementmEDjlcEG 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:ApiUrl>sample string 3</d2p1:ApiUrl> <d2p1:CollegeName>sample string 2</d2p1:CollegeName> <d2p1:CreatedTime>2024-09-25T00:07:26.3437607+08:00</d2p1:CreatedTime> <d2p1:Id>1</d2p1:Id> <d2p1:UiUrl>sample string 4</d2p1:UiUrl> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfCollegeManagementmEDjlcEG>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"Id":1,"CollegeName":"sample string 2","ApiUrl":"sample string 3","UiUrl":"sample string 4","CreatedTime":"2024-09-25T00:07:26.3437607+08:00"}});