POST api/Notify/GetNotifyRecipient
Request Information
URI Parameters
None.
Body Parameters
RequestGetNotifyRecipient| Name | Description | Type | Additional information |
|---|---|---|---|
| NotifyId | integer |
None. |
|
| SearchName | string |
None. |
|
| DivisionIds | Collection of integer |
None. |
|
| TypeObject | string |
None. |
|
| page | integer |
None. |
|
| pageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"NotifyId": 1,
"SearchName": "sample string 2",
"DivisionIds": [
1,
2
],
"TypeObject": "sample string 3",
"page": 4,
"pageSize": 5
}
application/xml, text/xml
Sample:
<CategoryModels.RequestGetNotifyRecipient xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Api.Models">
<DivisionIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</DivisionIds>
<NotifyId>1</NotifyId>
<SearchName>sample string 2</SearchName>
<TypeObject>sample string 3</TypeObject>
<page>4</page>
<pageSize>5</pageSize>
</CategoryModels.RequestGetNotifyRecipient>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />