/
DA
dalieu
/
PortalDaLieu API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 12h ago · Updated 12h ago
Details
Filter operations
Account
13
Appointment
33
get
/api/services/app/Appointment/GetMedicalHistory
get
/api/services/app/Appointment/GetMedicalHistoryByCode
get
/api/services/app/Appointment/GetAll
post
/api/services/app/Appointment/CheckIn
post
/api/services/app/Appointment/CheckInById
put
/api/services/app/Appointment/Update
post
/api/services/app/Appointment/SendNotify
put
/api/services/app/Appointment/UpdateTreatmentStatus
get
/api/services/app/Appointment/CheckPayment
post
/api/services/app/Appointment/CheckTreatment
post
/api/services/app/Appointment/CreateTreatment
post
/api/services/app/Appointment/Create
get
/api/services/app/Appointment/CheckExitsTreatment
post
/api/services/app/Appointment/CreatePayment
get
/api/services/app/Appointment/GetByPaymentId
get
/api/services/app/Appointment/Find
post
/api/services/app/Appointment/CancelTreatment
post
/api/services/app/Appointment/SendTreatmentResult
get
/api/services/app/Appointment/ListCancel
post
/api/services/app/Appointment/CheckRefundStatus
post
/api/services/app/Appointment/ResendRefund
put
/api/services/app/Appointment/UpdateCancelStatus
put
/api/services/app/Appointment/UpdateListCancelStatus
put
/api/services/app/Appointment/UpdateCancelStatusProcess
post
/api/services/app/Appointment/RunCancelRequest
put
/api/services/app/Appointment/UpdateCancelStatusCancelled
put
/api/services/app/Appointment/UpdateCancelStatusRefund
put
/api/services/app/Appointment/UpdateCancelStatusReject
get
/api/services/app/Appointment/GetListInfo
post
/api/services/app/Appointment/PushInvoice
get
/api/services/app/Appointment/GetPaymentHistory
get
/api/services/app/Appointment/Get
delete
/api/services/app/Appointment/Delete
AuditLog
7
Bank
6
BankAccount
7
BankType
6
Caching
4
Chat
3
Clinic
12
ClinicArea
8
ClinicSurveyAnswer
3
ClinicWorkday
6
CommonLookup
3
CompDay
5
ConsultationShift
7
DashboardCustomization
10
DemoUiComponents
7
Department
10
Device
2
Doctor
14
DoctorLevel
6
DynamicEntityProperty
7
DynamicEntityPropertyDefinition
2
DynamicEntityPropertyValue
8
DynamicProperty
6
DynamicPropertyValue
5
Edition
8
FaqArticle
10
FileDownload
1
FileManagement
4
Friendship
7
Gender
8
GroupDoctorLevel
6
HISPayment
12
HISService
9
Holiday
5
HospitalReview
3
HostDashboard
5
HostSettings
4
Install
3
Invoice
2
Language
7
Notification
15
OrganizationUnit
14
Patient
20
PatientProfile
14
PatientSatisfaction
5
PatientType
9
Payment
9
PayPalPayment
2
Permission
1
Profile
18
Report
5
RequestInvoice
7
Role
4
Schedule
9
ServiceApplyConfig
5
ServicePrice
7
ServiceSuspension
6
Session
2
ShiftConfig
6
StopShift
5
StripePayment
3
Subscription
5
SupportCategory
7
SupportRequest
11
Tenant
9
TenantCustomization
1
TenantDashboard
15
TenantRegistration
7
TenantSettings
9
Timing
2
TokenAuth
10
TreatmentChanged
7
Twitter
2
UiCustomizationSettings
6
User
10
UserDelegation
4
UserLink
4
UserLogin
1
VCBPayment
2
VietSenProxy
8
VNPayPayment
1
WebhookEvent
1
WebhookSendAttempt
3
WebhookSubscription
9
WebLog
2
Workday
6
ZaloAuth
4
Appointment
post
/api/services/app/Appointment/CreatePayment
Request body
HISCreatePaymentDto
required
idAppointment
string
uuid
paymentGateway
0
|
1
|
2
|
3
|
99
idBankAccount
integer
nullable
amount
integer
orderInfo
string
nullable
ipAddress
string
nullable
genQRCode
boolean
Response
Success
PaymentResultDto
required
id
integer
paymentUrl
string
nullable
tmnCode
string
nullable
isSandbox
boolean
paymentPayload
string
nullable
expirationDate
string
date-time
nullable
message
string
nullable
Changes