POST api/Admin/UpdateEmail
Request Information
URI Parameters
None.
Body Parameters
UpdateEmailModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ModifiedBy | integer |
None. |
|
FromEmail | string |
None. |
|
ToEmail | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "ModifiedBy": 1, "FromEmail": "sample string 2", "ToEmail": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonName | Description | Type | Additional information |
---|---|---|---|
status | string |
None. |
|
message | string |
None. |
|
data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": "sample string 1", "message": "sample string 2", "data": { "$id": "2" } }