GET api/refschedule/is-connected

Request Information

URI Parameters

None.

Body Parameters

RefscheduleModel
NameDescriptionTypeAdditional information
Url

string

None.

Username

string

None.

Password

string

None.

Domain

string

None.

ItemView

integer

None.

Emails

Collection of string

None.

SelectedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Url": "sample string 1",
  "Username": "sample string 2",
  "Password": "sample string 3",
  "Domain": "sample string 4",
  "ItemView": 5,
  "Emails": [
    "sample string 1",
    "sample string 2"
  ],
  "SelectedDate": "2025-01-15T05:11:21.934093-05:00"
}

application/xml, text/xml

Sample:
<RefscheduleModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SSC_API.Models">
  <Domain>sample string 4</Domain>
  <Emails xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Emails>
  <ItemView>5</ItemView>
  <Password>sample string 3</Password>
  <SelectedDate>2025-01-15T05:11:21.934093-05:00</SelectedDate>
  <Url>sample string 1</Url>
  <Username>sample string 2</Username>
</RefscheduleModel>

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 'RefscheduleModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.