POST api/VCard/GetBIStaffList

Request Information

URI Parameters

None.

Body Parameters

VCardSearchRequest
NameDescriptionTypeAdditional information
StaffCode

string

None.

KeyWord

string

None.

OrderBy

string

None.

Page

integer

None.

ItemsPerPage

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "StaffCode": "sample string 1",
  "KeyWord": "sample string 2",
  "OrderBy": "sample string 3",
  "Page": 4,
  "ItemsPerPage": 5
}

application/xml, text/xml

Sample:
<VCardSearchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <ItemsPerPage>5</ItemsPerPage>
  <OrderBy>sample string 3</OrderBy>
  <Page>4</Page>
  <KeyWord>sample string 2</KeyWord>
  <StaffCode>sample string 1</StaffCode>
</VCardSearchRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfVCardResponse
NameDescriptionTypeAdditional information
Content

VCardResponse

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.