POST api/me/properties/{userPropertyId}/appeals/{propertyAppealId}/notes
This method will create a new appeal note for an active appeal
Requires Authorization!
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userPropertyId |
User property id |
integer |
Required |
propertyAppealId |
Active appeal record id |
integer |
Required |
Body Parameters
Instance of
CreateAppealNoteBindingModelName | Description | Type | Additional information |
---|---|---|---|
Content | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "content": "sample string 1" }
text/html
Sample:
{"content":"sample string 1"}
application/xml, text/xml
Sample:
<CreateAppealNoteBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.WebModels.AppealBinding"> <Content>sample string 1</Content> </CreateAppealNoteBindingModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Instance of
UserPropertyAppealNoteName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Note | string |
None. |
|
CreatedDate | date |
None. |
|
DeletedDate | date |
None. |
|
UserId | integer |
None. |
|
UserPropertyAppealId | integer |
None. |
|
User | AspNetUser |
None. |
|
UserPropertyAppeal | UserPropertyAppeal |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
text/html
Sample:
application/xml
Sample:
text/xml
Sample: