POST api/dental/patterson/sync-appointments
Request Information
URI Parameters
None.
Body Parameters
AppointmentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ItdUserId | integer |
None. |
|
| Appointments | Collection of DentalAppointment |
None. |
Request Formats
application/json, text/json
Sample:
{
"itdUserId": 1,
"appointments": [
{
"appointmentId": 2,
"startTime": "2025-11-03T03:44:13.4235546-05:00",
"endTime": "2025-11-03T03:44:13.4235546-05:00",
"patientId": 5,
"appointmentTypeId": 6,
"dateAppointed": "2025-11-03T03:44:13.4235546-05:00",
"dateConfirmed": "2025-11-03T03:44:13.4235546-05:00",
"note": "sample string 7",
"soonerIfPossible": true,
"scheduledBy": "sample string 8",
"modifiedBy": "sample string 9",
"itdUserId": 10,
"isProcessed": true,
"arrivalStatus": 1,
"providerId": "sample string 12"
},
{
"appointmentId": 2,
"startTime": "2025-11-03T03:44:13.4235546-05:00",
"endTime": "2025-11-03T03:44:13.4235546-05:00",
"patientId": 5,
"appointmentTypeId": 6,
"dateAppointed": "2025-11-03T03:44:13.4235546-05:00",
"dateConfirmed": "2025-11-03T03:44:13.4235546-05:00",
"note": "sample string 7",
"soonerIfPossible": true,
"scheduledBy": "sample string 8",
"modifiedBy": "sample string 9",
"itdUserId": 10,
"isProcessed": true,
"arrivalStatus": 1,
"providerId": "sample string 12"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of DentalConfigurationResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Server | string |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
|
| ItdUserId | integer |
None. |
|
| TransactionFrecuency | integer |
None. |
|
| Database | string |
None. |
|
| MacAddress | string |
None. |
|
| EaglePattersonCode | string |
None. |
|
| ConfigurationFile | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"server": "sample string 2",
"username": "sample string 3",
"password": "sample string 4",
"itdUserId": 5,
"transactionFrecuency": 6,
"database": "sample string 7",
"macAddress": "sample string 8",
"eaglePattersonCode": "sample string 9",
"configurationFile": "sample string 10"
},
{
"id": 1,
"server": "sample string 2",
"username": "sample string 3",
"password": "sample string 4",
"itdUserId": 5,
"transactionFrecuency": 6,
"database": "sample string 7",
"macAddress": "sample string 8",
"eaglePattersonCode": "sample string 9",
"configurationFile": "sample string 10"
}
]