POST api/Chat/{sugNo}/1001

채팅 - 일반 [notification]

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sugNo

제안(Suggest) IDENTITY

integer

Required

Body Parameters

FCM1001
NameDescriptionTypeAdditional information
targetMemNo

수신 회원번호

integer

None.

message

보낼 메시지

string

None.

sendTime

임시데이터 처리용

string

None.

Request Formats

application/json, text/json

Sample:
{
  "targetMemNo": 1,
  "message": "sample string 2",
  "sendTime": "sample string 3"
}

application/xml, text/xml

Sample:
<FCM1001 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mobileServer.Models">
  <message>sample string 2</message>
  <sendTime>sample string 3</sendTime>
  <targetMemNo>1</targetMemNo>
</FCM1001>

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.