POST api/UpdateParentNotifyUnread

Request Information

URI Parameters

None.

Body Parameters

UpdateParentNotiUnread
NameDescriptionTypeAdditional information
parentid

string

None.

notifyunread

string

None.

Request Formats

application/json, text/json

Sample:
{
  "parentid": "sample string 1",
  "notifyunread": "sample string 2"
}

application/xml, text/xml

Sample:
<ParentsInfoesController.UpdateParentNotiUnread xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParentAPI.Controllers">
  <notifyunread>sample string 2</notifyunread>
  <parentid>sample string 1</parentid>
</ParentsInfoesController.UpdateParentNotiUnread>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.