POST api/AdminSlotRegistration/UpdateSlot

Request Information

URI Parameters

None.

Body Parameters

AdminSlotRegDto
NameDescriptionTypeAdditional information
SlotAllotId

integer

None.

DoctorId

integer

None.

StartDate

date

None.

EndDate

date

None.

CreatedDate

date

None.

CreatedBy

integer

None.

ModifiedDate

date

None.

ModifiedBy

integer

None.

RecordStatus

byte

None.

SlotDuration

integer

None.

SlotStartTime

date

None.

SlotEndTime

date

None.

DoctorDto

AdministrationDto

None.

AdminSlotAllotDaysDto

Collection of AdminSlotAllotDaysDto

None.

Request Formats

application/json, text/json

Sample:
{
  "AdminSlotAllotDaysDto": [
    {
      "SlotAllotDayId": 1,
      "SlotAllotId": 2,
      "SlotAllotedDay": "2026-04-22T15:57:28.6113329+05:30",
      "SlotAllotStatus": 64,
      "IsDeleted": true,
      "SlotStartAt": "2026-04-22T15:57:28.6113329+05:30",
      "SlotEndsAt": "2026-04-22T15:57:28.6113329+05:30"
    },
    {
      "SlotAllotDayId": 1,
      "SlotAllotId": 2,
      "SlotAllotedDay": "2026-04-22T15:57:28.6113329+05:30",
      "SlotAllotStatus": 64,
      "IsDeleted": true,
      "SlotStartAt": "2026-04-22T15:57:28.6113329+05:30",
      "SlotEndsAt": "2026-04-22T15:57:28.6113329+05:30"
    }
  ],
  "SlotAllotId": 1,
  "DoctorId": 1,
  "StartDate": "2026-04-22T15:57:28.6113329+05:30",
  "EndDate": "2026-04-22T15:57:28.6113329+05:30",
  "CreatedDate": "2026-04-22T15:57:28.6113329+05:30",
  "CreatedBy": 1,
  "ModifiedDate": "2026-04-22T15:57:28.6113329+05:30",
  "ModifiedBy": 1,
  "RecordStatus": 64,
  "SlotDuration": 1,
  "SlotStartTime": "2026-04-22T15:57:28.6113329+05:30",
  "SlotEndTime": "2026-04-22T15:57:28.6113329+05:30",
  "DoctorDto": {
    "AdministrationId": 1,
    "AdminType": 64,
    "Username": "sample string 3",
    "Password": "sample string 4",
    "Salutation": 64,
    "MobileNumber": "sample string 5",
    "Status": 64,
    "Email": "sample string 7",
    "FirstName": "sample string 8",
    "LastName": "sample string 9",
    "EmployeeId": "sample string 10",
    "Organization": "sample string 11",
    "CreatedDate": "2026-04-22T15:57:28.6113329+05:30",
    "BranchId": 1,
    "TenantId": 1,
    "DeptClinicId": 1,
    "SpecId": 1,
    "Qualification": "sample string 13",
    "FileName": "sample string 14",
    "FilePath": "sample string 15",
    "ConsultationFeeDomestic": 1.0,
    "ConsultationFeeInternational": 1.0,
    "TwoLevelReview": 1,
    "IsJointMarking": true
  }
}

application/xml, text/xml

Sample:
<AdminSlotRegDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Parihaar.Models">
  <AdminSlotAllotDaysDto>
    <AdminSlotAllotDaysDto>
      <IsDeleted>true</IsDeleted>
      <SlotAllotDayId>1</SlotAllotDayId>
      <SlotAllotId>2</SlotAllotId>
      <SlotAllotStatus>64</SlotAllotStatus>
      <SlotAllotedDay>2026-04-22T15:57:28.6113329+05:30</SlotAllotedDay>
      <SlotEndsAt>2026-04-22T15:57:28.6113329+05:30</SlotEndsAt>
      <SlotStartAt>2026-04-22T15:57:28.6113329+05:30</SlotStartAt>
    </AdminSlotAllotDaysDto>
    <AdminSlotAllotDaysDto>
      <IsDeleted>true</IsDeleted>
      <SlotAllotDayId>1</SlotAllotDayId>
      <SlotAllotId>2</SlotAllotId>
      <SlotAllotStatus>64</SlotAllotStatus>
      <SlotAllotedDay>2026-04-22T15:57:28.6113329+05:30</SlotAllotedDay>
      <SlotEndsAt>2026-04-22T15:57:28.6113329+05:30</SlotEndsAt>
      <SlotStartAt>2026-04-22T15:57:28.6113329+05:30</SlotStartAt>
    </AdminSlotAllotDaysDto>
  </AdminSlotAllotDaysDto>
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2026-04-22T15:57:28.6113329+05:30</CreatedDate>
  <DoctorDto>
    <AdminType>64</AdminType>
    <AdministrationId>1</AdministrationId>
    <BranchId>1</BranchId>
    <ConsultationFeeDomestic>1</ConsultationFeeDomestic>
    <ConsultationFeeInternational>1</ConsultationFeeInternational>
    <CreatedDate>2026-04-22T15:57:28.6113329+05:30</CreatedDate>
    <DeptClinicId>1</DeptClinicId>
    <Email>sample string 7</Email>
    <EmployeeId>sample string 10</EmployeeId>
    <FileName>sample string 14</FileName>
    <FilePath>sample string 15</FilePath>
    <FirstName>sample string 8</FirstName>
    <IsJointMarking>true</IsJointMarking>
    <LastName>sample string 9</LastName>
    <MobileNumber>sample string 5</MobileNumber>
    <Organization>sample string 11</Organization>
    <Password>sample string 4</Password>
    <Qualification>sample string 13</Qualification>
    <Salutation>64</Salutation>
    <SpecId>1</SpecId>
    <Status>64</Status>
    <TenantId>1</TenantId>
    <TwoLevelReview>1</TwoLevelReview>
    <Username>sample string 3</Username>
  </DoctorDto>
  <DoctorId>1</DoctorId>
  <EndDate>2026-04-22T15:57:28.6113329+05:30</EndDate>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedDate>2026-04-22T15:57:28.6113329+05:30</ModifiedDate>
  <RecordStatus>64</RecordStatus>
  <SlotAllotId>1</SlotAllotId>
  <SlotDuration>1</SlotDuration>
  <SlotEndTime>2026-04-22T15:57:28.6113329+05:30</SlotEndTime>
  <SlotStartTime>2026-04-22T15:57:28.6113329+05:30</SlotStartTime>
  <StartDate>2026-04-22T15:57:28.6113329+05:30</StartDate>
</AdminSlotRegDto>

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.