POST api/Message
Request Information
URI Parameters
None.
Body Parameters
MessageDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IsFrom | boolean |
None. |
|
| IsTo | boolean |
None. |
|
| string |
None. |
||
| Phonenumber | string |
None. |
|
| Message | string |
None. |
|
| AutoReply | boolean |
None. |
|
| CCCustomerService | boolean |
None. |
|
| AsSms | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"isFrom": true,
"isTo": true,
"email": "sample string 1",
"phonenumber": "sample string 2",
"message": "sample string 3",
"autoReply": true,
"ccCustomerService": true,
"asSms": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.