POST api/dental/patterson/sync-appointment-transaction

Request Information

URI Parameters

None.

Body Parameters

AppointmentTransactionRequest
NameDescriptionTypeAdditional information
ItdUserId

integer

None.

DentalAppointmentTransaction

Collection of DentalAppointmentTransaction

None.

Request Formats

application/json, text/json

Sample:
{
  "itdUserId": 1,
  "dentalAppointmentTransaction": [
    {
      "tranNum": 2,
      "dentalUserId": "sample string 3",
      "type": "sample string 4",
      "tranDate": "2025-04-28T08:22:28.7997136-04:00",
      "patientId": 6,
      "respPartyId": 7,
      "amount": 8.1,
      "serviceCode": "sample string 9",
      "payTypeId": 1,
      "sequence": "sample string 10",
      "providerId": "sample string 11",
      "statementNum": 1,
      "fee": 12.1,
      "discountSurCharge": 13.1,
      "tax": 14.1,
      "description": "sample string 15",
      "status": "sample string 16",
      "adjustmentType": 1,
      "claimId": 1,
      "balance": 17.1,
      "itdUserId": 18,
      "isProcessed": true
    },
    {
      "tranNum": 2,
      "dentalUserId": "sample string 3",
      "type": "sample string 4",
      "tranDate": "2025-04-28T08:22:28.7997136-04:00",
      "patientId": 6,
      "respPartyId": 7,
      "amount": 8.1,
      "serviceCode": "sample string 9",
      "payTypeId": 1,
      "sequence": "sample string 10",
      "providerId": "sample string 11",
      "statementNum": 1,
      "fee": 12.1,
      "discountSurCharge": 13.1,
      "tax": 14.1,
      "description": "sample string 15",
      "status": "sample string 16",
      "adjustmentType": 1,
      "claimId": 1,
      "balance": 17.1,
      "itdUserId": 18,
      "isProcessed": true
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of DentalConfigurationResponse
NameDescriptionTypeAdditional 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"
  }
]