POST api/RequestJoin/request-join-status-update
Request Information
URI Parameters
None.
Body Parameters
RequestJoin| Name | Description | Type | Additional information |
|---|---|---|---|
| No | integer |
None. |
|
| RequestJoinId | string |
None. |
|
| UserID | string |
None. |
|
| UserName | string |
None. |
|
| UserMobile | string |
None. |
|
| CompanyName | string |
None. |
|
| WorkplaceName | string |
None. |
|
| RequestJoinDtm | string |
None. |
|
| ApprovalStatus | string |
None. |
|
| ApprovalDtm | string |
None. |
|
| ApprovalUserId | string |
None. |
|
| LoginId | string |
None. |
|
| 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:
{
"No": 1,
"RequestJoinId": "sample string 2",
"UserID": "sample string 3",
"UserName": "sample string 4",
"UserMobile": "sample string 5",
"CompanyName": "sample string 6",
"WorkplaceName": "sample string 7",
"RequestJoinDtm": "sample string 8",
"ApprovalStatus": "sample string 9",
"ApprovalDtm": "sample string 10",
"ApprovalUserId": "sample string 11",
"LoginId": "sample string 12",
"PageSize": 13,
"SearchType": "sample string 14",
"SearchKey": "sample string 15",
"SearchUserType": "sample string 16",
"SearchStatusType": "sample string 17",
"SearchActiveStatus": "sample string 18",
"OrderType": "sample string 19",
"Page": 20,
"CompanyId": 21,
"WorkplaceId": 22,
"StartDate": "sample string 23",
"EndDate": "sample string 24",
"LoginUserId": "sample string 25"
}
application/xml, text/xml
Sample:
<RequestJoin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/smart_office_admin.Models"> <CompanyId>21</CompanyId> <EndDate>sample string 24</EndDate> <LoginUserId>sample string 25</LoginUserId> <OrderType>sample string 19</OrderType> <Page>20</Page> <PageSize>13</PageSize> <SearchActiveStatus>sample string 18</SearchActiveStatus> <SearchKey>sample string 15</SearchKey> <SearchStatusType>sample string 17</SearchStatusType> <SearchType>sample string 14</SearchType> <SearchUserType>sample string 16</SearchUserType> <StartDate>sample string 23</StartDate> <WorkplaceId>22</WorkplaceId> <ApprovalDtm>sample string 10</ApprovalDtm> <ApprovalStatus>sample string 9</ApprovalStatus> <ApprovalUserId>sample string 11</ApprovalUserId> <CompanyName>sample string 6</CompanyName> <LoginId>sample string 12</LoginId> <No>1</No> <RequestJoinDtm>sample string 8</RequestJoinDtm> <RequestJoinId>sample string 2</RequestJoinId> <UserID>sample string 3</UserID> <UserMobile>sample string 5</UserMobile> <UserName>sample string 4</UserName> <WorkplaceName>sample string 7</WorkplaceName> </RequestJoin>
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.