POST api/e/ys/AddPeriodical?memberID={memberID}&enterpriseID={enterpriseID}
新建期刊
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
memberID | globally unique identifier |
Required |
|
enterpriseID | globally unique identifier |
Required |
Body Parameters
PeriodicalModelName | Description | Type | Additional information |
---|---|---|---|
ID |
编号 |
globally unique identifier |
None. |
EnterpriseID |
系统编号 |
globally unique identifier |
None. |
CName |
名称 |
string |
None. |
Image |
图片 |
string |
None. |
Thumbnail |
缩略图 |
string |
None. |
Description |
描述 |
string |
None. |
State |
状态 |
boolean |
None. |
OrderIndex |
排序值 |
integer |
None. |
IsDelete |
删除标记 |
boolean |
None. |
CreateTime |
创建时间 |
date |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "ddf7c6bc-8e77-4851-9d5e-66af95dde712", "EnterpriseID": "6b96241a-307a-44d7-abc1-5bc6a6ae4a2d", "CName": "sample string 3", "Image": "sample string 4", "Thumbnail": "sample string 5", "Description": "sample string 6", "State": true, "OrderIndex": 8, "IsDelete": true, "CreateTime": "2025-07-07T14:32:37.5720752+08:00" }
application/xml, text/xml
Sample:
<PeriodicalModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LijiyTow.Liji_E.EAPI.Models.E"> <CName>sample string 3</CName> <CreateTime>2025-07-07T14:32:37.5720752+08:00</CreateTime> <Description>sample string 6</Description> <EnterpriseID>6b96241a-307a-44d7-abc1-5bc6a6ae4a2d</EnterpriseID> <ID>ddf7c6bc-8e77-4851-9d5e-66af95dde712</ID> <Image>sample string 4</Image> <IsDelete>true</IsDelete> <OrderIndex>8</OrderIndex> <State>true</State> <Thumbnail>sample string 5</Thumbnail> </PeriodicalModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.