GET api/Reply/GetDefaultReply?memberId={memberId}

Retrieves the default message for reply.

Request Information

Parameters

NameDescriptionAdditional information
memberId

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

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

application/xml, text/xml

Sample:
<ReplyDefaultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ticket.Models.Ticketing">
  <ReplyStartingText>sample string 1</ReplyStartingText>
</ReplyDefaultModel>