PUT api/me/properties/{userPropertyId}/appeals/{propertyAppealId}/logs/{logId}

This method should be used to update appeal status change log on a specific appeal record for a specific user property

Requires Authorization!

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userPropertyId

User property record id

integer

Required

propertyAppealId

Id of existing property appeal record

integer

Required

logId

integer

Required

Body Parameters

Instance of

UpdateAppealStatusLogBindingModel
NameDescriptionTypeAdditional information
Note

string

Required

DocketNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "note": "sample string 1",
  "docketNumber": "sample string 2"
}

text/html

Sample:
{"note":"sample string 1","docketNumber":"sample string 2"}

application/xml, text/xml

Sample:
<UpdateAppealStatusLogBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.WebModels.AppealBinding">
  <DocketNumber>sample string 2</DocketNumber>
  <Note>sample string 1</Note>
</UpdateAppealStatusLogBindingModel>

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 'UpdateAppealStatusLogBindingModel'.

Response Information

Resource Description

Instance of

UserPropertyAppealStatusLog
NameDescriptionTypeAdditional information
Id

integer

None.

Note

string

None.

EventDate

date

None.

CreatedDate

date

None.

UserPropertyAppealStatusId

integer

None.

UserPropertyAppealId

integer

None.

Status

UserPropertyAppealStatus

None.

Appeal

UserPropertyAppeal

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'userPropertyAppeal' with type 'Ptd.Model.Entities.UserPropertyAppeal'. Path 'appeal.appealNotes[0]'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'userPropertyAppeal' with type 'Ptd.Model.Entities.UserPropertyAppeal'. Path 'appeal.appealNotes[0]'.

text/html

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/html'. Exception message: Self referencing loop detected for property 'userPropertyAppeal' with type 'Ptd.Model.Entities.UserPropertyAppeal'. Path 'appeal.appealNotes[0]'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[Ptd.Model.Entities.UserPropertyAppealNote, Ptd.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[Ptd.Model.Entities.UserPropertyAppealNote, Ptd.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.