POST api/zupu/editZuporDetail
Request Information
URI Parameters
None.
Body Parameters
zupuDetailDto| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordId | string |
None. |
|
| ARTICLEID | string |
None. |
|
| zuporId | string |
None. |
|
| UserID | string |
None. |
|
| ItemName | string |
None. |
|
| ItemIdentify | integer |
None. |
|
| ItemContent | string |
None. |
|
| FontType | string |
None. |
|
| FontSize | integer |
None. |
|
| OrderNo | integer |
None. |
|
| PageSize | integer |
None. |
|
| IsCanDelete | boolean |
None. |
|
| IsImage | boolean |
None. |
|
| Align | string |
None. |
|
| SourceType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RecordId": "sample string 1",
"ARTICLEID": "sample string 3",
"zuporId": "sample string 3",
"UserID": "sample string 4",
"ItemName": "sample string 5",
"ItemIdentify": 6,
"ItemContent": "sample string 7",
"FontType": "sample string 8",
"FontSize": 9,
"OrderNo": 10,
"PageSize": 1,
"IsCanDelete": true,
"IsImage": true,
"Align": "sample string 13",
"SourceType": 14
}
application/xml, text/xml
Sample:
<zupuDetailDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Wu.Entity.dto"> <ARTICLEID>sample string 3</ARTICLEID> <Align>sample string 13</Align> <FontSize>9</FontSize> <FontType>sample string 8</FontType> <IsCanDelete>true</IsCanDelete> <IsImage>true</IsImage> <ItemContent>sample string 7</ItemContent> <ItemIdentify>6</ItemIdentify> <ItemName>sample string 5</ItemName> <OrderNo>10</OrderNo> <PageSize>1</PageSize> <RecordId>sample string 1</RecordId> <SourceType>14</SourceType> <UserID>sample string 4</UserID> <zuporId>sample string 3</zuporId> </zupuDetailDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| data | Object |
None. |
|
| msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"data": {},
"msg": "sample string 3"
}
application/xml, text/xml
Sample:
<ResultEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Wu.API"> <code>1</code> <data /> <msg>sample string 3</msg> </ResultEntity>