DELETE Provider/InterviewTime

Delete InterviewTime item

Request Information

URI Parameters

None.

Body Parameters

ParaProviderInterviewTime
NameDescriptionTypeAdditional information
ProviderInterviewTimeId

integer

None.

From

date

None.

To

date

None.

sFrom

string

None.

sTo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ProviderInterviewTimeId": 1,
  "From": "2025-04-25T15:48:02.2322916Z",
  "To": "2025-04-25T15:48:02.2322916Z",
  "sFrom": "sample string 4",
  "sTo": "sample string 5"
}

application/xml, text/xml

Sample:
<ParaProviderInterviewTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <From>2025-04-25T15:48:02.2322916Z</From>
  <ProviderInterviewTimeId>1</ProviderInterviewTimeId>
  <To>2025-04-25T15:48:02.2322916Z</To>
  <sFrom>sample string 4</sFrom>
  <sTo>sample string 5</sTo>
</ParaProviderInterviewTime>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.