POST api/Notice/notice-auto-get-company-workplace
Request Information
URI Parameters
None.
Body Parameters
SearchParam| Name | Description | Type | Additional information |
|---|---|---|---|
| PageSize | integer |
None. |
|
| SearchType | string |
None. |
|
| SearchKey | string |
None. |
|
| SearchUserType | string |
None. |
|
| SearchStatusType | string |
None. |
|
| SearchActiveStatus | string |
None. |
|
| OrderType | string |
None. |
|
| Page | integer |
None. |
|
| CompanyId | integer |
None. |
|
| WorkplaceId | integer |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| LoginUserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageSize": 1,
"SearchType": "sample string 2",
"SearchKey": "sample string 3",
"SearchUserType": "sample string 4",
"SearchStatusType": "sample string 5",
"SearchActiveStatus": "sample string 6",
"OrderType": "sample string 7",
"Page": 8,
"CompanyId": 9,
"WorkplaceId": 10,
"StartDate": "sample string 11",
"EndDate": "sample string 12",
"LoginUserId": "sample string 13"
}
application/xml, text/xml
Sample:
<SearchParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/smart_office_admin.Models"> <CompanyId>9</CompanyId> <EndDate>sample string 12</EndDate> <LoginUserId>sample string 13</LoginUserId> <OrderType>sample string 7</OrderType> <Page>8</Page> <PageSize>1</PageSize> <SearchActiveStatus>sample string 6</SearchActiveStatus> <SearchKey>sample string 3</SearchKey> <SearchStatusType>sample string 5</SearchStatusType> <SearchType>sample string 2</SearchType> <SearchUserType>sample string 4</SearchUserType> <StartDate>sample string 11</StartDate> <WorkplaceId>10</WorkplaceId> </SearchParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.