POST SangHRMS/PostMail
Request Information
URI Parameters
None.
Body Parameters
SangMail| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| string |
None. |
||
| ContactNo | string |
None. |
|
| Message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Email": "sample string 2",
"ContactNo": "sample string 3",
"Message": "sample string 4"
}
application/xml, text/xml
Sample:
<SangMail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SangHRMS.Models"> <ContactNo>sample string 3</ContactNo> <Email>sample string 2</Email> <Message>sample string 4</Message> <Name>sample string 1</Name> </SangMail>
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. |