POST B2B/SendMessage
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.B2B+Messages| Name | Description | Type | Additional information | 
|---|---|---|---|
| ParticipantId | string | 
                                 Required  | 
                |
| EventId | string | 
                                 Required  | 
                |
| Subject | string | 
                                 Required  | 
                |
| Message | string | 
                                 Required  | 
                |
| IPAddress | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "ParticipantId": "sample string 1",
  "EventId": "sample string 2",
  "Subject": "sample string 3",
  "Message": "sample string 4",
  "IPAddress": "sample string 5"
}
        application/xml, text/xml
            Sample:
        <Messages xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ParticipantId>sample string 1</ParticipantId> <EventId>sample string 2</EventId> <Subject>sample string 3</Subject> <Message>sample string 4</Message> <IPAddress>sample string 5</IPAddress> </Messages>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.