POST api/Admin/GetAppointmentDataForReassign

Request Information

URI Parameters

None.

Body Parameters

ReassignAppointmentFilter
NameDescriptionTypeAdditional information
StoreId

integer

None.

EmployeeId

integer

None.

AppointmentType

integer

None.

SearchQuery

string

None.

PageNo

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "StoreId": 1,
  "EmployeeId": 2,
  "AppointmentType": 3,
  "SearchQuery": "sample string 4",
  "PageNo": 5,
  "PageSize": 6
}

multipart/form-data, text/plain

Sample:
{"StoreId":1,"EmployeeId":2,"AppointmentType":3,"SearchQuery":"sample string 4","PageNo":5,"PageSize":6}

application/xml, text/xml

Sample:
<FO_API_Utilities_GLOBAL_Class.ReassignAppointmentFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FO_API_Utilities">
  <AppointmentType>3</AppointmentType>
  <EmployeeId>2</EmployeeId>
  <PageNo>5</PageNo>
  <PageSize>6</PageSize>
  <SearchQuery>sample string 4</SearchQuery>
  <StoreId>1</StoreId>
</FO_API_Utilities_GLOBAL_Class.ReassignAppointmentFilter>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ReassignAppointmentFilter'.

Response Information

Resource Description

MainClass
NameDescriptionTypeAdditional information
Status_Code

integer

None.

Data

Object

None.

Status_Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status_Code": 1,
  "Data": {},
  "Status_Message": "sample string 3"
}

multipart/form-data, text/plain

Sample:
{"Status_Code":1,"Data":{},"Status_Message":"sample string 3"}

application/xml, text/xml

Sample:
<FO_API_Utilities_GLOBAL_Class.MainClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FO_API_Utilities">
  <Data />
  <Status_Code>1</Status_Code>
  <Status_Message>sample string 3</Status_Message>
</FO_API_Utilities_GLOBAL_Class.MainClass>