POST api/ms/storemessage/send

Send Message (Receiver {storeURL},{customerId}) : (SenderStatus "cus","own") : (MessageType "img","txt")

Request Information

URI Parameters

None.

Body Parameters

m_storemessage_create
NameDescriptionTypeAdditional information
Receiver

string

Required

SenderStatus

string

Required

String length: inclusive between 0 and 3

MessageType

string

Required

String length: inclusive between 0 and 3

Message

string

Required

String length: inclusive between 0 and 400

Request Formats

application/json, text/json

Sample:
{
  "Receiver": "sample string 1",
  "SenderStatus": "sample string 2",
  "MessageType": "sample string 3",
  "Message": "sample string 4"
}

application/xml, text/xml

Sample:
<m_storemessage_create xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KFA.Modules.Models.Mainsystem">
  <Message>sample string 4</Message>
  <MessageType>sample string 3</MessageType>
  <Receiver>sample string 1</Receiver>
  <SenderStatus>sample string 2</SenderStatus>
</m_storemessage_create>

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.