POST api/UserJoinItem/join-item-info-company

Request Information

URI Parameters

None.

Body Parameters

UserJoinItem
NameDescriptionTypeAdditional information
LoginId

string

None.

SibId

integer

None.

SibcId

integer

None.

IdShowYN

string

None.

IdUseYN

string

None.

IdRequiredYN

string

None.

PassShowYN

string

None.

PassUseYN

string

None.

PassRequiredYN

string

None.

NameShowYN

string

None.

NameUseYN

string

None.

NameRequiredYN

string

None.

MobileShowYN

string

None.

MobileUseYN

string

None.

MobileRequiredYN

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:
{
  "LoginId": "sample string 1",
  "SibId": 2,
  "SibcId": 3,
  "IdShowYN": "sample string 4",
  "IdUseYN": "sample string 5",
  "IdRequiredYN": "sample string 6",
  "PassShowYN": "sample string 7",
  "PassUseYN": "sample string 8",
  "PassRequiredYN": "sample string 9",
  "NameShowYN": "sample string 10",
  "NameUseYN": "sample string 11",
  "NameRequiredYN": "sample string 12",
  "MobileShowYN": "sample string 13",
  "MobileUseYN": "sample string 14",
  "MobileRequiredYN": "sample string 15",
  "PageSize": 16,
  "SearchType": "sample string 17",
  "SearchKey": "sample string 18",
  "SearchUserType": "sample string 19",
  "SearchStatusType": "sample string 20",
  "SearchActiveStatus": "sample string 21",
  "OrderType": "sample string 22",
  "Page": 23,
  "CompanyId": 24,
  "WorkplaceId": 25,
  "StartDate": "sample string 26",
  "EndDate": "sample string 27",
  "LoginUserId": "sample string 28"
}

application/xml, text/xml

Sample:
<UserJoinItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/smart_office_admin.Models">
  <CompanyId>24</CompanyId>
  <EndDate>sample string 27</EndDate>
  <LoginUserId>sample string 28</LoginUserId>
  <OrderType>sample string 22</OrderType>
  <Page>23</Page>
  <PageSize>16</PageSize>
  <SearchActiveStatus>sample string 21</SearchActiveStatus>
  <SearchKey>sample string 18</SearchKey>
  <SearchStatusType>sample string 20</SearchStatusType>
  <SearchType>sample string 17</SearchType>
  <SearchUserType>sample string 19</SearchUserType>
  <StartDate>sample string 26</StartDate>
  <WorkplaceId>25</WorkplaceId>
  <IdRequiredYN>sample string 6</IdRequiredYN>
  <IdShowYN>sample string 4</IdShowYN>
  <IdUseYN>sample string 5</IdUseYN>
  <LoginId>sample string 1</LoginId>
  <MobileRequiredYN>sample string 15</MobileRequiredYN>
  <MobileShowYN>sample string 13</MobileShowYN>
  <MobileUseYN>sample string 14</MobileUseYN>
  <NameRequiredYN>sample string 12</NameRequiredYN>
  <NameShowYN>sample string 10</NameShowYN>
  <NameUseYN>sample string 11</NameUseYN>
  <PassRequiredYN>sample string 9</PassRequiredYN>
  <PassShowYN>sample string 7</PassShowYN>
  <PassUseYN>sample string 8</PassUseYN>
  <SibId>2</SibId>
  <SibcId>3</SibcId>
</UserJoinItem>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.