POST api/Reservations/UpsertReservation

Request Information

URI Parameters

None.

Body Parameters

ReservationModel
NameDescriptionTypeAdditional information
ReservationKey

string

None.

ExaminationRoomKey

string

None.

ReservationDate

date

None.

IsInsured

boolean

None.

InsuranceKey

string

None.

VisitTypeId

integer

None.

NoShow

boolean

None.

IsDeleted

boolean

None.

PatientReportedShow

boolean

None.

IsVezeetaReservation

boolean

None.

ReservationStatusId

integer

None.

PatientName

string

None.

PatientMobileNumber

string

None.

PatientEmail

string

None.

PatientGender

integer

None.

PatientBirthDate

date

None.

ActionMaker

string

None.

PromoCodeKey

string

None.

Fees

decimal number

None.

UserKey

string

None.

CountrySpecialityKey

string

None.

CallSourceId

integer

None.

FeesAfterDiscount

decimal number

None.

ServiceKey

string

None.

PromoCodePercentage

integer

None.

ReservationSource

integer

None.

CampaignKey

string

None.

EarnSelected

boolean

None.

EarnMobileNumber

string

None.

QitafPoints

decimal number

None.

BilledMobileNumber

string

None.

EarnAmount

integer

None.

RequestId

string

None.

Earned

boolean

None.

EarnFailureReason

string

None.

CreatedOn

date

None.

PaymentMethod

string

None.

PaymentReference

string

None.

PaymentStatus

string

None.

AmountPaid

decimal number

None.

AmountRefunded

decimal number

None.

IsDoctorAnswered

boolean

None.

DoctorAttempts

integer

None.

DoctorAnswerDate

date

None.

IsPatientAnswered

boolean

None.

PatientAttempts

integer

None.

PatientAnswerDate

date

None.

ConferenceLength

integer

None.

Provider

string

None.

PatientCountryName

string

None.

PatientCountryCode

string

None.

PatientTimezone

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ReservationKey": "sample string 1",
  "ExaminationRoomKey": "sample string 2",
  "ReservationDate": "2026-05-15T14:18:17.0727602+03:00",
  "IsInsured": true,
  "InsuranceKey": "sample string 3",
  "VisitTypeId": 1,
  "NoShow": true,
  "IsDeleted": true,
  "PatientReportedShow": true,
  "IsVezeetaReservation": true,
  "ReservationStatusId": 1,
  "PatientName": "sample string 4",
  "PatientMobileNumber": "sample string 5",
  "PatientEmail": "sample string 6",
  "PatientGender": 1,
  "PatientBirthDate": "2026-05-15T14:18:17.0727602+03:00",
  "ActionMaker": "sample string 7",
  "PromoCodeKey": "sample string 8",
  "Fees": 1.0,
  "UserKey": "sample string 9",
  "CountrySpecialityKey": "sample string 10",
  "CallSourceId": 1,
  "FeesAfterDiscount": 1.0,
  "ServiceKey": "sample string 11",
  "PromoCodePercentage": 12,
  "ReservationSource": 1,
  "CampaignKey": "sample string 13",
  "EarnSelected": true,
  "EarnMobileNumber": "sample string 14",
  "QitafPoints": 1.0,
  "BilledMobileNumber": "sample string 15",
  "EarnAmount": 16,
  "RequestId": "sample string 17",
  "Earned": true,
  "EarnFailureReason": "sample string 19",
  "CreatedOn": "2026-05-15T14:18:17.0727602+03:00",
  "PaymentMethod": "sample string 20",
  "PaymentReference": "sample string 21",
  "PaymentStatus": "sample string 22",
  "AmountPaid": 1.0,
  "AmountRefunded": 1.0,
  "IsDoctorAnswered": true,
  "DoctorAttempts": 24,
  "DoctorAnswerDate": "2026-05-15T14:18:17.0727602+03:00",
  "IsPatientAnswered": true,
  "PatientAttempts": 26,
  "PatientAnswerDate": "2026-05-15T14:18:17.0727602+03:00",
  "ConferenceLength": 27,
  "Provider": "sample string 28",
  "PatientCountryName": "sample string 29",
  "PatientCountryCode": "sample string 30",
  "PatientTimezone": "sample string 31"
}

application/xml, text/xml

Sample:
<ReservationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VezeetaCrmApi.Models">
  <ActionMaker>sample string 7</ActionMaker>
  <AmountPaid>1</AmountPaid>
  <AmountRefunded>1</AmountRefunded>
  <BilledMobileNumber>sample string 15</BilledMobileNumber>
  <CallSourceId>1</CallSourceId>
  <CampaignKey>sample string 13</CampaignKey>
  <ConferenceLength>27</ConferenceLength>
  <CountrySpecialityKey>sample string 10</CountrySpecialityKey>
  <CreatedOn>2026-05-15T14:18:17.0727602+03:00</CreatedOn>
  <DoctorAnswerDate>2026-05-15T14:18:17.0727602+03:00</DoctorAnswerDate>
  <DoctorAttempts>24</DoctorAttempts>
  <EarnAmount>16</EarnAmount>
  <EarnFailureReason>sample string 19</EarnFailureReason>
  <EarnMobileNumber>sample string 14</EarnMobileNumber>
  <EarnSelected>true</EarnSelected>
  <Earned>true</Earned>
  <ExaminationRoomKey>sample string 2</ExaminationRoomKey>
  <Fees>1</Fees>
  <FeesAfterDiscount>1</FeesAfterDiscount>
  <InsuranceKey>sample string 3</InsuranceKey>
  <IsDeleted>true</IsDeleted>
  <IsDoctorAnswered>true</IsDoctorAnswered>
  <IsInsured>true</IsInsured>
  <IsPatientAnswered>true</IsPatientAnswered>
  <IsVezeetaReservation>true</IsVezeetaReservation>
  <NoShow>true</NoShow>
  <PatientAnswerDate>2026-05-15T14:18:17.0727602+03:00</PatientAnswerDate>
  <PatientAttempts>26</PatientAttempts>
  <PatientBirthDate>2026-05-15T14:18:17.0727602+03:00</PatientBirthDate>
  <PatientCountryCode>sample string 30</PatientCountryCode>
  <PatientCountryName>sample string 29</PatientCountryName>
  <PatientEmail>sample string 6</PatientEmail>
  <PatientGender>1</PatientGender>
  <PatientMobileNumber>sample string 5</PatientMobileNumber>
  <PatientName>sample string 4</PatientName>
  <PatientReportedShow>true</PatientReportedShow>
  <PatientTimezone>sample string 31</PatientTimezone>
  <PaymentMethod>sample string 20</PaymentMethod>
  <PaymentReference>sample string 21</PaymentReference>
  <PaymentStatus>sample string 22</PaymentStatus>
  <PromoCodeKey>sample string 8</PromoCodeKey>
  <PromoCodePercentage>12</PromoCodePercentage>
  <Provider>sample string 28</Provider>
  <QitafPoints>1</QitafPoints>
  <RequestId>sample string 17</RequestId>
  <ReservationDate>2026-05-15T14:18:17.0727602+03:00</ReservationDate>
  <ReservationKey>sample string 1</ReservationKey>
  <ReservationSource>1</ReservationSource>
  <ReservationStatusId>1</ReservationStatusId>
  <ServiceKey>sample string 11</ServiceKey>
  <UserKey>sample string 9</UserKey>
  <VisitTypeId>1</VisitTypeId>
</ReservationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.