POST api/declare/UpdateAuthorDeclareIP
Request Information
URI Parameters
None.
Body Parameters
UpdateAuthorName | Description | Type | Additional information |
---|---|---|---|
ItemId | integer |
None. |
|
WebUrl | string |
None. |
|
IdUser | integer |
None. |
|
ListName | string |
None. |
|
isSuccess | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ItemId": 1, "WebUrl": "sample string 2", "IdUser": 3, "ListName": "sample string 4", "isSuccess": true }
application/xml, text/xml
Sample:
<UpdateAuthor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Appvity.eOffice.Backend.Services.DeclareIPService"> <IdUser>3</IdUser> <ItemId>1</ItemId> <ListName>sample string 4</ListName> <WebUrl>sample string 2</WebUrl> <isSuccess>true</isSuccess> </UpdateAuthor>
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.