POST api/uoowner/CreateEmailNotif
Request Information
URI Parameters
None.
Body Parameters
OwnerEmailNotifDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnerEmailId | integer |
None. |
|
| OwnerNumber | string |
None. |
|
| OwnerName | string |
None. |
|
| OwnerEmail | string |
None. |
|
| UserOfficeId | integer |
None. |
|
| UserRequestId | integer |
None. |
|
| UserRoleId | integer |
None. |
|
| TimeStamp | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"OwnerEmailId": 1,
"OwnerNumber": "sample string 2",
"OwnerName": "sample string 3",
"OwnerEmail": "sample string 4",
"UserOfficeId": 5,
"UserRequestId": 6,
"UserRoleId": 7,
"TimeStamp": "QEA="
}
text/html
Sample:
{"OwnerEmailId":1,"OwnerNumber":"sample string 2","OwnerName":"sample string 3","OwnerEmail":"sample string 4","UserOfficeId":5,"UserRequestId":6,"UserRoleId":7,"TimeStamp":"QEA="}
application/xml, text/xml
Sample:
<OwnerEmailNotifDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models.Owner"> <TimeStamp xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">QEA=</TimeStamp> <UserOfficeId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">5</UserOfficeId> <UserRequestId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">6</UserRequestId> <UserRoleId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">7</UserRoleId> <OwnerEmail>sample string 4</OwnerEmail> <OwnerEmailId>1</OwnerEmailId> <OwnerName>sample string 3</OwnerName> <OwnerNumber>sample string 2</OwnerNumber> </OwnerEmailNotifDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.