POST MessageCenter/GetCIIMailBox
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.MessageCenter+Search| Name | Description | Type | Additional information | 
|---|---|---|---|
| CallFor | string | 
                             None.  | 
                |
| PageIndex | integer | 
                                 Required Range: inclusive between 1 and 2147483647  | 
                |
| PageSize | integer | 
                                 Required Range: inclusive between 1 and 2147483647  | 
                |
| Lastlogin | date | 
                             None.  | 
                |
| MailCategoryId | string | 
                             None.  | 
                |
| Status | string | 
                             None.  | 
                |
| SortBy | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "CallFor": "sample string 1",
  "PageIndex": 2,
  "PageSize": 3,
  "Lastlogin": "2025-11-04T20:09:13.3807035+05:30",
  "MailCategoryId": "sample string 4",
  "Status": "sample string 5",
  "SortBy": "sample string 6"
}
        application/xml, text/xml
            Sample:
        <Search xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CallFor>sample string 1</CallFor> <PageIndex>2</PageIndex> <PageSize>3</PageSize> <Lastlogin>2025-11-04T20:09:13.3807035+05:30</Lastlogin> <MailCategoryId>sample string 4</MailCategoryId> <Status>sample string 5</Status> <SortBy>sample string 6</SortBy> </Search>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.