POST api/JobSeeker/Message/MarkAsUndeleted

Request Information

URI Parameters

None.

Body Parameters

MessageCenterConversationInput
NameDescriptionTypeAdditional information
ConversationId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "conversationId": "sample string 1"
}

application/xml, text/xml

Sample:
<MessageCenterConversationInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIService.Models.JobSeeker">
  <ConversationId>sample string 1</ConversationId>
</MessageCenterConversationInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.