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.

ActionMakerTypeId

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.

InsuranceCardKey

string

None.

InsuranceCardMemberID

string

None.

InsuranceCardCoPayment

decimal number

None.

InsuranceCardImageUrl

string

None.

InsuranceCardCategoryKey

string

None.

IsPrescriptionSubmitted

boolean

None.

IsEPrescriptionSubmitted

boolean

None.

EPrescriptionSubmittedOn

date

None.

PrescriptionFileUrl

string

None.

PatientUserKey

string

None.

IsSelfInsurance

boolean

None.

ApprovalLetterUrl

string

None.

BrandKey

string

None.

SubscriptionTypeKey

string

None.

PatientDialCode

string

None.

PatientCulture

string

None.

TestReservation

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ReservationKey": "sample string 1",
  "ExaminationRoomKey": "sample string 2",
  "ReservationDate": "2025-12-11T15:12:45.1382497+02:00",
  "IsInsured": true,
  "InsuranceKey": "sample string 3",
  "VisitTypeId": 1,
  "NoShow": true,
  "IsDeleted": true,
  "PatientReportedShow": true,
  "IsVezeetaReservation": true,
  "ReservationStatusId": 1,
  "ActionMakerTypeId": 1,
  "PatientName": "sample string 4",
  "PatientMobileNumber": "sample string 5",
  "PatientEmail": "sample string 6",
  "PatientGender": 1,
  "PatientBirthDate": "2025-12-11T15:12:45.1382497+02: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": "2025-12-11T15:12:45.1382497+02:00",
  "PaymentMethod": "sample string 20",
  "PaymentReference": "sample string 21",
  "PaymentStatus": "sample string 22",
  "AmountPaid": 1.0,
  "AmountRefunded": 1.0,
  "IsDoctorAnswered": true,
  "DoctorAttempts": 24,
  "DoctorAnswerDate": "2025-12-11T15:12:45.1382497+02:00",
  "IsPatientAnswered": true,
  "PatientAttempts": 26,
  "PatientAnswerDate": "2025-12-11T15:12:45.1382497+02:00",
  "ConferenceLength": 27,
  "Provider": "sample string 28",
  "PatientCountryName": "sample string 29",
  "PatientCountryCode": "sample string 30",
  "PatientTimezone": "sample string 31",
  "InsuranceCardKey": "sample string 32",
  "InsuranceCardMemberID": "sample string 33",
  "InsuranceCardCoPayment": 1.0,
  "InsuranceCardImageUrl": "sample string 34",
  "InsuranceCardCategoryKey": "sample string 35",
  "IsPrescriptionSubmitted": true,
  "IsEPrescriptionSubmitted": true,
  "EPrescriptionSubmittedOn": "2025-12-11T15:12:45.1382497+02:00",
  "PrescriptionFileUrl": "sample string 36",
  "PatientUserKey": "sample string 37",
  "IsSelfInsurance": true,
  "ApprovalLetterUrl": "sample string 38",
  "BrandKey": "sample string 39",
  "SubscriptionTypeKey": "sample string 40",
  "PatientDialCode": "sample string 41",
  "PatientCulture": "sample string 42",
  "TestReservation": true
}

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>
  <ActionMakerTypeId>1</ActionMakerTypeId>
  <AmountPaid>1</AmountPaid>
  <AmountRefunded>1</AmountRefunded>
  <ApprovalLetterUrl>sample string 38</ApprovalLetterUrl>
  <BilledMobileNumber>sample string 15</BilledMobileNumber>
  <BrandKey>sample string 39</BrandKey>
  <CallSourceId>1</CallSourceId>
  <CampaignKey>sample string 13</CampaignKey>
  <ConferenceLength>27</ConferenceLength>
  <CountrySpecialityKey>sample string 10</CountrySpecialityKey>
  <CreatedOn>2025-12-11T15:12:45.1382497+02:00</CreatedOn>
  <DoctorAnswerDate>2025-12-11T15:12:45.1382497+02:00</DoctorAnswerDate>
  <DoctorAttempts>24</DoctorAttempts>
  <EPrescriptionSubmittedOn>2025-12-11T15:12:45.1382497+02:00</EPrescriptionSubmittedOn>
  <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>
  <InsuranceCardCategoryKey>sample string 35</InsuranceCardCategoryKey>
  <InsuranceCardCoPayment>1</InsuranceCardCoPayment>
  <InsuranceCardImageUrl>sample string 34</InsuranceCardImageUrl>
  <InsuranceCardKey>sample string 32</InsuranceCardKey>
  <InsuranceCardMemberID>sample string 33</InsuranceCardMemberID>
  <InsuranceKey>sample string 3</InsuranceKey>
  <IsDeleted>true</IsDeleted>
  <IsDoctorAnswered>true</IsDoctorAnswered>
  <IsEPrescriptionSubmitted>true</IsEPrescriptionSubmitted>
  <IsInsured>true</IsInsured>
  <IsPatientAnswered>true</IsPatientAnswered>
  <IsPrescriptionSubmitted>true</IsPrescriptionSubmitted>
  <IsSelfInsurance>true</IsSelfInsurance>
  <IsVezeetaReservation>true</IsVezeetaReservation>
  <NoShow>true</NoShow>
  <PatientAnswerDate>2025-12-11T15:12:45.1382497+02:00</PatientAnswerDate>
  <PatientAttempts>26</PatientAttempts>
  <PatientBirthDate>2025-12-11T15:12:45.1382497+02:00</PatientBirthDate>
  <PatientCountryCode>sample string 30</PatientCountryCode>
  <PatientCountryName>sample string 29</PatientCountryName>
  <PatientCulture>sample string 42</PatientCulture>
  <PatientDialCode>sample string 41</PatientDialCode>
  <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>
  <PatientUserKey>sample string 37</PatientUserKey>
  <PaymentMethod>sample string 20</PaymentMethod>
  <PaymentReference>sample string 21</PaymentReference>
  <PaymentStatus>sample string 22</PaymentStatus>
  <PrescriptionFileUrl>sample string 36</PrescriptionFileUrl>
  <PromoCodeKey>sample string 8</PromoCodeKey>
  <PromoCodePercentage>12</PromoCodePercentage>
  <Provider>sample string 28</Provider>
  <QitafPoints>1</QitafPoints>
  <RequestId>sample string 17</RequestId>
  <ReservationDate>2025-12-11T15:12:45.1382497+02:00</ReservationDate>
  <ReservationKey>sample string 1</ReservationKey>
  <ReservationSource>1</ReservationSource>
  <ReservationStatusId>1</ReservationStatusId>
  <ServiceKey>sample string 11</ServiceKey>
  <SubscriptionTypeKey>sample string 40</SubscriptionTypeKey>
  <TestReservation>true</TestReservation>
  <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.