POST message/sendclientmessage
Request Information
URI Parameters
None.
Body Parameters
MessageRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryId | integer |
None. |
|
| FromEmail | string |
None. |
|
| FromName | string |
None. |
|
| FromAddress | string |
None. |
|
| PhoneNumber | string |
None. |
|
| Subject | string |
None. |
|
| Message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"countryId": 1,
"fromEmail": "sample string 2",
"fromName": "sample string 3",
"fromAddress": "sample string 4",
"phoneNumber": "sample string 5",
"subject": "sample string 6",
"message": "sample string 7"
}
application/xml, text/xml
Sample:
<MessageRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Clickoapp2.Domain.Models"> <_x003C_CountryId_x003E_k__BackingField>1</_x003C_CountryId_x003E_k__BackingField> <_x003C_FromAddress_x003E_k__BackingField>sample string 4</_x003C_FromAddress_x003E_k__BackingField> <_x003C_FromEmail_x003E_k__BackingField>sample string 2</_x003C_FromEmail_x003E_k__BackingField> <_x003C_FromName_x003E_k__BackingField>sample string 3</_x003C_FromName_x003E_k__BackingField> <_x003C_Message_x003E_k__BackingField>sample string 7</_x003C_Message_x003E_k__BackingField> <_x003C_PhoneNumber_x003E_k__BackingField>sample string 5</_x003C_PhoneNumber_x003E_k__BackingField> <_x003C_Subject_x003E_k__BackingField>sample string 6</_x003C_Subject_x003E_k__BackingField> </MessageRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |