POST api/declare/UpdateAuthorDeclareIP

Request Information

URI Parameters

None.

Body Parameters

UpdateAuthor
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateAuthor'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.